Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/third_party/openssl/test/
Dbio_prefix_text.c142 char *colon; in setup() local
188 colon = strchr(arg, ':'); in setup()
190 if (colon != NULL) { in setup()
198 colon++; in setup()
200 colon = arg; in setup()
202 indent = strtoul(colon, &endptr, 10); in setup()
226 colon = strchr(arg, ':'); in setup()
228 if (colon != NULL) { in setup()
236 colon++; in setup()
238 colon = arg; in setup()
[all …]
/third_party/libwebsockets/lib/plat/unix/
Dunix-caps.c54 char *colon = strchr(u_colon_g, ':'), u[33]; local
59 if (!colon)
62 ulen = (size_t)(unsigned int)lws_ptr_diff(colon, u_colon_g);
69 colon++;
76 if (getgrnam_r(colon, &gr, strs, sizeof(strs), &g) || !g) {
79 g = getgrnam(colon);
82 lwsl_err("%s: unknown group '%s'\n", __func__, colon);
/third_party/pulseaudio/src/pulsecore/
Dcpu-arm.c40 char *line, *end, *colon; in get_cpuinfo_line() local
48 if (!(colon = strchr(line, ':'))) in get_cpuinfo_line()
51 if (++colon >= end) in get_cpuinfo_line()
54 return pa_xstrndup(colon, end - colon); in get_cpuinfo_line()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer-deserialize-json.rl77 colon = space* ':' space*;
85 glyph = "\"g\"" colon (parse_glyph_name | parse_codepoint);
86 unicode = "\"u\"" colon parse_codepoint;
87 cluster = "\"cl\"" colon (unum >tok %parse_cluster);
88 xoffset = "\"dx\"" colon (num >tok %parse_x_offset);
89 yoffset = "\"dy\"" colon (num >tok %parse_y_offset);
90 xadvance= "\"ax\"" colon (num >tok %parse_x_advance);
91 yadvance= "\"ay\"" colon (num >tok %parse_y_advance);
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_structures.c74 char *colon; in parse_uri() local
95 colon = strrchr((*uri)->host_and_port, ':'); in parse_uri()
96 if(NULL == colon) in parse_uri()
104 port = atoi(colon + 1); in parse_uri()
111 asprintf(&((*uri)->host), "%.*s", (int)(colon - (*uri)->host_and_port), (*uri)->host_and_port); in parse_uri()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
DtokenTypes.js4 …ports.cr = exports.comment = exports.comma = exports.combinator = exports.colon = exports.closeSqu…
13 var colon = 58; // `:`.charCodeAt(0); variable
14 exports.colon = colon;
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go117 colon := strings.IndexRune(line, ':')
118 if colon < 0 {
121 name, value := line[:colon], strings.TrimSpace(line[colon+1:])
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go117 colon := strings.IndexRune(line, ':')
118 if colon < 0 {
121 name, value := line[:colon], strings.TrimSpace(line[colon+1:])
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go117 colon := strings.IndexRune(line, ':')
118 if colon < 0 {
121 name, value := line[:colon], strings.TrimSpace(line[colon+1:])
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/which/
Dwhich.js13 const colon = opt.colon || COLON constant
23 /* istanbul ignore next: very unusual */ '').split(colon),
29 const pathExt = isWindows ? pathExtExe.split(colon) : ['']
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/which/
Dwhich.js13 const colon = opt.colon || COLON constant
23 /* istanbul ignore next: very unusual */ '').split(colon),
29 const pathExt = isWindows ? pathExtExe.split(colon) : ['']
/third_party/musl/src/misc/
Dgetopt_long.c60 int colon = optstring[optstring[0]=='+'||optstring[0]=='-']==':'; in __getopt_long_core() local
96 if (colon || !opterr) in __getopt_long_core()
108 if (colon) return ':'; in __getopt_long_core()
127 if (!colon && opterr) in __getopt_long_core()
/third_party/libunwind/tests/
Dtest-coredump-unwind.c320 char *colon; in main() local
321 unsigned long vaddr = strtoul(*argv, &colon, 16); in main()
322 if (*colon != ':') in main()
324 if (_UCD_add_backing_file_at_vaddr(ui, vaddr, colon + 1) < 0) in main()
325 error_msg("Can't add backing file '%s'", colon + 1); in main()
/third_party/gn/src/util/test/
Dgn_test.cc69 const char* const colon = strchr(pattern, ':'); in PatternListMatchString() local
73 if (!colon) in PatternListMatchString()
76 return PatternListMatchString(colon + 1, str); in PatternListMatchString()
/third_party/curl/docs/cmdline-opts/
Dconfig.d18 separated by whitespace, colon, or the equals sign. Long option names can
20 if so, the colon or equals characters can be used as separators. If the option
21 is specified with one or two dashes, there can be no colon or equals character
24 If the parameter contains whitespace or starts with a colon (:) or equals sign
Duser.d18 The user name and passwords are split up on the first colon, which makes it
19 impossible to use a colon in the user name with this option. The password can,
43 the user name and password from your environment by specifying a single colon
/third_party/icu/icu4c/source/data/curr/
Dhi_Latn.txt9 "Costa Rican colon",
38 one{"Costa Rican colon"}
/third_party/gn/src/gn/
Derr.cc180 std::string colon; in InternalPrintToStdout() local
182 colon = ": "; in InternalPrintToStdout()
183 OutputString(loc_str + toolchain_str + colon + info_->message + "\n"); in InternalPrintToStdout()
Dlabel.cc233 the path name and just start with a colon. This format is recommended for
250 we prefer to omit the colon and name when possible:
/third_party/python/Lib/
Dntpath.py82 colon = b':'
86 colon = ':'
113 result_drive and result_drive[-1:] != colon):
148 colon = b':'
152 colon = ':'
170 if normp[1:2] == colon:
/third_party/libunwind/src/
Dos-linux.h230 char perm[16], dash = 0, colon = 0, *cp; in maps_next() local
293 cp = scan_char (cp, &colon); in maps_next()
300 if (dash != '-' || colon != ':') in maps_next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp781 if (ParseToken(lltok::colon, "expected ':' at start of summary entry") || in SkipModuleSummaryEntry()
7477 if (ParseToken(lltok::colon, "expected ':' here") || in ParseModuleEntry()
7480 ParseToken(lltok::colon, "expected ':' here") || in ParseModuleEntry()
7484 ParseToken(lltok::colon, "expected ':' here") || in ParseModuleEntry()
7513 if (ParseToken(lltok::colon, "expected ':' here") || in ParseTypeIdEntry()
7516 ParseToken(lltok::colon, "expected ':' here") || in ParseTypeIdEntry()
7544 ParseToken(lltok::colon, "expected ':' here") || in ParseTypeIdSummary()
7573 if (ParseToken(lltok::colon, "expected ':' here") || in ParseTypeIdCompatibleVtableEntry()
7576 ParseToken(lltok::colon, "expected ':' here") || in ParseTypeIdCompatibleVtableEntry()
7584 ParseToken(lltok::colon, "expected ':' here") || in ParseTypeIdCompatibleVtableEntry()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c1777 char *colon; local
1780 colon = strchr (line, ':');
1781 if (NULL == colon)
1789 colon[0] = '\0';
1790 colon++; /* advance to value */
1791 while ((colon[0] != '\0') && ((colon[0] == ' ') || (colon[0] == '\t')))
1792 colon++;
1799 connection->colon = colon;
1858 EXTRA_CHECK ((NULL != last) && (NULL != connection->colon));
1860 last, connection->colon, kind)))
/third_party/typescript/tests/baselines/reference/
DparserArrowFunctionExpression17(target=es3).symbols2 a ? b : (c) : d => e // Not legal JS; "Unexpected token ':'" at last colon
DparserArrowFunctionExpression17(target=es6).symbols2 a ? b : (c) : d => e // Not legal JS; "Unexpected token ':'" at last colon

12345678910>>...14