Home
last modified time | relevance | path

Searched refs:nline (Results 1 – 8 of 8) sorted by relevance

/external/curl/docs/examples/
Dcookie_interface.c72 char nline[256]; in main() local
96 snprintf(nline, sizeof(nline), "%s\t%s\t%s\t%s\t%lu\t%s\t%s", in main()
100 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); in main()
113 snprintf(nline, sizeof(nline), in main()
116 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); in main()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DSwatDeprecated.java228 String nline = null; in processFile() local
235nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()
240nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6); in processFile()
245nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()
254nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()
259nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()
264 if (nline != null) { in processFile()
266 pw.println(" --> " + nline); in processFile()
268 line = nline; in processFile()
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c329 char *nline, *line; in eph_read_line() local
333 if ((nline = memchr(conn->buffer + conn->rindex, '\n', in eph_read_line()
336 conn->rindex += (nline - line) + 1; in eph_read_line()
337 for (; nline > line && nline[-1] == '\r'; in eph_read_line()
338 nline--) ; in eph_read_line()
339 *nline = '\0'; in eph_read_line()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-format/
Dfail.txt1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
/external/llvm/utils/lit/tests/Inputs/shtest-format/
Dfail.txt1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
/external/u-boot/scripts/kconfig/
Dconfdata.c195 char *nline; in add_byte() local
200 nline = xrealloc(*lineptr, new_size); in add_byte()
201 if (!nline) in add_byte()
204 *lineptr = nline; in add_byte()
/external/webrtc/webrtc/api/objc/
DRTCIceCandidate.mm62 RTCLog(@"Failed to create ICE candidate: %s\nline: %s",
DRTCSessionDescription.mm50 RTCLogError(@"Failed to create session description: %s\nline: %s",