/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | search_list.c | 31 const char *beg, *colon; in search_list_append() local 34 colon = paths - 1; in search_list_append() 37 beg = colon + 1; in search_list_append() 38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append() 40 if (colon) in search_list_append() 41 len = colon - beg; in search_list_append() 59 while (colon); in search_list_append()
|
H A D | sym_ids.c | 117 char *colon; in parse_spec() local 120 colon = strrchr (spec, ':'); in parse_spec() 122 if (colon) in parse_spec() 124 *colon = '\0'; in parse_spec() 126 if (colon > spec) in parse_spec() 134 spec = colon + 1; in parse_spec()
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | search_list.c | 33 const char *beg, *colon; local 36 colon = paths - 1; 39 beg = colon + 1; 40 colon = strchr (beg, PATH_SEP_CHAR); 42 if (colon) 43 len = colon - beg; 61 while (colon);
|
H A D | sym_ids.c | 121 char *colon; local 124 colon = strrchr (spec, ':'); 126 if (colon) 128 *colon = '\0'; 130 if (colon > spec) 138 spec = colon + 1;
|
/openbsd/usr.sbin/ypserv/mknetid/ |
H A D | mknetid.c | 171 int line_no = 0, len, colon; in read_passwd() local 194 k = p; colon = 0; in read_passwd() 197 colon++; in read_passwd() 201 if (colon > 0) { in read_passwd() 213 if (colon < 4) { in read_passwd() 258 int line_no = 0, len, colon; in read_group() local 281 k = p; colon = 0; in read_group() 284 colon++; in read_group() 288 if (colon > 0) { in read_group() 300 if (colon < 3) { in read_group()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | completer.c | 208 char *colon = NULL; in location_completer() local 242 else if (*p == ':' && !colon) in location_completer() 244 colon = p; in location_completer() 256 if (colon) in location_completer() 260 file_to_match = (char *) xmalloc (colon - text + 1); in location_completer() 261 strncpy (file_to_match, text, colon - text + 1); in location_completer() 263 for (s = file_to_match + (colon - text); in location_completer() 272 if (colon) in location_completer()
|
/openbsd/usr.bin/rsync/ |
H A D | rmatch.c | 68 const char *colon; in classmatch() local 76 if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') { in classmatch() 80 *ep = colon + 2; in classmatch() 81 len = (size_t)(colon - pattern); in classmatch()
|
/openbsd/regress/bin/ksh/ |
H A D | ifs.t | 18 name: IFS-colon-1 54 name: IFS-space-colon-1 74 name: IFS-space-colon-2 87 name: IFS-space-colon-3 104 name: IFS-space-colon-4 116 name: IFS-space-colon-5
|
/openbsd/usr.bin/locate/locate/ |
H A D | locate.c | 108 extern char **colon(char **, char*, char*); 136 dbv = colon(dbv, optarg, _PATH_FCODES); in main() 160 dbv = colon(dbv, _PATH_FCODES, _PATH_FCODES); in main() 162 dbv = colon(dbv, path_fcodes, _PATH_FCODES); in main()
|
H A D | util.c | 44 char **colon(char **, char*, char*); 77 colon(char **dbv, char *path, char *dot) in colon() function
|
/openbsd/lib/libc/gen/ |
H A D | fnmatch.c | 102 const char *colon; in classmatch() local 113 if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') { in classmatch() 117 *ep = colon + 2; in classmatch() 118 len = (size_t)(colon - pattern); in classmatch()
|
/openbsd/usr.bin/mail/ |
H A D | util.c | 130 char *colon, *oldhfield = NULL; in hfield() local 138 if ((lc = gethfield(ibuf, linebuf, lc, &colon)) < 0) in hfield() 140 if ((hfield = ishfield(linebuf, colon, field)) != NULL) in hfield() 153 gethfield(FILE *f, char *linebuf, int rem, char **colon) in gethfield() argument 174 *colon = cp; in gethfield() 209 ishfield(char *linebuf, char *colon, char *field) in ishfield() argument 211 char *cp = colon; in ishfield()
|
/openbsd/usr.sbin/amd/amd/ |
H A D | restart.c | 74 char *colon = strchr(me->mnt_fsname, ':'); in restart() local 75 if (colon && sscanf(colon, ":(pid%d)", &au_pid) == 1) { in restart()
|
H A D | nfs_ops.c | 430 char *colon = strchr(mf->mf_info, ':'); in nfs_init() local 431 if (colon == 0) in nfs_init() 434 error = prime_nfs_fhandle_cache(colon+1, mf->mf_server, in nfs_init() 454 char *colon; in mount_nfs_fh() local 472 if (!(colon = strchr(fs_name, ':'))) in mount_nfs_fh() 622 char *colon; in mount_nfs() local 624 if (!(colon = strchr(fs_name, ':'))) in mount_nfs() 630 error = prime_nfs_fhandle_cache(colon+1, mf->mf_server, &fhs, NULL); in mount_nfs()
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | intrin.c | 169 int colon = (c[2] == ':') ? 2 : 3; in ffeintrin_check_() local 196 for (argc = &c[colon + 3], in ffeintrin_check_() 657 if ( c[colon+1] != '*' && (c[colon+1]-'0') != arg_count ) in ffeintrin_check_() 882 switch (c[colon + 1]) in ffeintrin_check_() 1597 int colon; in ffeintrin_init_0() local 1667 colon = 2; in ffeintrin_init_0() 1676 colon = 3; in ffeintrin_init_0() 1678 if ((c[colon] != ':') || (c[colon + 2] != ':')) in ffeintrin_init_0() 1684 if ((c[colon + 1] != '-') in ffeintrin_init_0() 1685 && (c[colon + 1] != '*') in ffeintrin_init_0() [all …]
|
H A D | intdoc.c | 368 int colon; in dumpimp() local 457 colon = (c[2] == ':') ? 2 : 3; in dumpimp() 495 if (ISDIGIT (c[colon + 1])) in dumpimp() 497 other_arg = c[colon + 1] - '0'; in dumpimp() 547 else if (c[1] == '=' && ISDIGIT (c[colon + 1])) in dumpimp() 579 && (c[colon + 1] == '*')) in dumpimp() 588 for (argno = 0, argc = &c[colon + 3]; *argc != '\0'; ++argno) in dumpimp()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3601 if (Tok.is(tok::colon)) in ParseOMPInteropInfo() 3813 if (Tok.is(tok::colon)) in ParseOpenMPSingleExprWithArgClause() 3854 if (Tok.is(tok::colon)) in ParseOpenMPSingleExprWithArgClause() 3885 if (Tok.is(tok::colon)) in ParseOpenMPSingleExprWithArgClause() 4165 if (Tok.is(tok::colon)) { in parseMapType() 4229 if (Tok.is(tok::colon)) in ParseOpenMPIteratorsExpr() 4243 if (Tok.is(tok::colon)) { in ParseOpenMPIteratorsExpr() 4356 if (Tok.is(tok::colon)) in ParseOpenMPVarList() 4398 if (Tok.is(tok::colon)) { in ParseOpenMPVarList() 4486 if (Tok.is(tok::colon)) in ParseOpenMPVarList() [all …]
|
H A D | ParseObjc.cpp | 956 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute() 1051 case tok::colon: in ParseObjCSelectorPiece() 1421 if (Tok.isNot(tok::colon)) { in ParseObjCMethodDecl() 1447 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl() 2238 if (TryConsumeToken(tok::colon)) { in ParseObjCAtImplementationDeclaration() 2714 if (Tok.is(tok::colon)) { in StashAwayMethodOrFunctionBodyTokens() 2724 else if (Tok.is(tok::colon)) { in StashAwayMethodOrFunctionBodyTokens() 3236 if (Tok.is(tok::colon)) { in ParseObjCMessageExpressionBody() 3318 if (Tok.is(tok::colon)) in ParseObjCMessageExpressionBody() 3321 if (Tok.is(tok::colon)) { in ParseObjCMessageExpressionBody() [all …]
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2302 if (!EatIfPresent(lltok::colon)) { in parseMemoryAttr() 9070 parseToken(lltok::colon, "expected ':'")) in parseOptionalCalls() 9162 parseToken(lltok::colon, "expected ':'")) in parseOptionalVTableFuncs() 9644 if (parseToken(lltok::colon, "expected ':'")) in parseGVFlags() 9653 if (parseToken(lltok::colon, "expected ':'")) in parseGVFlags() 9707 if (parseToken(lltok::colon, "expected ':'")) in parseGVarFlags() 9801 parseToken(lltok::colon, "expected ':'") || in parseOptionalAllocs() 9850 parseToken(lltok::colon, "expected ':'")) in parseMemProfs() 9859 parseToken(lltok::colon, "expected ':'") || in parseMemProfs() 9930 parseToken(lltok::colon, "expected ':'")) in parseOptionalCallsites() [all …]
|
/openbsd/usr.sbin/ldomctl/ |
H A D | parse.y | 293 char *colon; variable 296 colon = strchr($1, ':'); 297 if (colon == NULL) { 301 *colon++ = '\0'; 307 vcpu_opts.stride = strtonum(colon, 0, INT_MAX, &errstr); 309 yyerror("number %s is %s", colon, errstr);
|
/openbsd/usr.sbin/pppd/ |
H A D | options.c | 1554 char *colon; in setipaddr() local 1562 if ((colon = strchr(arg, ':')) == NULL) in setipaddr() 1568 if (colon != arg) { in setipaddr() 1569 *colon = '\0'; in setipaddr() 1587 *colon = ':'; in setipaddr() 1593 if (*++colon != '\0') { in setipaddr() 1594 if (inet_pton(AF_INET, colon, &ina) != 1) { in setipaddr() 1595 if ((hp = gethostbyname(colon)) == NULL) { in setipaddr() 1596 option_error("unknown host: %s", colon); in setipaddr() 1601 strlcpy(remote_name, colon, MAXNAMELEN); in setipaddr()
|
/openbsd/usr.bin/tmux/ |
H A D | cmd-find.c | 929 char *colon, *period, *copy = NULL, tmp[256]; in cmd_find_target() local 1037 colon = strchr(copy, ':'); in cmd_find_target() 1038 if (colon != NULL) in cmd_find_target() 1039 *colon++ = '\0'; in cmd_find_target() 1040 if (colon == NULL) in cmd_find_target() 1043 period = strchr(colon, '.'); in cmd_find_target() 1049 if (colon != NULL && period != NULL) { in cmd_find_target() 1051 window = colon; in cmd_find_target() 1055 } else if (colon != NULL && period == NULL) { in cmd_find_target() 1057 window = colon; in cmd_find_target() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 018_json_checker.t | 59 {"Missing colon" null} 63 {"Double colon":: null} 65 {"Comma instead of colon", null}
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | nodes.c | 718 int colon; in get_tags_of_indirect_tags_table() local 720 colon = string_in_line (":", line); in get_tags_of_indirect_tags_table() 722 if (colon == -1) in get_tags_of_indirect_tags_table() 726 subfile->filename = (char *)xmalloc (colon); in get_tags_of_indirect_tags_table() 727 strncpy (subfile->filename, line, colon - 1); in get_tags_of_indirect_tags_table() 728 subfile->filename[colon - 1] = 0; in get_tags_of_indirect_tags_table() 729 subfile->first_byte = (long) atol (line + colon); in get_tags_of_indirect_tags_table()
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 94 if (AttrTok->is(tok::colon) || in isCppAttribute() 217 if (CurrentToken->is(tok::colon) || in parseAngle() 219 Previous->isNot(tok::colon))) { in parseAngle() 778 if (CurrentToken->is(tok::colon)) { in parseSquare() 912 if (CurrentToken->is(tok::colon)) { in parseConditional() 949 case tok::colon: in consumeToken() 3457 if (Left.is(tok::colon)) in spaceRequiredBetween() 3896 if (Right.is(tok::colon)) in spaceRequiredBefore() 4179 if (Right.is(tok::colon)) { in spaceRequiredBefore() 4845 if (!Next || !Next->is(tok::colon)) in canBreakBefore() [all …]
|