Searched refs:colon (Results 26 - 50 of 104) sorted by relevance

12345

/freebsd-current/usr.bin/touch/
H A Dtouch.c314 const char *fmt, *colon; local
320 colon = strchr(arg, ':');
321 if (colon == NULL || strchr(colon + 1, ':') == NULL)
/freebsd-current/contrib/wpa/src/wps/
H A Dupnp_xml.c50 * (and ?), but may have an inner structure of <namespace><colon><plain_label>.
73 * colon) and then the tag name itself.
183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
/freebsd-current/usr.bin/locate/locate/
H A Dutil.c47 char **colon(char **, char*, char*);
72 /* split a colon separated string into a char vector
81 colon(char **dbv, char *path, char *dot) function
105 /* single colon -> dot */
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h67 /// Matches one colon: ':'
68 ColorStyle colon; member in struct:lldb_private::HighlightStyle
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk11 VAR:sh= echo colon-sh
12 .if ${VAR} != "colon-sh"
18 VAR :sh = echo colon-sh-spaced
19 .if ${VAR} != "colon-sh-spaced"
29 VAR:shell= echo colon-shell
33 .if ${${:UVAR\:shell}} != "echo colon-shell"
H A Dvarmod-edge.mk28 # and the colon are unescaped. The other characters are left as-is.
154 TESTS+= colon
155 INP.colon= value
156 MOD.colon= ${INP.colon:}
157 EXP.colon= value
182 # expect+02: ok colon
H A Ddep-colon-bug-cross-file.mk1 # $NetBSD: dep-colon-bug-cross-file.mk,v 1.5 2023/06/01 20:56:35 rillig Exp $
H A Dvarmod-edge.exp17 make: "varmod-edge.mk" line 184: ok colon
H A Dvarmod-subst.exp27 1 two 3 colon
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp267 P.SkipUntil(tok::colon, tok::r_paren, tok::annot_pragma_openmp_end,
303 bool IsCorrect = !ExpectAndConsume(tok::colon);
310 if (Tok.is(tok::colon) || Tok.is(tok::annot_pragma_openmp_end)) {
332 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end,
336 if (Tok.is(tok::colon) || Tok.is(tok::annot_pragma_openmp_end))
358 if (ExpectAndConsume(tok::colon))
547 if (PP.LookAhead(0).is(tok::colon)) {
556 ExpectAndConsume(tok::colon);
1108 if (P.getCurToken().is(tok::colon))
2567 if (Tok.is(tok::colon))
[all...]
H A DParseDeclCXX.cpp1183 // semi-colon.
1440 case tok::colon:
1478 // it is much more likely that someone missed a semi colon and the
1850 getLangOpts().CPlusPlus && Tok.is(tok::colon)) ||
1852 (NextToken().is(tok::l_brace) || NextToken().is(tok::colon)))) {
1905 if (Tok.isOneOf(tok::l_brace, tok::colon))
1964 if (TUK == Sema::TUK_Definition && Tok.is(tok::colon))
2142 (getLangOpts().CPlusPlus && Tok.is(tok::colon)) ||
2222 assert(Tok.is(tok::colon) && "Not a base clause");
2523 if (Tok.isNot(tok::colon))
4594 Diag(Tok.getLocation(), diag::err_expected) << tok::colon; member in class:tok
4945 Diag(Tok, diag::err_expected) << tok::colon; member in class:tok
[all...]
H A DParseStmt.cpp198 if (Next.is(tok::colon)) { // C99 6.8.1: labeled-statement
550 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
552 // If a constant expression is followed by a colon inside a switch block,
743 assert(Tok.is(tok::colon) && "Not a label!");
858 // current case statement (moving to the colon that ends it).
859 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch))
874 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch))
881 if (TryConsumeToken(tok::colon, ColonLoc)) {
886 << "'case'" << tok::colon
891 << "'case'" << tok::colon
[all...]
H A DParseObjc.cpp328 if (Tok.is(tok::colon)) { // a super class is specified.
528 if (TryConsumeToken(tok::colon, colonLoc)) {
565 tok::minus, tok::plus, tok::colon, tok::l_paren, tok::l_brace,
577 if (Tok.isNot(tok::colon) && Tok.isNot(tok::l_paren)) {
969 if (ExpectAndConsume(tok::colon,
1064 case tok::colon:
1424 // An unnamed colon is valid.
1425 if (!SelIdent && Tok.isNot(tok::colon)) { // missing selector name.
1434 if (Tok.isNot(tok::colon)) {
1460 if (ExpectAndConsume(tok::colon))
[all...]
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dinit_c.c72 char *colon; local
112 colon = strchr ((*ctx)->admin_server, ':');
113 if (colon != NULL)
114 *colon++ = '\0';
120 else if (colon != NULL) {
123 (*ctx)->kadmind_port = htons(strtol (colon, &end, 0));
/freebsd-current/usr.sbin/ppp/
H A Dnat_cmd.c373 char *colon; local
376 colon = strchr(str, ':');
377 if (!colon) {
382 *colon = '\0'; /* Cheat the const-ness ! */
384 *colon = ':'; /* Cheat the const-ness ! */
388 return StrToPortRange(colon + 1, low, high, proto);
/freebsd-current/usr.sbin/bhyve/
H A Dbhyverun.c633 char *colon; local
640 colon = strrchr(opt, ':');
641 if (colon == NULL) {
644 *colon = '\0';
645 colon++;
646 sport = colon;
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp970 // type, followed by a colon, then the fields which may be surrounded by
985 if (parseToken(lltok::colon, "expected ':' at start of summary entry") ||
2402 // We use syntax like memory(argmem: read), so the colon should not be
2418 if (!EatIfPresent(lltok::colon)) {
8281 if (parseToken(lltok::colon, "expected ':' here") ||
8284 parseToken(lltok::colon, "expected ':' here") ||
8288 parseToken(lltok::colon, "expected ':' here") ||
8317 if (parseToken(lltok::colon, "expected ':' here") ||
8320 parseToken(lltok::colon, "expected ':' here") ||
8348 parseToken(lltok::colon, "expecte
[all...]
/freebsd-current/crypto/heimdal/appl/rcp/
H A Dutil.c49 colon(cp) function
52 if (*cp == ':') /* Leading colon is part of file name. */
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp87 case tok::colon:
88 return options.colon;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c265 char *colon; local
277 colon = strchr(proxy, ':');
278 if(colon != NULL)
279 *colon++ = '\0';
284 ntohs(init_port (colon, htons(80))));
/freebsd-current/contrib/sendmail/src/
H A Dmilter.c658 char *colon; local
682 colon = strchr(p, ':');
683 if (colon != NULL)
685 *colon = '\0';
745 *colon++ = ':';
751 colon = p;
759 at = colon;
760 if (strlen(colon) >= sizeof(addr.sunix.sun_path))
764 m->mf_name, colon);
768 m->mf_name, colon);
[all...]
/freebsd-current/stand/kboot/kboot/
H A Dhostdisk.c429 const char *colon; local
432 colon = strchr(devspec, ':');
433 if (colon == NULL)
436 cp[colon - devspec] = '\0';
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h37 colon, enumerator in enum:llvm::MIToken::TokenKind
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp84 TokenInfo[tok::colon ] |= aci_custom_firstchar;
287 case tok::colon: // ::, :>
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp430 if (Next->isNot(tok::colon)) {
514 if (PrevTok->isOneOf(tok::colon, tok::less)) {
570 NextTok->isOneOf(tok::comma, tok::period, tok::colon,
607 !PrevTok->isOneOf(tok::semi, BK_Block, tok::colon)) {
745 if (Style.isVerilog() && FormatTok->is(tok::colon)) {
1189 Tokens->peekNextToken()->is(tok::colon)) {
1236 tok::colon,
1335 !Token->isOneOf(tok::colon, tok::less, tok::string_literal)) {
1341 if (FormatTok->is(tok::colon)) {
1535 if (FormatTok->is(tok::colon)) {
[all...]

Completed in 206 milliseconds

12345