Home
last modified time | relevance | path

Searched refs:nline (Results 1 – 11 of 11) 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/llvm-project/clang-tools-extra/clangd/quality/
DCompletionModelCodegen.py148 nline = "\n "
176 nline.join(setters),
177 nline.join(getters),
178 nline.join(class_members),
/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/llvm-project/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/webrtc/sdk/objc/api/peerconnection/
DRTCIceCandidate.mm68 RTCLog(@"Failed to create ICE candidate: %s\nline: %s",
DRTCSessionDescription.mm59 RTCLogError(@"Failed to create session description: %s\nline: %s",
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h238 uint16_t nline; // Number of line table entries member
DObjectFilePECOFF.cpp569 m_sect_headers[idx].nline = section_header_data.GetU16(&offset); in ParseSectionHeaders()
1121 sh.lineoff, sh.nreloc, sh.nline, sh.flags); in DumpSectionHeader()
/external/llvm-project/mlir/test/IR/
Dattribute.mlir410 scalar_string_attr = dense<"new\nline"> : tensor<2x!unknown<"">>