Searched refs:nline (Results 1 – 8 of 8) sorted by relevance
/external/curl/docs/examples/ |
D | cookie_interface.c | 72 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/ |
D | SwatDeprecated.java | 228 String nline = null; in processFile() local 235 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile() 240 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6); in processFile() 245 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile() 254 … nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile() 259 … nline = 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/ |
D | epoll-test.c | 329 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/ |
D | fail.txt | 1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
D | fail.txt | 1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
|
/external/u-boot/scripts/kconfig/ |
D | confdata.c | 195 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/ |
D | RTCIceCandidate.mm | 62 RTCLog(@"Failed to create ICE candidate: %s\nline: %s",
|
D | RTCSessionDescription.mm | 50 RTCLogError(@"Failed to create session description: %s\nline: %s",
|