Searched refs:colon (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetopt_long.c60 int colon = optstring[optstring[0] == '+' || optstring[0] == '-'] == ':'; local
85 if (colon || !opterr)
94 if (colon)
113 if (!colon && opterr)
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dos-linux.h206 char perm[16], dash = 0, colon = 0, *cp; local
269 cp = scan_char (cp, &colon);
276 if (dash != '-' || colon != ':')
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c419 // output may be truncated; make sure we always have 5 colon-separated
432 char *colon = strchr(s, ':'); local
435 if (colon == NULL || colon > last_pos) {
436 // set colon |i| at last possible position (buf[len-1] is the
437 // terminating 0). If we're setting this colon, then all whole of the
444 s = colon + 1;
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Draw_ast.h135 explicit Ordinal(Token ordinal, Token colon) argument
136 : SourceElement(ordinal, colon) {}
/fuchsia/zircon/system/host/fidl/lib/
H A Dparser.cpp152 auto colon = ConsumeToken(Token::Kind::kColon);
156 return std::make_unique<raw::Ordinal>(numeric_literal, colon);

Completed in 42 milliseconds