bin/chmod/chmod.c
196
if ((cp = strchr(*argv, ':')) != NULL) {
bin/chmod/chmod.c
205
else if ((cp = strchr(*argv, '.')) != NULL &&
bin/csh/csh.c
1358
if ((p = strchr(hostname, '.')) != NULL)
bin/csh/file.c
190
if (strchr(delimiters, cl->buf[i - 1]) != NULL)
bin/csh/file.c
260
if (strchr(ws, cl->buf[cl->len - 1]) == NULL &&
bin/csh/file.c
265
if (strchr(ws, cl->buf[cl->len - 1]) != NULL ||
bin/csh/sem.c
113
if (strchr("+-", t->t_dcom[1][0]))
bin/dd/args.c
101
if ((arg = strchr(oper, '=')) == NULL)
bin/dd/args.c
328
if (strchr(val, '-'))
bin/df/df.c
230
for (i = 1, nextcp = fslist; (nextcp = strchr(nextcp, ',')) != NULL; i++)
bin/df/df.c
237
for (i = 1, nextcp = fslist; (nextcp = strchr(nextcp, ',')) != NULL; i++) {
bin/ed/io.c
329
if (*s && (cp = strchr(ESCAPES, *s)) != NULL)
bin/expr/expr.c
185
if ((i = strchr(x, *p)) != NULL) {
bin/hostname/hostname.c
71
if (sflag && (p = strchr(hostname, '.')))
bin/ksh/c_ksh.c
1388
cp = strchr(*wp, '=');
bin/ksh/c_ksh.c
933
char *val = strchr(alias, '=');
bin/ksh/c_sh.c
122
while (*cp && strchr("augo", *cp))
bin/ksh/c_sh.c
139
if (!strchr("=+-", op = *cp))
bin/ksh/c_sh.c
143
while (*cp && strchr("rwxugoXs", *cp))
bin/ksh/c_sh.c
175
} else if (!strchr("=+-", *cp))
bin/ksh/c_sh.c
300
if ((cp = strchr(*wp, '?')) != NULL) {
bin/ksh/c_sh.c
672
unset(vp, strchr(id, '[') ? 1 : 0);
bin/ksh/edit.c
622
iscmd = p < 0 || strchr(";|&()`", buf[p]);
bin/ksh/edit.c
657
if (strchr(";|&()`", cmd[-1]) != NULL)
bin/ksh/edit.c
778
(s[1] == '(' /*)*/ && strchr("+@!", *s)))
bin/ksh/edit.c
890
if (!(p = strchr(sp, ':')))
bin/ksh/edit.c
951
if (strchr("!\"#$&'()*:;<=>?[\\]`{|}", s[add]) ||
bin/ksh/edit.c
952
strchr(ifs, s[add])) {
bin/ksh/emacs.c
753
((cp = (cp == xep) ? NULL : strchr(cp + 1, c)) == NULL &&
bin/ksh/emacs.c
754
(cp = strchr(xbuf, c)) == NULL)) {
bin/ksh/eval.c
1086
np = strchr(sp, '/');
bin/ksh/eval.c
1153
if ((s = strchr(sp, MAGIC))) {
bin/ksh/eval.c
1160
!strchr("*+?@! ", *s & 0x7f))
bin/ksh/eval.c
1270
for (p = exp_start; (p = strchr(p, MAGIC)) && p[1] != OBRACE; p += 2)
bin/ksh/eval.c
254
sp = strchr(sp, 0) + 1;
bin/ksh/eval.c
277
sp = strchr(sp, 0) + 1;
bin/ksh/eval.c
295
sp = strchr(sp, '\0') + 1; /* skip variable */
bin/ksh/eval.c
761
if ((p=strchr(sp,'[')) && (p[1]=='*'||p[1]=='@') && p[2]==']') {
bin/ksh/eval.c
830
if ((p=strchr(sp,'[')) && (p[1]=='*'||p[1]=='@') && p[2]==']') {
bin/ksh/eval.c
941
char *end = strchr(str, 0);
bin/ksh/exec.c
1004
if (!(p = strchr(sp, ':')))
bin/ksh/exec.c
533
if (Flag(FRESTRICTED) && strchr(cp, '/')) {
bin/ksh/exec.c
846
if (strchr(name, '/') != NULL) {
bin/ksh/exec.c
992
if (strchr(name, '/')) {
bin/ksh/history.c
130
if (*wp && **wp && (p = strchr(*wp + 1, '='))) {
bin/ksh/history.c
206
for (s = *hp; (t = strchr(s, '\n')); s = t)
bin/ksh/history.c
298
if ((q = strchr(p, '\n'))) {
bin/ksh/history.c
765
if ((p = strchr(encoded, '\n')) == NULL) {
bin/ksh/history.c
774
&& strchr(encoded, '\n') == NULL);
bin/ksh/lex.c
1019
isspace((unsigned char)strchr(s->u.tblp->val.s, 0)[-1])) {
bin/ksh/lex.c
1261
p = strchr(cp + 2, '}');
bin/ksh/lex.c
1268
p = strchr(tmpbuf, '}');
bin/ksh/lex.c
1278
cp = strchr(cp + 2, '}');
bin/ksh/lex.c
1286
p = strchr(strbuf, '.');
bin/ksh/lex.c
1364
p = strchr(ksh_version, ' ');
bin/ksh/lex.c
1366
p = strchr(p + 1, ' ');
bin/ksh/lex.c
1370
p = strchr(strbuf, ' ');
bin/ksh/mail.c
124
if ((mval = strchr(mval, ':')) != NULL) {
bin/ksh/mail.c
129
for (p = mpath; (mmsg = strchr(p, '%')); ) {
bin/ksh/mail.c
141
mmsg = strchr(mpath, '?');
bin/ksh/misc.c
564
} else if ((c & 0x80) && strchr("*+?@! ", c & 0x7f)) {
bin/ksh/misc.c
721
if ((colon = strchr(pattern, ':')) == NULL || colon[1] != MAGIC) {
bin/ksh/misc.c
814
if ((*p & 0x80) && strchr("*+?@! ", *p & 0x7f))
bin/ksh/misc.c
903
!(o = strchr(options, c))) {
bin/ksh/path.c
231
len = (q = strchr(p, '/')) ? (size_t)(q - p) : strlen(p);
bin/ksh/var.c
1197
if ((p = strchr(str, '[')) == 0)
bin/ksh/vi.c
745
while ((p = strchr(p, '\0')) && p[1])
bin/md5/md5.c
822
p = strchr(tmpline, ' ');
bin/md5/md5.c
857
if ((p = strchr(checksum, ' ')) == NULL)
bin/md5/md5.c
860
if ((p = strchr(p + 1, ' ')) == NULL)
bin/mt/mt.c
188
if (strchr(tape, ':')) {
bin/mt/mt.c
191
tape = strchr(host, ':');
bin/mt/mtrmt.c
114
if ((cp = strchr(rmtpeer, '@')) != NULL) {
bin/pax/file_subs.c
615
spt = strchr(spt, '/');
bin/pax/ftree.c
552
if ((bp = strchr(buf, '\n')) != NULL || feof(stdin)) {
bin/pax/getoldopt.c
49
place = strchr(optstring, c);
bin/pax/options.c
1559
if ((endpt = strchr(frpt, ',')) != NULL)
bin/pax/options.c
1561
if ((pt = strchr(frpt, '=')) == NULL) {
bin/pax/tar.c
1581
if ((q = strchr(p, '.')) != NULL)
bin/ps/keyword.c
264
hp = strchr(p, '=');
bin/rmdir/rmdir.c
90
p = strchr(path, '\0');
bin/stty/gfmt.c
71
if ((s = strchr(s, ':')) == NULL)
bin/stty/gfmt.c
77
if (!(ep = strchr(p, '=')))
games/arithmetic/arithmetic.c
112
if (!strchr(keylist, *p))
games/arithmetic/arithmetic.c
351
if (op == 0 || (p = strchr(keylist, op)) == NULL)
games/atc/update.c
243
comm_start = bp = strchr(buf, '\0');
games/atc/update.c
253
bp = strchr(buf, '\0');
games/atc/update.c
258
bp = strchr(buf, '\0');
games/battlestar/save.c
159
if (strchr(filename, '/') != NULL || home == NULL) {
games/boggle/boggle/word.c
183
if (strchr(buf, '\n') == NULL) {
games/boggle/mkdict/mkdict.c
77
if ((p = strchr(buf[current], '\n')) == NULL) {
games/bs/bs.c
489
(!strchr(docked, c));
games/fortune/fortune/fortune.c
362
if (strchr(prefix, '.') != NULL)
games/hack/hack.c
451
while(!strchr("ynaq ", (c = readchar())))
games/hack/hack.c
644
!mtmp->mpeaceful && !strchr("Ea", mtmp->data->mlet) &&
games/hack/hack.cmd.c
276
if(!(dp = strchr(sdir, sym))) return(0);
games/hack/hack.cmd.c
291
if(!strchr(quitchars, dirsym))
games/hack/hack.do_name.c
241
pline("Call %s %s: ", strchr(vowels,*str) ? "an" : "a", str);
games/hack/hack.do_wear.c
120
if(strchr(quitchars, (answer = readchar())))
games/hack/hack.do_wear.c
273
if(strchr(quitchars, (answer = readchar())))
games/hack/hack.dog.c
243
if(!strchr("0_", obj->olet)){
games/hack/hack.dog.c
475
mtmp->isshk || mtmp->isgd || strchr(" &@12", mtmp->data->mlet))
games/hack/hack.eat.c
443
return(strchr(POISONOUS, CORPSE_I_TO_C(otmp->otyp)) != 0);
games/hack/hack.eat.c
459
} else if(strchr(POISONOUS, let) && rn2(5)){
games/hack/hack.eat.c
467
} else if(strchr("ELNOPQRUuxz", let) && rn2(5)){
games/hack/hack.end.c
193
if(!strchr("bcd", *st1)) killer = st1;
games/hack/hack.end.c
197
if(strchr("bcds", *st1)){
games/hack/hack.end.c
532
strchr(vowels,*t1->death) ? "an " : "a ", t1->death);
games/hack/hack.end.c
646
} else if(!argv[1][3] && strchr("CFKSTWX", argv[1][2])) {
games/hack/hack.end.c
746
if(!strchr(totchars, "CFKSTWX"[i])) {
games/hack/hack.fight.c
157
if(strchr(mlarge, mdef->data->mlet))
games/hack/hack.fight.c
220
if(strchr(mlarge, mon->data->mlet)) {
games/hack/hack.fight.c
263
if(strchr(UNDEAD, mon->data->mlet))
games/hack/hack.fight.c
373
strchr("XDne", mdat->mlet)) tmp += 2;
games/hack/hack.fight.c
84
if(strchr("Eauy", pa->mlet)) return(0);
games/hack/hack.invent.c
391
if(!*let || strchr(let, otmp->olet)) {
games/hack/hack.invent.c
453
if(strchr(quitchars,ilet))
games/hack/hack.invent.c
496
if(!allowall && let && !strchr(let,otmp->olet)) {
games/hack/hack.invent.c
541
if(!strchr(ilets, otmp->olet)){
games/hack/hack.invent.c
575
else if (strchr("!%?[()=*/\"0", sym)) {
games/hack/hack.invent.c
576
if (!strchr(olets, sym)) {
games/hack/hack.invent.c
608
if(olets && *olets && !strchr(olets, otmp->olet)) continue;
games/hack/hack.invent.c
695
if(!lets || !*lets || strchr(lets, ilet)) {
games/hack/hack.invent.c
725
if (!strchr (stuff, otmp->olet)) {
games/hack/hack.invent.c
740
if(strchr(quitchars,c)) return(0);
games/hack/hack.invent.c
857
(strchr("%*?!", obj->olet) ||
games/hack/hack.lev.c
247
if(strchr(genocided, mtmp->data->mlet)) {
games/hack/hack.lev.c
258
(strchr(MREGEN, mtmp->data->mlet) ? tmoves : tmoves/20);
games/hack/hack.main.c
277
if(!strchr(sfoo, pm->mlet))
games/hack/hack.makemon.c
143
|| (in_mklev && strchr("&w;", ptr->mlet) && rn2(5))
games/hack/hack.makemon.c
87
if(strchr(fut_geno, ptr->mlet)) return((struct monst *) 0);
games/hack/hack.makemon.c
90
if(strchr(fut_geno, 'm')) ct++; /* make only 1 minotaur */
games/hack/hack.makemon.c
91
if(strchr(fut_geno, '@')) ct++;
games/hack/hack.makemon.c
98
if(strchr(fut_geno, ptr->mlet))
games/hack/hack.mhitu.c
122
if(!strchr("1&DuxynNF",mdat->mlet))
games/hack/hack.mhitu.c
126
if(strchr(UNDEAD, mdat->mlet) && midnight())
games/hack/hack.mklev.c
749
if(strchr(fut_geno, 'M')) nomimic = 1;
games/hack/hack.mkobj.c
119
otmp->dknown = strchr("/=!?*", let) ? 0 : 1;
games/hack/hack.mon.c
229
if((!(moves%20) || strchr(MREGEN, mdat->mlet)) &&
games/hack/hack.mon.c
241
(!strchr("NL",mdat->mlet) || !rn2(50)) &&
games/hack/hack.mon.c
242
(Aggravate_monster || strchr("d1", mdat->mlet)
games/hack/hack.mon.c
255
if(mtmp->mflee && strchr("tNL", mdat->mlet) && !rn2(40)){
games/hack/hack.mon.c
278
(strchr("BIuy", mdat->mlet) && !rn2(4)) ||
games/hack/hack.mon.c
288
if(!strchr("Ea", mdat->mlet) && nearby &&
games/hack/hack.mon.c
358
if(strchr("D1", msym))
games/hack/hack.mon.c
375
(strchr("BIy", msym) && !rn2(3)))
games/hack/hack.mon.c
402
likegold = (strchr("LOD", msym) != NULL);
games/hack/hack.mon.c
403
likegems = (strchr("ODu", msym) != NULL);
games/hack/hack.mon.c
442
strchr(UNDEAD, msym) ? NOGARLIC : ALLOW_TRAPS);
games/hack/hack.mon.c
753
!strchr(fut_geno, mdat->mlet))
games/hack/hack.mon.c
766
if(strchr("AcsSDXaeRTVWU&In:P", mdat->mlet))
games/hack/hack.mon.c
768
if(strchr("DeV&P",mdat->mlet)) tmp += (7*mdat->mlevel);
games/hack/hack.mon.c
820
if(!letter(tmp) || (!strchr("mw", tmp) && !rn2(3))) tmp = 0;
games/hack/hack.mon.c
824
if(strchr("NTVm&",mdat->mlet) || rn2(5)) {
games/hack/hack.objnam.c
314
else if(*p == 'y' && !strchr(vowels, p[-1]))
games/hack/hack.objnam.c
375
if(!strcmp(prefix, "a ") && strchr(vowels, *bp))
games/hack/hack.objnam.c
385
if(strchr(vowels,*str))
games/hack/hack.objnam.c
616
if(cnt > 0 && strchr("%?!*)", let) &&
games/hack/hack.options.c
100
if ((op = strchr(opts, ' '))) {
games/hack/hack.options.c
168
op = strchr(opts,':');
games/hack/hack.options.c
176
op = strchr(opts,':');
games/hack/hack.options.c
96
if ((op = strchr(opts, ','))) {
games/hack/hack.pager.c
355
while (((c = readchar ()) != 'l') && (c != 's') && !strchr(quitchars,c))
games/hack/hack.pager.c
357
if (!strchr(quitchars, c))
games/hack/hack.read.c
254
if(!strchr(fut_geno, *buf))
games/hack/hack.read.c
256
if(!strchr(genocided, *buf))
games/hack/hack.read.c
457
if(strchr("FY", mtmp->data->mlet))
games/hack/hack.read.c
603
if (strchr("12 &:", ch))
games/hack/hack.rip.c
102
strchr(vowels, *killer) ? " an" : " a");
games/hack/hack.rumors.c
100
if(strchr(line, '\n')) return(1);
games/hack/hack.shk.c
1131
return( mtmp->mtame || strchr("1TVWZi&, ", mtmp->data->mlet)
games/hack/hack.shk.c
747
|| strchr("_0", obj->olet)) {
games/hack/hack.topl.c
102
if(strchr(toplines, '\n')) cl_end();
games/hack/hack.trap.c
226
if(strchr(mlarge, mtmp->data->mlet)) {
games/hack/hack.trap.c
238
if(!strchr("EywBfk'& ", mtmp->data->mlet)) { /* ab */
games/hack/hack.tty.c
280
if(s && strchr(s,c)) {
games/hack/hack.u_init.c
183
while(!strchr("ynYN \n\004", (exper = readchar())))
games/hack/hack.u_init.c
188
if(strchr("Nn \n", exper)) {
games/hack/hack.u_init.c
391
ep = strchr(ep, ',');
games/hack/hack.u_init.c
434
if ((cp = strchr(rolesyms, pc)))
games/hack/hack.unix.c
447
while((lp = strchr(s, '.')) || (lp = strchr(s, '/')))
games/hack/hack.zap.c
106
if(strchr(UNDEAD,mtmp->data->mlet)) {
games/hack/hack.zap.c
627
if(strchr("Dg", mon->data->mlet)) break;
games/hack/hack.zap.c
629
if(strchr("YF", mon->data->mlet)) tmp += 7;
games/hack/hack.zap.c
635
if(strchr("YFgf", mon->data->mlet)) break;
games/hack/hack.zap.c
640
if(strchr(UNDEAD, mon->data->mlet)) break;
games/hangman/ksyms.c
71
if (strchr(sym, '.') != NULL || strchr(sym, '$') != NULL)
games/hangman/playgame.c
54
while (Errors < MAXERRS && strchr(Known, '-') != NULL) {
games/hunt/hunt/hunt.c
548
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
560
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
569
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
578
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
589
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
608
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/otto.c
161
if (strchr(OPPONENT, flbr[i].what) != NULL) {
games/hunt/hunt/otto.c
168
if (strchr(SHOTS, bitem.what) != NULL && !(bitem.what & ON_SIDE)) {
games/hunt/hunt/otto.c
443
if (strchr(PUSHOVER, SCREEN(row, col - 1)) != NULL)
games/hunt/hunt/otto.c
445
else if (strchr(PUSHOVER, SCREEN(row, col + 1)) != NULL)
games/hunt/hunt/otto.c
448
&& strchr(PUSHOVER, SCREEN(row + 1, col)) != NULL)
games/hunt/hunt/otto.c
451
&& strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL)
games/hunt/hunt/otto.c
461
if (strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL)
games/hunt/hunt/otto.c
463
else if (strchr(PUSHOVER, SCREEN(row + 1, col)) != NULL)
games/hunt/hunt/otto.c
466
&& strchr(PUSHOVER, SCREEN(row, col + 1)) != NULL)
games/hunt/hunt/otto.c
469
&& strchr(PUSHOVER, SCREEN(row, col - 1)) != NULL)
games/monop/getinp.c
80
if ((sp = strchr(buf, '\n')) != NULL)
games/number/number.c
129
if (strchr(line, 'e') || strchr(line, 'E'))
games/number/number.c
98
if (strchr(line, '\n') == NULL)
games/phantasia/io.c
371
if (def || strchr(choices, ch) != NULL)
games/pig/pig.c
106
!strchr("aeiouyAEIOUY", buf[start]) && start < olen;) {
games/pig/pig.c
93
if (strchr("aeiouAEIOU", buf[0]) != NULL) {
include/string.h
74
char *strchr(const char *, int);
lib/libc/asr/asr.c
699
ch = strchr(buf, '.');
lib/libc/asr/asr.c
710
ch = strchr(ch, '.');
lib/libc/asr/asr_utils.c
464
cp = strchr(str, SCOPE_DELIMITER);
lib/libc/asr/asr_utils.c
81
d = strchr(str, '.');
lib/libc/asr/res_search_async.c
295
strchr(name, '.') == NULL))) {
lib/libc/gen/auth_subr.c
505
if (value == NULL || strchr(value, '/') != NULL ||
lib/libc/gen/auth_subr.c
642
instance = strchr(as->name, '/');
lib/libc/gen/authenticate.c
233
if (pwd == NULL && (approve = strchr(name, '.')) != NULL) {
lib/libc/gen/authenticate.c
341
if (style == NULL && (style = strchr(name, ':')) != NULL)
lib/libc/gen/authenticate.c
351
if ((slash = strchr(name, '/')) != NULL) {
lib/libc/gen/authenticate.c
412
if (style == NULL && (style = strchr(name, ':')) != NULL)
lib/libc/gen/authenticate.c
422
if ((slash = strchr(name, '/')) != NULL) {
lib/libc/gen/exec.c
175
if (strchr(name, '/')) {
lib/libc/gen/fnmatch.c
113
if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') {
lib/libc/gen/fnmatch.c
334
strendseg = strchr(string, '/');
lib/libc/gen/fnmatch.c
336
strendseg = strchr(string, '\0');
lib/libc/gen/fnmatch.c
338
strendseg = strchr(string, '\0');
lib/libc/gen/getgrent.c
342
if (!strchr(line, '\n')) {
lib/libc/gen/getgrouplist.c
128
p = strchr(line, '\n');
lib/libc/gen/getgrouplist.c
137
p = strchr(line, ' ');
lib/libc/gen/getgrouplist.c
73
p = strchr(netid, ':');
lib/libc/gen/getgrouplist.c
84
p = strchr(start, ',');
lib/libc/gen/getnetgrent.c
583
(ptr[len] != '\0' && strchr("\n\t ,", ptr[len]) == NULL))
lib/libc/gen/getttyent.c
126
if ((p = strchr(p, '\n')))
lib/libc/gen/getttyent.c
175
return ((p = strchr(p, '=')) ? ++p : NULL);
lib/libc/gen/getttyent.c
70
if (!strchr(p, '\n')) {
lib/libc/gen/login_cap.c
860
if ((value = strchr(beg, '=')) != NULL)
lib/libc/hidden/string.h
48
PROTO_NORMAL(strchr);
lib/libc/locale/newlocale.c
54
return strchr(locname, '.') == NULL ? _LOCALE_C : _LOCALE_UTF8;
lib/libc/locale/setlocale.c
182
strchr(newgl[LC_CTYPE], '.') == NULL ?
lib/libc/locale/setlocale.c
93
if (category == LC_ALL && strchr(locname, '/') != NULL) {
lib/libc/net/base64.c
201
pos = strchr(Base64, ch);
lib/libc/net/inet_net_pton.c
100
n = strchr(xdigits, ch) - xdigits;
lib/libc/net/inet_net_pton.c
123
n = strchr(digits, ch) - digits;
lib/libc/net/inet_net_pton.c
152
n = strchr(digits, ch) - digits;
lib/libc/net/inet_net_pton.c
221
sep = strchr(buf, '/');
lib/libc/net/inet_pton.c
146
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
lib/libc/net/inet_pton.c
147
pch = strchr((xdigits = xdigits_u), ch);
lib/libc/net/inet_pton.c
85
if ((pch = strchr(digits, ch)) != NULL) {
lib/libc/net/rcmdsh.c
142
} else if ((p = strchr(rshprog, ' ')) == NULL) {
lib/libc/net/rcmdsh.c
157
for (n = 7; (p = strchr(++p, ' ')) != NULL; n++)
lib/libc/nls/catopen.c
65
if (strchr(name, '/'))
lib/libc/nls/catopen.c
91
sep = strchr(lang, '_');
lib/libc/stdio/vfprintf.c
824
if ((p = strchr(buf, '\n')))
lib/libc/stdio/vfwprintf.c
793
if ((p = strchr(buf, '\n')))
lib/libc/stdlib/getopt_long.c
178
if ((has_equal = strchr(current_argv, '=')) != NULL) {
lib/libc/stdlib/getopt_long.c
344
(place[1] == '\0' && strchr(options, '-') == NULL)) {
lib/libc/stdlib/getopt_long.c
409
else if (*place != ':' && strchr(options, *place) != NULL)
lib/libc/stdlib/getopt_long.c
421
(oli = strchr(options, optchar)) == NULL) {
lib/libc/string/strchr.c
33
__weak_alias(index, strchr);
lib/libc/string/strchr.c
46
DEF_STRONG(strchr);
lib/libc/string/strstr.c
178
h = strchr(h, *n);
lib/libc/time/localtime.c
282
if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
lib/libcrypto/asn1/a_mbstr.c
446
if ((ch == ' ') || strchr("'()+,-./:=?", ch))
lib/libcrypto/conf/conf_mod.c
461
p = strchr(lstart, sep);
lib/libcrypto/err/err.c
1055
char *colon = strchr(s, ':');
lib/libcrypto/ocsp/ocsp_lib.c
213
if ((tmp = strchr(host, '/')) != NULL) {
lib/libcrypto/ocsp/ocsp_lib.c
219
if ((tmp = strchr(host, ':')) != NULL ) {
lib/libcrypto/ui/ui_lib.c
891
if (strchr(uis->_.boolean_data.ok_chars, *p)) {
lib/libcrypto/ui/ui_lib.c
896
if (strchr(uis->_.boolean_data.cancel_chars, *p)) {
lib/libcrypto/ui/ui_openssl.c
237
} while (strchr(buf, '\n') == NULL);
lib/libcrypto/ui/ui_openssl.c
271
if ((p = strchr(result, '\n')) != NULL) {
lib/libcrypto/x509/x509_alt.c
753
if (!(p = strchr(value, ';')))
lib/libcrypto/x509/x509_info.c
295
ptmp = strchr(cnf->name, ';');
lib/libcrypto/x509/x509_ncons.c
488
const char *baseat = strchr(baseptr, '@');
lib/libcrypto/x509/x509_ncons.c
489
const char *emlat = strchr(emlptr, '@');
lib/libcrypto/x509/x509_ncons.c
529
const char *p = strchr(hostptr, ':');
lib/libcrypto/x509/x509_ncons.c
541
p = strchr(hostptr, ':');
lib/libcrypto/x509/x509_ncons.c
544
p = strchr(hostptr, '/');
lib/libcrypto/x509/x509_utl.c
1238
p = strchr(ipasc, '/');
lib/libcrypto/x509/x509_utl.c
1282
if (strchr(ipasc, ':')) {
lib/libcurses/base/lib_screen.c
309
char *find = strchr(digits, *source++);
lib/libcurses/base/lib_screen.c
398
if ((value = strchr(txt, '=')) == 0) {
lib/libcurses/capdefaults.c
54
(short) (strp = strchr(str, '*'), strp ? atoi(strp+1) : 0)
lib/libcurses/tinfo/captoinfo.c
749
} else if (strchr("E\\nrtbf", xx1) == 0) {
lib/libcurses/tinfo/captoinfo.c
834
str = strchr(str, ';');
lib/libcurses/tinfo/captoinfo.c
837
str = strchr(str, ';');
lib/libcurses/tinfo/captoinfo.c
840
str = strchr(str, ';');
lib/libcurses/tinfo/captoinfo.c
843
str = strchr(str, ';');
lib/libcurses/tinfo/captoinfo.c
851
&& (cp = strchr(str, '+'))) {
lib/libcurses/tinfo/captoinfo.c
931
if (strchr("oxX.", *str)) {
lib/libcurses/tinfo/comp_parse.c
102
char *bar = strchr(name, '|');
lib/libcurses/tinfo/comp_parse.c
128
for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1) {
lib/libcurses/tinfo/comp_parse.c
129
for (qstart = n2; (qend = strchr(qstart, '|')); qstart = qend + 1) {
lib/libcurses/tinfo/comp_parse.c
696
bool terminal_entry = !strchr(tp->term_names, '+');
lib/libcurses/tinfo/comp_parse.c
86
if (strchr(src, '|') == 0) {
lib/libcurses/tinfo/comp_parse.c
96
#define ForceBar(dst, src) ((strchr(src, '|') == 0) ? force_bar(dst, src) : src)
lib/libcurses/tinfo/comp_scan.c
480
&& ((strchr) (terminfo_punct, (char) ch) == 0)) {
lib/libcurses/tinfo/comp_scan.c
632
if (*after_list == '\0' || strchr("|", after_list[1]) != NULL) {
lib/libcurses/tinfo/comp_scan.c
634
} else if (strchr(after_list, ' ') == 0) {
lib/libcurses/tinfo/comp_scan.c
657
} else if (strchr("$[]!*?", *s)) {
lib/libcurses/tinfo/lib_tputs.c
379
|| !strchr(string, '>')) {
lib/libcurses/tinfo/make_hash.c
288
char *nlp = strchr(buffer, '\n');
lib/libcurses/tinfo/name_match.c
48
const char *bar = strchr(name, '|');
lib/libcurses/tinfo/parse_entry.c
248
if (ch <= ' ' || ch > '~' || strchr("/\\|=,:", ch) != NULL) {
lib/libcurses/tinfo/parse_entry.c
252
if (!first && strchr("#@", ch) != NULL) {
lib/libcurses/tinfo/parse_entry.c
355
for (base = entryp->tterm.term_names; (ptr = strchr(base, '|')) != 0;
lib/libcurses/tinfo/parse_entry.c
625
if (strchr(entryp->tterm.term_names, '+')) {
lib/libcurses/tinfo/parse_entry.c
635
&& !strchr(entryp->uses[i].name, '+'))
lib/libcurses/tinfo/parse_entry.c
933
dp = strchr(other_non_function_keys, 'i');
lib/libcurses/tinfo/parse_entry.c
938
(cp = strchr(base, ',')) != 0;
lib/libcurses/tinfo/read_entry.c
897
|| strchr(name, NCURSES_PATHSEP) != 0) {
lib/libcurses/tinfo/read_termcap.c
824
&& strchr(home, ' ') == 0
lib/libcurses/tinfo/read_termcap.c
945
char *save = strchr(path, NCURSES_PATHSEP);
lib/libcurses/tinfo/write_entry.c
133
if (code == 0 || (s = (strchr) (dirnames, code)) == 0) {
lib/libcurses/tinfo/write_entry.c
478
if (strchr(ptr, '/') != NULL) {
lib/libcurses/tty/lib_mvcur.c
235
if (cp[0] == '$' && cp[1] == '<' && strchr(cp, '>')) {
lib/libcurses/tty/tty_update.c
161
} while (strchr(buf, 'R') == 0);
lib/libedit/chared.h
111
#define isglob(a) (strchr("*[]?", (a)) != NULL)
lib/libedit/filecomplete.c
73
temp = strchr(txt + 1, '/');
lib/libedit/readline.c
1093
strchr("()<>;&|$", str[i])))
lib/libedit/readline.c
1095
else if (!delim && strchr("'`\"", str[i]))
lib/libedit/readline.c
273
while ((p = strchr(rl_prompt, RL_PROMPT_END_IGNORE)) != NULL)
lib/libedit/readline.c
653
if (strchr(":^*$", command[offs + 1])) {
lib/libedit/readline.c
700
else if (strchr("^*$-0123456789", *cmd)) {
lib/libedit/readline.c
957
&& !strchr(history_no_expand_chars, str[j + 1])
lib/libedit/terminal.c
909
terminal_alloc(el, t, tgetstr(strchr(t->name, *t->name),
lib/libedit/tokenizer.c
64
#define Strchr(s, c) strchr(s, c)
lib/libfuse/fuse_opt.c
215
} else if (strchr(o->templ, '%') != NULL) {
lib/libfuse/fuse_opt.c
231
} else if (strchr(o->templ, '%') == NULL) {
lib/libkeynote/keynote-verify.c
177
(ptr = strchr(optarg, ',')) != NULL;
lib/libkeynote/signature.c
377
key = strchr(key, ':'); /* Move forward, to the Encoding. We're guaranteed
lib/libkeynote/signature.c
660
sig = strchr(as->as_signature, ':'); /* Move forward to the Encoding. We
lib/libkeynote/signature.c
828
sig = strchr(sigalg, ':');
lib/libssl/d1_srtp.c
203
col = strchr(ptr, ':');
lib/libtls/tls_config.c
561
} else if (strchr(curve, ',') != NULL || strchr(curve, ':') != NULL) {
lib/libtls/tls_util.c
101
if (strchr(p + 1, ':') != NULL)
lib/libtls/tls_util.c
91
if ((p = strchr(s, ']')) == NULL)
lib/libtls/tls_util.c
97
if ((p = strchr(p, ':')) == NULL)
lib/libtls/tls_verify.c
58
next_dot = strchr(&cert_domain[1], '.');
lib/libtls/tls_verify.c
66
domain = strchr(name, '.');
lib/libusbhid/usage.c
271
sep = strchr(name, ':');
lib/libusbhid/usage.c
285
fmtsep = strchr(fmtname, '%');
lib/libutil/fparseln.c
129
strchr(buf, esc) != NULL) {
lib/libutil/login_fbtab.c
96
if ((cp = strchr(buf, '#')))
lib/libutil/opendev.c
65
if ((slash = strchr(path, '/'))) {
lib/libutil/opendisk.c
68
if (strchr(path, '/') != NULL)
lib/libutil/passwd.c
333
if ((ep = strchr(buf, '\n')) == NULL) {
lib/libutil/passwd.c
342
if (!(p = strchr(buf, ':'))) {
libexec/comsat/comsat.c
224
if (!(cp = strchr(name, '@')))
libexec/comsat/comsat.c
255
if (strchr(tty + sizeof(_PATH_DEV) - 1, '/')) {
libexec/fingerd/fingerd.c
162
if (secure && strchr(*ap, '@')) {
libexec/ftpd/ftpcmd.y
1215
if ((cp = strchr(cbuf, '\r'))) {
libexec/ftpd/ftpcmd.y
894
if (logged_in && $1 && strchr($1, '~') != NULL) {
libexec/ftpd/ftpd.c
2440
q = strchr(p, delim);
libexec/ftpd/ftpd.c
2828
if ((cp = strchr(dir + 1, '/')) == NULL)
libexec/ftpd/ftpd.c
2849
if ((cp = strchr(dir + 1, '/')) == NULL) {
libexec/ftpd/ftpd.c
694
if ((style = strchr(name, ':')) != NULL)
libexec/ftpd/ftpd.c
826
if ((p = strchr(line, '\n')) != NULL) {
libexec/getty/subr.c
336
while ((q = strchr(q, ','))) {
libexec/ld.so/ldconfig/sod.c
80
if (strchr((char *)sodp->sod_name, '/'))
libexec/ld.so/ldconfig/sod.c
89
if ((strchr(cp, '.') == NULL) || (*(cp+strlen(cp)-1) == '.'))
libexec/login_ldap/aldap.c
727
if ((forward = strchr(p, '/')) != NULL)
libexec/login_ldap/aldap.c
730
if ((forward2 = strchr(p, ':')) != NULL) {
libexec/login_ldap/aldap.c
752
if ((forward = strchr(p, '?')) != NULL)
libexec/login_ldap/aldap.c
763
if ((forward = strchr(p, '?')) != NULL)
libexec/login_ldap/aldap.c
766
if ((forward2 = strchr(p, ',')) == NULL) {
libexec/login_ldap/aldap.c
784
if ((forward = strchr(p, '?')) != NULL)
libexec/login_ldap/login_ldap.c
159
else if ((password = strchr(backbuf, '\0')) != NULL)
libexec/login_ldap/util.c
217
if ((tail = value = strchr(key, '=')) == NULL) {
libexec/login_token/login_token.c
185
if ((instance = strchr(username, '.'))) {
libexec/login_yubikey/yubikey.c
262
p1 = strchr(hex_trans, tolower((unsigned char)*src));
libexec/login_yubikey/yubikey.c
289
p1 = strchr(modhex_trans, tolower((unsigned char)*src));
libexec/rpc.rquotad/rquotad.c
297
if ((cp = strchr(opt, '=')))
libexec/spamd/grey.c
577
cp = strchr(a, '\n');
libexec/spamd/sync.c
182
if ((ttlstr = strchr(ifnam, ':')) != NULL) {
libexec/tradcpp/directive.c
364
if (!strchr(ws, line[pos])) {
libexec/tradcpp/directive.c
609
strchr(ws, line[len])) {
libexec/tradcpp/directive.c
94
if (!strchr(ws, *t)) {
libexec/tradcpp/eval.c
657
if (!strchr(alnum, expr[pos])) {
libexec/tradcpp/macro.c
527
s = strchr(params, ',');
libexec/tradcpp/macro.c
577
if (strchr(alnum, buf[pos])) {
libexec/tradcpp/main.c
151
val = strchr(str, '=');
libexec/tradcpp/main.c
580
t = strchr(s, '=');
libexec/tradcpp/utils.c
225
while (len > 0 && strchr(ws, buf[len-1])) {
regress/bin/ksh/edit/edit.c
139
if (strchr(linefeed, in[nwrite]) != NULL)
regress/lib/libc/db/dbtest.c
158
if (ofd == STDOUT_FILENO && (t = strchr(p, '\n')) != NULL)
regress/lib/libc/db/dbtest.c
525
if ((p = strchr(s, '\n')) != NULL)
regress/lib/libc/db/dbtest.c
584
if ((eq = strchr(s, '=')) == NULL)
regress/lib/libc/db/dbtest.c
681
if ((np = strchr(name, '\n')) != NULL)
regress/lib/libc/glob/globtest.c
76
if ((cp = strchr(buf, '>')) == NULL)
regress/lib/libc/glob/globtest.c
91
if ((cp = strchr(buf, ' ')) != NULL) {
regress/lib/libc/regex/debug.c
92
if (strchr("\\|()^$.[+*?{}!<> ", (char)opnd) != NULL)
regress/lib/libc/regex/main.c
256
if (strchr(f2, '(') == NULL || strchr(f2, ')') == NULL)
regress/lib/libc/regex/main.c
258
subs[0].rm_so = strchr(f2, '(') - f2 + 1;
regress/lib/libc/regex/main.c
259
subs[0].rm_eo = strchr(f2, ')') - f2;
regress/lib/libc/regex/main.c
328
if (strchr(legal, *p) != NULL)
regress/lib/libc/regex/main.c
380
return(strchr(s, c) != NULL);
regress/lib/libc/strchr/strchrtest.c
40
assert(strchr(buf, 'a') == NULL);
regress/lib/libc/strchr/strchrtest.c
41
assert(strchr(buf, '\0') == buf);
regress/lib/libc/strchr/strchrtest.c
46
assert(strchr(buf, 'a') == buf + 1);
regress/lib/libc/strchr/strchrtest.c
47
assert(strchr(buf, '\x80') == buf + 9);
regress/lib/libc/strchr/strchrtest.c
48
assert(strchr(buf, 0x180) == buf + 9);
regress/lib/libc/strchr/strchrtest.c
49
assert(strchr(buf, '\0') == buf + 10);
regress/lib/libc/strchr/strchrtest.c
58
assert(strchr(buf, 'b') == buf);
regress/lib/libc/strchr/strchrtest.c
59
assert(strchr(buf, 'c') == NULL);
regress/lib/libc/strchr/strchrtest.c
60
assert(strchr(buf, '\0') == buf + bufsize - 1);
regress/lib/libssl/interop/client.c
107
if (asprintf(&host_port, strchr(host, ':') ? "[%s]:%s" : "%s:%s",
regress/lib/libssl/interop/server.c
110
if (asprintf(&host_port, strchr(host, ':') ? "[%s]:%s" : "%s:%s",
regress/lib/libz/minigzip.c
177
gz->write = strchr(mode, 'w') != NULL;
regress/sbin/ifconfig/ifaddr.c
1431
if (strchr(dst, ':') == NULL || strchr(dst, ':') != strrchr(dst, ':')) {
regress/sbin/ifconfig/ifaddr.c
1438
dstport = strchr(buf, ':');
regress/sbin/ifconfig/ifaddr.c
1733
if (which == ADDR && strchr(s, '/') != NULL) {
regress/sbin/ifconfig/ifaddr.c
1736
pfxlen = strchr(buf, '/');
regress/sbin/ifconfig/ifaddr.c
877
if (sep != NULL && strchr(sep, *val) != NULL) {
regress/sbin/ifconfig/ifaddr.c
903
sep != NULL && strchr(sep, *(val + 1)) != NULL)
regress/sys/crypto/aes/aestest.c
111
if (strchr(" \t\r\n", c) != NULL)
regress/sys/kern/realpath/realpath3.c
131
p = strchr(left, '/');
regress/sys/kern/realpath/realpath3.c
83
if (!S_ISDIR(sb.st_mode) && strchr(path, '/') != NULL &&
regress/sys/netinet/bindconnect/bindconnect.c
383
p = strchr(buf, '/');
regress/usr.bin/mandoc/db/mlinks/mlinks.c
56
if (strchr(np, '\0')[1] == '\0')
regress/usr.bin/mandoc/db/mlinks/mlinks.c
84
np = strchr(np, '\0') + 1;
regress/usr.bin/nc/util.c
165
if (strchr(buf + off, '\n') != NULL)
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
266
s = strchr(line, ' ');
regress/usr.sbin/rpki-client/test-http.c
50
if ((to = strchr(to, '/')) == NULL)
sbin/bioctl/bioctl.c
309
targ = strchr(parse, ':');
sbin/bioctl/bioctl.c
314
lun = strchr(targ, '.');
sbin/bioctl/bioctl.c
343
interval = strchr(parse, '.');
sbin/bioctl/bioctl.c
346
start = strchr(interval, '.');
sbin/dhcp6leased/parse.y
189
p = strchr($1, '/');
sbin/dhcpleased/engine.c
1866
if ((p1 = strchr(p, '\n')) == NULL)
sbin/dhcpleased/frontend.c
979
if ((c = strchr(dhcp_hostname + 2, '.')) != NULL)
sbin/disklabel/disklabel.c
176
if (strchr("bckmgtBCKMGT", optarg[0]) == NULL ||
sbin/disklabel/disklabel.c
839
tp = strchr(cp, ':');
sbin/disklabel/editor.c
1986
if ((p = strchr(buf, '-')) != NULL) {
sbin/dump/dumprmt.c
129
if ((cp = strchr(rmtpeer, '@')) != NULL) {
sbin/dump/main.c
330
if (strchr(tape, ':')) {
sbin/dump/main.c
332
tape = strchr(host, ':');
sbin/dump/main.c
378
if (strchr(dt->fs_spec, '/')) {
sbin/dump/main.c
728
if (argc == 1 || *ap == '-' || strchr(ap, '/') != NULL)
sbin/dump/tape.c
651
if (nexttape || strchr(tape, ',')) {
sbin/dump/tape.c
654
if ((p = strchr(tape, ',')) != NULL) {
sbin/fdisk/cmd.c
273
if (gh.gh_sig == GPTSIGNATURE && strchr(args, ':')) {
sbin/fdisk/fdisk.c
253
poffset = strchr(arg, '@');
sbin/fdisk/fdisk.c
257
ptype = strchr(poffset, ':');
sbin/fsck/fsck.c
394
if ((newoptions = strchr(optstr, ':')) == NULL)
sbin/fsck/fsck.c
476
p = strchr(p, '=');
sbin/fsck_ext2fs/setup.c
457
cp = strchr(dev, '\0');
sbin/fsck_ffs/setup.c
616
cp = strchr(dev, '\0');
sbin/fsdb/fsdb.c
863
p = strchr(name, '.');
sbin/ifconfig/brconfig.c
1015
chr = strchr(addr, VID_SEP);
sbin/ifconfig/brconfig.c
976
chr = strchr(addr, VID_SEP);
sbin/ifconfig/ifconfig.c
1719
if (sep != NULL && strchr(sep, *val) != NULL) {
sbin/ifconfig/ifconfig.c
1745
sep != NULL && strchr(sep, *(val + 1)) != NULL)
sbin/ifconfig/ifconfig.c
3766
srcport = strchr(src, ':');
sbin/ifconfig/ifconfig.c
3782
dstport = strchr(dst, ':');
sbin/ifconfig/ifconfig.c
3839
srcport = strchr(src, ':');
sbin/ifconfig/ifconfig.c
6604
if (which == ADDR && strchr(s, '/') != NULL) {
sbin/ifconfig/ifconfig.c
6607
pfxlen = strchr(buf, '/');
sbin/iked/ikev2.c
6091
domain = strchr(idrepl, '.');
sbin/iked/ikev2.c
6093
domain = strchr(idrepl, '@');
sbin/iked/ikev2.c
6095
domain = strchr(domain, '@');
sbin/iked/parse.y
2227
else if (strchr(string, '@'))
sbin/iked/parse.y
2244
if ((p = strchr(ps, '/')) != NULL) {
sbin/iked/policy.c
113
(s = strchr(idstr, '/')) != NULL) {
sbin/iked/policy.c
122
(s = strchr(idstr, '/')) != NULL) {
sbin/iked/policy.c
189
(s = strchr(idstr, '/')) != NULL) {
sbin/iked/policy.c
199
(s = strchr(idstr, '/')) != NULL) {
sbin/ipsecctl/ike.c
393
if (key_length && (p = strchr(key_length, ',')) != NULL)
sbin/ipsecctl/ike.c
595
if (key_length && (p = strchr(key_length, ',')) != NULL)
sbin/ipsecctl/parse.y
1641
else if (strchr(string, '@'))
sbin/ipsecctl/parse.y
673
char *p = strchr($2, ':');
sbin/ipsecctl/parse.y
886
unsigned char *p = strchr($1, ':');
sbin/ipsecctl/parse.y
905
unsigned char *p = strchr($2, ':');
sbin/isakmpd/ipsec.c
361
domain = strchr(id_string, '.');
sbin/isakmpd/ipsec.c
363
domain = strchr(id_string, '@');
sbin/mount/getmntopts.c
86
if ((value = strchr(opt, '=')) != NULL)
sbin/mount/mount.c
675
for (i = 1, nextcp = fslist; (nextcp = strchr(nextcp, ',')); i++)
sbin/mount/mount.c
682
for (i = 1, nextcp = fslist; (nextcp = strchr(nextcp, ',')); i++) {
sbin/mount/mount.c
719
p = strchr(p, '=');
sbin/mount_nfs/mount_nfs.c
400
if ((delimp = strchr(spec, '@')) != NULL) {
sbin/mount_nfs/mount_nfs.c
402
} else if ((delimp = strchr(spec, ':')) != NULL) {
sbin/mountd/mountd.c
1713
if ((cpoptend = strchr(cpopt, ','))) {
sbin/mountd/mountd.c
1715
if ((cpoptarg = strchr(cpopt, '=')))
sbin/mountd/mountd.c
1718
if ((cpoptarg = strchr(cpopt, '=')))
sbin/newfs_msdos/newfs_msdos.c
434
if (!strchr(bname, '/')) {
sbin/newfs_msdos/newfs_msdos.c
835
if (c < ' ' + !i || strchr("\"*+,./:;<=>?[\\]|", c))
sbin/pfctl/parse.y
3968
if (strchr(pf_timeouts[i].name, '.') == NULL) {
sbin/pfctl/parse.y
6293
char *p = strchr(port, ':');
sbin/pfctl/parse.y
946
if ($2 && strchr($2, '/') != NULL) {
sbin/pfctl/pfctl.c
3242
mode = strchr("st", ch) ? O_RDONLY : O_RDWR;
sbin/pfctl/pfctl.c
488
if ((p = strchr(addr, '/')) != NULL) {
sbin/pfctl/pfctl.c
817
if ((sbs = strchr(s, '[')) != NULL && (sbe = strrchr(s, ']')) != NULL) {
sbin/pfctl/pfctl.c
820
} else if ((sbs = strchr(s, ':')) != NULL) {
sbin/pfctl/pfctl_osfp.c
347
if ((ptr = strchr(wr_name, ' ')) == NULL) {
sbin/pfctl/pfctl_osfp.c
507
if (strchr(version_name, ' '))
sbin/pfctl/pfctl_osfp.c
509
else if (strchr(version_name, '.') &&
sbin/pfctl/pfctl_parser.c
1337
if ((q = strchr(tcpflags, *p)) == NULL)
sbin/pfctl/pfctl_parser.c
1707
if ((p = strchr(ps, '/')) != NULL) {
sbin/quotacheck/quotacheck.c
558
if ((cp = strchr(opt, '=')) != NULL)
sbin/resolvd/resolvd.c
648
char *end = strchr(line, '\n');
sbin/restore/tape.c
147
if (strchr(source, ':')) {
sbin/restore/tape.c
149
source = strchr(host, ':');
sbin/restore/utilities.c
60
start = strchr(name, '/');
sbin/route/route.c
916
if (strchr(s, ':') != NULL) {
sbin/route/route.c
981
sep = strchr(buf, '/');
sbin/route/show.c
479
(cp = strchr(domain, '.')))
sbin/route/show.c
551
if ((cp = strchr(hp->h_name, '.')) &&
sbin/savecore/savecore.c
418
if ((p = strchr(buf, '\n')) != NULL)
sbin/savecore/savecore.c
650
if ((p = strchr(buf, '\n')) != NULL)
sbin/sysctl/sysctl.c
1187
if ((dash = strchr(portspec, '-')) != NULL)
sbin/sysctl/sysctl.c
405
if ((cp = strchr(string, '=')) != NULL) {
sbin/sysctl/sysctl.c
406
*strchr(buf, '=') = '\0';
sbin/umount/umount.c
197
if ((delimp = strchr(name, '@')) != NULL) {
sbin/umount/umount.c
202
} else if ((delimp = strchr(name, ':')) != NULL) {
sbin/umount/umount.c
323
for (i = 1, nextcp = fslist; (nextcp = strchr(nextcp, ',')); i++)
sbin/umount/umount.c
330
for (i = 1, nextcp = fslist; (nextcp = strchr(nextcp, ',')); i++) {
sbin/umount/umount.c
349
if ((cp = strchr(hp->h_name, '.')) != NULL) {
sbin/umount/umount.c
357
if ((cp = strchr(*np, '.')) != NULL) {
sbin/unwind/libunbound/services/authzone.c
3741
strchr(master->host, '/') != NULL &&
sbin/unwind/libunbound/services/authzone.c
3742
strchr(master->host, '/') == strrchr(master->host, '/') &&
sbin/unwind/libunbound/services/authzone.c
5531
if(strchr(master->host, '@') == NULL)
sbin/unwind/libunbound/services/authzone.c
6617
strchr(master->host, '/') != NULL &&
sbin/unwind/libunbound/services/authzone.c
6618
strchr(master->host, '/') == strrchr(master->host, '/')) {
sbin/unwind/libunbound/services/authzone.c
7216
char* ra = strchr(s, a);
sbin/unwind/libunbound/services/authzone.c
7217
char* rb = strchr(s, b);
sbin/unwind/libunbound/services/authzone.c
7242
} else if(strstr(p, "://") && strchr(p, '/') > strstr(p, "://") &&
sbin/unwind/libunbound/services/authzone.c
7243
strchr(p, ':') >= strstr(p, "://")) {
sbin/unwind/libunbound/services/authzone.c
7253
char* end = strchr(p, ']');
sbin/unwind/libunbound/services/cache/infra.c
1224
if(strchr(qnm, '\t'))
sbin/unwind/libunbound/services/cache/infra.c
1225
*strchr(qnm, '\t') = ' ';
sbin/unwind/libunbound/services/cache/infra.c
1226
if(strchr(qnm, '\t'))
sbin/unwind/libunbound/services/cache/infra.c
1227
*strchr(qnm, '\t') = ' ';
sbin/unwind/libunbound/services/listen_dnsport.c
1129
char* s = strchr(ifname, '@');
sbin/unwind/libunbound/services/modstack.c
138
if(strchr(s, ' ')) *(strchr(s, ' ')) = 0;
sbin/unwind/libunbound/services/modstack.c
139
if(strchr(s, '\t')) *(strchr(s, '\t')) = 0;
sbin/unwind/libunbound/sldns/parse.c
371
if(!(skipw && (strchr(skipw, c)||strchr(skipw, ' ')))) {
sbin/unwind/libunbound/sldns/parse.c
385
if(strchr(skipw, c)) {
sbin/unwind/libunbound/sldns/str2wire.c
1020
for (e = strchr(s, 0); e > s+2 && isspace((unsigned char)e[-1]) && e[-2] != '\\'; e--)
sbin/unwind/libunbound/sldns/str2wire.c
1226
if (!(next_ip_str = strchr(val, ','))) {
sbin/unwind/libunbound/sldns/str2wire.c
1281
if (!(next_ip_str = strchr(val, ','))) {
sbin/unwind/libunbound/sldns/str2wire.c
1341
if (!(next_key = strchr(val, ','))) {
sbin/unwind/libunbound/sldns/str2wire.c
1626
eq_pos = strchr(str, '=');
sbin/unwind/libunbound/sldns/str2wire.c
1868
|| strchr(my_str, ':') == NULL
sbin/unwind/libunbound/sldns/str2wire.c
1869
|| strchr(my_str, '/') == NULL
sbin/unwind/libunbound/sldns/str2wire.c
1870
|| strchr(my_str, ':') > strchr(my_str, '/')) {
sbin/unwind/libunbound/sldns/str2wire.c
1883
my_str = strchr(my_str, ':') + 1;
sbin/unwind/libunbound/sldns/str2wire.c
1886
ip_str_len = (size_t) (strchr(my_str, '/') - my_str);
sbin/unwind/libunbound/sldns/str2wire.c
1915
my_str = strchr(my_str, '/') + 1;
sbin/unwind/libunbound/sldns/str2wire.c
2846
end = strchr(s, ' ');
sbin/unwind/libunbound/util/config_file.c
1509
if(!(!strchr(fname, '*') && !strchr(fname, '?') && !strchr(fname, '[') &&
sbin/unwind/libunbound/util/config_file.c
1510
!strchr(fname, '{') && !strchr(fname, '~'))) {
sbin/unwind/libunbound/util/config_file.c
1930
char* mid = strchr(str, '-');
sbin/unwind/libunbound/util/config_file.c
2635
char* sp = strchr(str, ' ');
sbin/unwind/libunbound/util/config_file.c
2636
char* tab = strchr(str, '\t');
sbin/unwind/libunbound/util/config_file.c
2858
char* p = strchr(ifname, '@');
sbin/unwind/libunbound/util/configlexer.c
3722
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
sbin/unwind/libunbound/util/configlexer.c
3723
!strchr(filename, '{') && !strchr(filename, '~'))) {
sbin/unwind/libunbound/util/net_help.c
133
if(strchr(str, ':'))
sbin/unwind/libunbound/util/net_help.c
246
if((s=strchr(str, '@'))) {
sbin/unwind/libunbound/util/net_help.c
277
if((s=strchr(ip, '%'))) { /* ip6%interface, rfc 4007 */
sbin/unwind/libunbound/util/net_help.c
310
if((s=strchr(str, '/'))) {
sbin/unwind/libunbound/util/net_help.c
326
s = strchr(buf, '/');
sbin/unwind/libunbound/util/net_help.c
454
if((s=strchr(str, '@'))) {
sbin/unwind/libunbound/util/net_help.c
457
char* hash = strchr(s+1, '#');
sbin/unwind/libunbound/util/net_help.c
477
if((s=strchr(str, '#'))) {
sbin/unwind/libunbound/util/net_help.c
500
if((s=strchr(str, '@'))) {
sbin/unwind/libunbound/util/net_help.c
503
char* hash = strchr(s+1, '#');
sbin/unwind/libunbound/util/net_help.c
522
} else if((s=strchr(str, '#'))) {
sbin/unwind/libunbound/validator/autotrust.c
822
char* next = strchr(line, ' ');
sbin/unwind/libunbound/validator/autotrust.c
963
if(strchr(pos, ';'))
sbin/unwind/libunbound/validator/autotrust.c
964
strchr(pos, ';')[0] = 0; /* strip comments */
sbin/unwind/libunbound/validator/val_anchor.c
795
if(!strchr(pat, '*') && !strchr(pat, '?') && !strchr(pat, '[') &&
sbin/unwind/libunbound/validator/val_anchor.c
796
!strchr(pat, '{') && !strchr(pat, '~')) {
sbin/unwind/resolver.c
2176
p = strchr(p, '.');
sbin/wsconsctl/util.c
196
const char *p = strchr(name, '.');
sbin/wsconsctl/util.c
381
p = strchr(val, '.');
sbin/wsconsctl/util.c
392
p = strchr(p, '.');
sbin/wsconsctl/wsconsctl.c
176
const char *c = strchr(argv[i], '.');
sbin/wsconsctl/wsconsctl.c
179
c = strchr(argv[i], '\0');
sbin/wsconsctl/wsconsctl.c
199
p = strchr(argv[i], '=');
sbin/wsconsctl/wsconsctl.c
201
if (!strchr(argv[i], '.')) {
sbin/wsconsctl/wsconsctl.c
234
if (!strchr(argv[i], '.') ||
sbin/wsconsctl/wsconsctl.c
235
(strchr(argv[i], '.') > p)) {
sbin/wsconsctl/wsconsctl.c
295
const char *p = strchr(var, '.');
sbin/wsconsctl/wsconsctl.c
304
p = strchr(var, '\0');
sys/arch/alpha/stand/boot/devopen.c
62
if (strchr(cp, '(')) {
sys/arch/alpha/stand/nboot/devopen.c
34
s = strchr(fname, ':');
sys/arch/alpha/stand/netboot/devopen.c
92
} else if (strchr(cp, '(')) {
sys/arch/alpha/stand/netboot/if_prom.c
139
extern char *strchr();
sys/arch/alpha/stand/netboot/if_prom.c
177
enet_addr = strchr(enet_addr, ' ');
sys/arch/amd64/stand/rdboot/cmd.c
302
p = strchr(buf, '\n');
sys/arch/amd64/stand/rdboot/disk.c
168
ptr = strchr(path, ':');
sys/arch/amd64/stand/rdboot/disk.c
93
duid = strchr(devname, ':');
sys/arch/arm64/arm64/machdep.c
144
if (strchr(stdout, ':') != NULL) {
sys/arch/arm64/arm64/machdep.c
146
if ((p = strchr(buf, ':')) != NULL) {
sys/arch/arm64/stand/efiboot/efiboot.c
954
s = strchr(fname, ':');
sys/arch/arm64/stand/efiboot/fdt.c
500
q = strchr(p, '/');
sys/arch/armv7/armv7/armv7_machdep.c
956
if (strchr(stdout, ':') != NULL) {
sys/arch/armv7/armv7/armv7_machdep.c
958
if ((p = strchr(buf, ':')) != NULL) {
sys/arch/armv7/armv7/autoconf.c
119
if ((p = strchr(boot_file, ':')) != NULL)
sys/arch/armv7/exynos/exgpio.c
235
pin_name = strchr(bank_name, '-');
sys/arch/armv7/stand/efiboot/efiboot.c
827
s = strchr(fname, ':');
sys/arch/armv7/stand/efiboot/fdt.c
500
q = strchr(p, '/');
sys/arch/hppa/stand/libsa/cmd_hppa.c
328
dot = strchr(arg, '.');
sys/arch/hppa/stand/libsa/cmd_hppa.c
353
dot = strchr(arg, '.');
sys/arch/hppa/stand/libsa/cmd_hppa.c
404
dot = strchr(arg, '.');
sys/arch/hppa/stand/libsa/dev_hppa.c
71
if (!(*file = strchr(fname, ':')))
sys/arch/hppa/stand/libsa/lif.c
263
if ((p = strchr(name, ' ')))
sys/arch/loongson/loongson/autoconf.c
77
p = strchr(pmon_bootp, '@');
sys/arch/loongson/loongson/autoconf.c
82
q = strchr(p, '/');
sys/arch/loongson/stand/boot/devopen.c
53
s = strchr(fname, ':');
sys/arch/loongson/stand/boot/machdep.c
122
tmp = strchr(bootpath, '@');
sys/arch/loongson/stand/boot/machdep.c
127
tmp = strchr(bootpath, '/');
sys/arch/octeon/stand/rdboot/cmd.c
298
p = strchr(buf, '\n');
sys/arch/octeon/stand/rdboot/disk.c
153
ptr = strchr(path, ':');
sys/arch/octeon/stand/rdboot/disk.c
85
duid = strchr(devname, ':');
sys/arch/powerpc64/powerpc64/machdep.c
149
if (strchr(stdout, ':') != NULL) {
sys/arch/powerpc64/powerpc64/machdep.c
151
if ((p = strchr(buf, ':')) != NULL) {
sys/arch/powerpc64/stand/rdboot/cmd.c
296
p = strchr(buf, '\n');
sys/arch/powerpc64/stand/rdboot/disk.c
168
ptr = strchr(path, ':');
sys/arch/powerpc64/stand/rdboot/disk.c
93
duid = strchr(devname, ':');
sys/arch/riscv64/riscv64/machdep.c
145
if (strchr(stdout, ':') != NULL) {
sys/arch/riscv64/riscv64/machdep.c
147
if ((p = strchr(buf, ':')) != NULL) {
sys/arch/riscv64/stand/efiboot/efiboot.c
832
s = strchr(fname, ':');
sys/arch/riscv64/stand/efiboot/fdt.c
500
q = strchr(p, '/');
sys/arch/sparc64/dev/lom.c
976
p = strchr(name, '.');
sys/dev/ic/bwfm.c
3145
if ((p = strchr(compat, '/')) != NULL)
sys/dev/ofw/fdt.c
510
q = strchr(p, '/');
sys/dev/ofw/fdt.c
955
data = strchr(name, '@');
sys/dev/ofw/fdt.c
984
data = strchr(buf, '@');
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
138
next = strchr(p, ',');
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1692
input_buf = strchr(input_buf, ' ');
sys/dev/pci/drm/drm_modes.c
2125
delim = strchr(value, ',');
sys/dev/pci/drm/drm_modes.c
2153
delim = strchr(value, ',');
sys/dev/pci/drm/drm_modes.c
2177
delim = strchr(option, '=');
sys/dev/pci/drm/drm_modes.c
2179
delim = strchr(option, ',');
sys/dev/pci/drm/drm_modes.c
2242
sep = strchr(delim, ',');
sys/dev/pci/drm/drm_modes.c
2392
options_ptr = strchr(name, ',');
sys/dev/pci/drm/drm_panic.c
699
kmsg = strchr(kmsg, '\n');
sys/dev/pci/drm/i915/display/intel_hotplug.c
1219
newline = strchr(tmp, '\n');
sys/dev/pci/drm/i915/display/intel_hotplug.c
1300
newline = strchr(tmp, '\n');
sys/dev/pci/drm/i915/display/intel_link_bw.c
367
frac_str = strchr(int_str, '.');
sys/dev/pci/drm/i915/gem/i915_gem_context.c
1532
s = strchr(s + 1, ']');
sys/dev/pci/drm/i915/selftests/i915_selftest.c
339
sl = strchr(tok, '/');
sys/dev/usb/uaudio.c
718
sep = strchr(templ, '_') != NULL ? "_" : "";
sys/dev/usb/ulpt.c
724
for (p = str-1; p; p = strchr(p, ';')) {
sys/dev/usb/ulpt.c
730
q = strchr(p, ';');
sys/kern/kern_pledge.c
428
pn = strchr(rp, ' '); /* find terminator */
sys/kern/sched_bsd.c
710
policy_on_battery = strchr(policy, ',');
sys/kern/subr_disk.c
1764
if (strchr(path, '/') != NULL)
sys/kern/uipc_syscalls.c
1535
if (!domainname[0] || strchr(domainname, '/'))
sys/lib/libkern/libkern.h
167
char *strchr(const char *, int);
sys/lib/libsa/stand.h
160
char *strchr(const char *, int);
sys/net/pf_ruleset.c
265
while ((r = strchr(aname, '/')) != NULL || *aname) {
usr.bin/at/at.c
271
eqp = strchr(*atenv, '=');
usr.bin/audioctl/audioctl.c
207
rhs = strchr(*argv, '=');
usr.bin/awk/run.c
1122
if (strchr("hjLlqtz", *s) != NULL) { /* the ansi panoply */
usr.bin/awk/run.c
2717
for (sl = rptr; (sl = strchr(sl, '\\')) && sl[1]; sl++) {
usr.bin/awk/run.c
2718
if (strchr("0123456789", sl[1])) {
usr.bin/awk/tran.c
146
if ((p = strchr(*envp, '=')) == NULL)
usr.bin/bgplg/bgplg.c
115
(isalnum((unsigned char)_x) || strchr("-_.:/= ", _x))
usr.bin/calendar/io.c
136
if ((p = strchr(buf, '='))) {
usr.bin/calendar/io.c
155
if ((p = strchr(buf, '\t')) == NULL) {
usr.bin/calendar/io.c
83
if ((p = strchr(buf, '\n')) != NULL)
usr.bin/cap_mkdb/cap_mkdb.c
172
if ((p = strchr(bp, ':')) == NULL) {
usr.bin/cap_mkdb/cap_mkdb.c
203
capend = strchr(capbeg, ':');
usr.bin/cap_mkdb/cap_mkdb.c
231
if ((p = strchr(bp, '|')) == NULL)
usr.bin/cdio/cddb.c
125
key = strchr(line, ' ');
usr.bin/cdio/cddb.c
129
title = strchr(key, ' ');
usr.bin/cdio/cddb.c
294
type = strchr(line, ' ');
usr.bin/cdio/cddb.c
361
end = strchr(line, '=');
usr.bin/cdio/cdio.c
725
if (strchr(arg, '#')) {
usr.bin/cdio/cdio.c
744
if (strchr(arg, ':') == NULL) {
usr.bin/chpass/edit.c
154
if ((p = strchr(buf, '\n')) != NULL)
usr.bin/chpass/edit.c
172
if (!(p = strchr(buf, ':'))) {
usr.bin/chpass/edit.c
179
if (ep->except && strchr(ep->except,*q))
usr.bin/chpass/field.c
67
if (strchr(p, '.'))
usr.bin/chpass/util.c
69
for (t = p; (t = strchr(t, ',')) != NULL; t++)
usr.bin/ctags/ctags.c
207
/* lisp */ if (strchr(LISPCHR, c)) {
usr.bin/ctags/ctags.c
262
if ((eol = strchr(line, '\n')) == NULL)
usr.bin/ctags/ctags.c
268
if ((file = strchr(line, '\t')) == NULL)
usr.bin/ctags/ctags.c
275
if ((pattern = strchr(file, '\t')) == NULL)
usr.bin/ctags/lisp.c
78
if (!(cp = strchr(lbp, ')')))
usr.bin/cu/command.c
229
if (restricted && strchr("CRX$>", c) != NULL) {
usr.bin/cu/cu.c
182
if (strchr(line_path, '/') == NULL) {
usr.bin/cu/cu.c
439
path = strchr(filename, '/');
usr.bin/cu/cu.c
522
id = strchr(ucom, ':');
usr.bin/cut/cut.c
328
ep = strchr(sp, '\0');
usr.bin/cvs/admin.c
186
if ((staterevstr = strchr(statestr, ':')) != NULL)
usr.bin/cvs/admin.c
328
if ((logmsg = strchr(logstr, ':')) == NULL) {
usr.bin/cvs/client.c
1048
if ((s = strchr(envdup, '%')) != NULL)
usr.bin/cvs/client.c
1060
while ((s = strchr(s, '%')) != NULL) {
usr.bin/cvs/client.c
332
if ((s = strchr(data, ' ')) != NULL)
usr.bin/cvs/client.c
358
if ((data = strchr(cmd, ' ')) != NULL)
usr.bin/cvs/client.c
390
if ((p = strchr(buf, '\n')) != NULL)
usr.bin/cvs/client.c
394
if ((p = strchr(q, '\n')) != NULL) {
usr.bin/cvs/client.c
584
if ((ep = strchr(sp, ' ')) != NULL)
usr.bin/cvs/cvs.c
380
ep = strchr(optarg, '=');
usr.bin/cvs/edit.c
460
if ((dp = strchr(sp, '/')) != NULL)
usr.bin/cvs/entries.c
130
dp = strchr(sp, CVS_ENTRIES_DELIM);
usr.bin/cvs/entries.c
206
if ((dp = strchr(ent->ce_conflict, '+')) != NULL)
usr.bin/cvs/entries.c
406
if ((s = strchr(p, '/')) == NULL)
usr.bin/cvs/getlog.c
438
last = strchr(args->argv[i], '<');
usr.bin/cvs/getlog.c
448
last = strchr(args->argv[i], '>');
usr.bin/cvs/log.c
141
sp = strchr(dp, '\n');
usr.bin/cvs/modules.c
137
if ((val = strchr(p, ' ' )) == NULL)
usr.bin/cvs/rcs.c
764
if (!isgraph(*cp) || (strchr(rcs_sym_invch, *cp) != NULL)) {
usr.bin/cvs/remote.c
305
dp = strchr(sp, '/');
usr.bin/cvs/root.c
116
sp = strchr(cp, '@');
usr.bin/cvs/root.c
121
pp = strchr(cp, ':');
usr.bin/cvs/root.c
131
pp = strchr(sp, ':');
usr.bin/cvs/root.c
79
if ((cp = strchr(sp, ':')) == NULL)
usr.bin/cvs/root.c
95
if ((sp = strchr(cp, '/')) == NULL)
usr.bin/cvs/server.c
125
if ((data = strchr(cmd, ' ')) != NULL)
usr.bin/cvs/server.c
193
if ((ep = strchr(sp, ' ')) != NULL)
usr.bin/cvs/server.c
313
ep = strchr(data, '=');
usr.bin/cvs/trigger.c
302
if (strchr(allowed_args, '{') == NULL)
usr.bin/cvs/trigger.c
59
if (*p != '%' && strchr(allowed_args, *p) == NULL)
usr.bin/cvs/update.c
597
if ((p = strchr(jrev2, ':')) != NULL) {
usr.bin/cvs/update.c
609
if ((p = strchr(jrev1, ':')) != NULL) {
usr.bin/cvs/util.c
109
ep = strchr(sp, ',');
usr.bin/cvs/util.c
600
dp = strchr(sp, '/');
usr.bin/cvs/util.c
640
if ((p = strchr(dp, '/')) != NULL)
usr.bin/cvs/util.c
678
dp = strchr(sp, '/');
usr.bin/dig/dig.c
1368
hash = strchr(value, '#');
usr.bin/dig/dighost.c
288
const char *dot = strchr(in, '.');
usr.bin/dig/lib/isc/base32.c
145
if ((s = strchr(ctx->base, c)) == NULL)
usr.bin/dig/lib/isc/base64.c
113
if ((s = strchr(base64, c)) == NULL)
usr.bin/dig/lib/isc/hex.c
88
if ((s = strchr(hex, toupper(c))) == NULL)
usr.bin/dig/lib/lwres/lwconfig.c
309
percent = strchr(buf, '%');
usr.bin/doas/doas.c
273
if (strchr(cmd, '/') != NULL) {
usr.bin/doas/env.c
124
if ((eq = strchr(e, '=')) == NULL || eq == e)
usr.bin/doas/env.c
179
if ((eq = strchr(e, '=')) == NULL)
usr.bin/env/env.c
69
for (; *argv && (p = strchr(*argv, '=')); ++argv) {
usr.bin/file/magic-load.c
1009
cp = strchr(s, '#');
usr.bin/file/magic-load.c
1014
if (*s == '\0' || strchr("+-*/", *s) == NULL) {
usr.bin/file/magic-load.c
1041
cp = strchr(mimetype, '#');
usr.bin/file/magic-load.c
1053
if (!isalnum((u_char)*cp) && strchr("/-.+", *cp) == NULL)
usr.bin/file/magic-load.c
110
if (strchr("diouxXeEfFgGsc", *endfmt) != NULL)
usr.bin/file/magic-load.c
577
if (*s == '\0' || strchr("bslBSL", *s) == NULL) {
usr.bin/file/magic-load.c
587
if (*s == '\0' || strchr("+-*", *s) == NULL) {
usr.bin/file/magic-load.c
914
} else if (**line != '\0' && strchr("=<>&^", **line) != NULL) {
usr.bin/file/text.c
88
if (strchr(cc, c) != NULL)
usr.bin/find/function.c
321
strchr(entry->fts_accpath, '/') != NULL)
usr.bin/finger/finger.c
207
if (!strchr(argv[i], '@')) {
usr.bin/fmt/fmt.c
598
spaces = strchr(sentence_enders, word[length-1]) ? 2 : 1;
usr.bin/ftp/cmds.c
1421
cp = strchr(altarg, ' ');
usr.bin/ftp/cmds.c
1426
cp = strchr(altarg, ' ');
usr.bin/ftp/fetch.c
1279
if (strchr(argv[argpos], ':') == NULL) {
usr.bin/ftp/fetch.c
132
strchr(excluded_chars, *c) != NULL ||
usr.bin/ftp/fetch.c
1332
dir = strchr(host, '/');
usr.bin/ftp/fetch.c
1337
userend = strchr(host, ':');
usr.bin/ftp/fetch.c
1338
passend = strchr(host, '@');
usr.bin/ftp/fetch.c
1345
passagain = strchr(host, '@');
usr.bin/ftp/fetch.c
1346
if (strchr(pass, '@') != NULL ||
usr.bin/ftp/fetch.c
1366
cp = strchr(host, ']');
usr.bin/ftp/fetch.c
1380
portnum = strchr(cp, ':');
usr.bin/ftp/fetch.c
1381
pathstart = strchr(cp, '/');
usr.bin/ftp/fetch.c
1406
dir = strchr(host, ':');
usr.bin/ftp/fetch.c
376
path = strchr(host, '/'); /* Find path */
usr.bin/ftp/fetch.c
384
p = strchr(host, '@');
usr.bin/ftp/fetch.c
391
path = strchr(host, '/');
usr.bin/ftp/fetch.c
397
path = strchr(host,'\0'); /* we have outfile. */
usr.bin/ftp/fetch.c
470
path = strchr(host, '/'); /* remove trailing / on host */
usr.bin/ftp/fetch.c
474
path = strchr(host, '@'); /* look for credentials in proxy */
usr.bin/ftp/fetch.c
477
if (strchr(host, ':') == NULL) {
usr.bin/ftp/fetch.c
488
for (host = 1 + strchr(proxyurl + 5, ':'); *host != '@';
usr.bin/ftp/fetch.c
741
} else if (strchr(host, ':')) {
usr.bin/ftp/fetch.c
749
if ((p = strchr(h, '%')) != NULL)
usr.bin/ftp/fetch.c
808
cp = strchr(buf, ' ');
usr.bin/ftp/fetch.c
925
loctail = strchr(locbase, '#');
usr.bin/ftp/fetch.c
928
loctail = strchr(locbase, '?');
usr.bin/ftp/fetch.c
951
loctail = strchr(redirurl, '#');
usr.bin/ftp/ruserpass.c
123
if ((tmp = strchr(hostname, '.')) != NULL &&
usr.bin/ftp/ruserpass.c
129
if ((tmp = strchr(host, '.')) != NULL &&
usr.bin/ftp/ruserpass.c
99
if ((mydomain = strchr(myname, '.')) == NULL)
usr.bin/ftp/util.c
180
cp = strchr(reply_string + 4, ' ');
usr.bin/ftp/util.c
182
cp = strchr(reply_string + 4, '\r');
usr.bin/ftp/util.c
583
cp = strchr(reply_string, ' ');
usr.bin/getcap/getcap.c
162
if ((endp = strchr(cp, ':')) != NULL)
usr.bin/getcap/getcap.c
79
for (n = 1, cp = optarg; (cp = strchr(cp, ':')); n++)
usr.bin/getent/getent.c
411
if ((proto = strchr(argv[i], '/')) != NULL)
usr.bin/gprof/elf.c
153
(uflag && strchr(strtab + sym->st_name, '.') != NULL))
usr.bin/grep/grep.c
220
while ((nl = strchr(pats, '\n')) != NULL) {
usr.bin/hexdump/display.c
216
for (p2 = ++p1; *p1 && strchr(spec, *p1); ++p1);
usr.bin/hexdump/parse.c
175
while (*++fmt && strchr(spec + 1, *fmt));
usr.bin/hexdump/parse.c
249
for (++p1; *p1 && strchr(spec, *p1); ++p1);
usr.bin/hexdump/parse.c
252
while (*++p1 && strchr(spec + 1, *p1));
usr.bin/jot/jot.c
346
if ((s = strchr(s, '.')) == NULL)
usr.bin/jot/jot.c
357
while ((p = strchr(p, '%')) != NULL && p[1] == '%')
usr.bin/jot/jot.c
444
while ((p = strchr(p, '%')) != NULL && p[1] == '%')
usr.bin/lam/lam.c
141
if ((q = strchr(p, '.')) != NULL)
usr.bin/last/last.c
507
if (!(argdot = strchr(arg, '.')))
usr.bin/last/last.c
513
hostdot = strchr(name, '.');
usr.bin/last/last.c
567
if ((p = strchr(arg, '.')) == NULL)
usr.bin/ldap/aldap.c
727
if ((forward = strchr(p, '/')) != NULL)
usr.bin/ldap/aldap.c
730
if ((forward2 = strchr(p, ':')) != NULL) {
usr.bin/ldap/aldap.c
752
if ((forward = strchr(p, '?')) != NULL)
usr.bin/ldap/aldap.c
763
if ((forward = strchr(p, '?')) != NULL)
usr.bin/ldap/aldap.c
766
if ((forward2 = strchr(p, ',')) == NULL) {
usr.bin/ldap/aldap.c
784
if ((forward = strchr(p, '?')) != NULL)
usr.bin/ldap/ldapclient.c
270
if (argc && strchr(argv[0], '=') != NULL) {
usr.bin/less/charset.c
40
if (*s == '\0' || strchr("dksu", *s) == NULL) {
usr.bin/less/charset.c
61
while (*s != '\0' && strchr(" '+-0#", *s) != NULL) {
usr.bin/less/charset.c
82
if (*s == '\0' || strchr("cCdiouxX", *s) == NULL) {
usr.bin/less/filename.c
105
return (strchr(metachars(), c) != NULL);
usr.bin/less/line.c
468
return (strchr(end_ansi_chars, (char)ch) != NULL);
usr.bin/less/line.c
481
return (strchr(mid_ansi_chars, (char)ch) != NULL);
usr.bin/less/option.c
582
strchr(validchars, *p) == NULL))
usr.bin/lndir/lndir.c
144
for (s = lname; *s && (s = strchr(s, '/')); s++) {
usr.bin/locate/locate/fastfind.c
135
if (strchr(LOCATE_REG, *p) != NULL)
usr.bin/locate/locate/util.c
149
if (strchr(LOCATE_REG, *p) == NULL)
usr.bin/locate/locate/util.c
159
(strchr(p, '[') != NULL || strchr(p, ']') != NULL)) {
usr.bin/locate/locate/util.c
170
if (p >= name && strchr(LOCATE_REG, *p) != NULL)
usr.bin/locate/locate/util.c
180
if (strchr(LOCATE_REG, *p) != NULL)
usr.bin/login/login.c
167
} else if ((domain = strchr(localhost, '.'))) {
usr.bin/login/login.c
169
if (*domain && strchr(domain, '.') == NULL)
usr.bin/login/login.c
203
if (domain && (p = strchr(optarg, '.')) &&
usr.bin/login/login.c
400
if ((style = strchr(username, ':')) != NULL)
usr.bin/login/login.c
410
if ((instance = strchr(username, '/')) != NULL) {
usr.bin/look/look.c
115
if (termchar != '\0' && (p = strchr(string, termchar)) != NULL)
usr.bin/mail/lex.c
313
strchr(" \t0123456789$^.:/-+*'\"", (unsigned char)*cp) == NULL)
usr.bin/mail/list.c
705
if (value("searchheaders") && (cp = strchr(str, ':'))) {
usr.bin/mail/names.c
189
for (cp2 = wbuf; *cp && !strchr(" \t,(", *cp); *cp2++ = *cp++)
usr.bin/mail/tty.c
356
if (strchr(ws, t->buf[t->len - 1]) == NULL
usr.bin/mail/tty.c
361
if (strchr(ws, t->buf[t->len - 1]) != NULL
usr.bin/mail/util.c
415
if (strchr(name, '(') == NULL && strchr(name, '<') == NULL
usr.bin/mail/util.c
416
&& strchr(name, ' ') == NULL)
usr.bin/mail/util.c
545
if ((cp = strchr(linebuf, 'F')) == NULL)
usr.bin/mail/util.c
549
while ((cp = strchr(cp, 'r')) != NULL) {
usr.bin/mail/util.c
551
if ((cp = strchr(cp, 'f')) == NULL)
usr.bin/mail/util.c
555
if ((cp = strchr(cp, ' ')) == NULL)
usr.bin/make/arch.c
306
if (strchr(member, '$') &&
usr.bin/make/arch.c
889
if ((nameStart = strchr(pgn->name, '(') ) != NULL) {
usr.bin/make/arch.c
891
nameEnd = strchr(nameStart, ')');
usr.bin/make/cond.c
174
if (strchr(" \t)&|$", *p) != NULL)
usr.bin/make/cond.c
274
if (Str_Matchi(s, strchr(s, '\0'), arg->s, arg->e))
usr.bin/make/cond.c
402
while (*end != '\0' && !ISSPACE(*end) && strchr("!=><", *end) == NULL)
usr.bin/make/cond.c
426
strchr("!=><", *condExpr) == NULL) {
usr.bin/make/cond.c
529
(!qt && strchr(" \t)", *cp) == NULL)) && *cp != '\0';) {
usr.bin/make/dir.c
395
if (Str_Matchi(entry, strchr(entry, '\0'), word, eword))
usr.bin/make/dir.c
490
file = Str_concati(p->name, strchr(p->name, '\0'), basename,
usr.bin/make/dir.c
538
strchr(p->name, '\0'), name, ename, '/');
usr.bin/make/dir.h
106
#define Dir_FindFile(n, p) Dir_FindFilei(n, strchr(n, '\0'), p)
usr.bin/make/dir.h
107
#define Dir_FindFileNoDot(n, p) Dir_FindFileNoDoti(n, strchr(n, '\0'), p)
usr.bin/make/direxpand.c
151
dp = strchr(dirpath, '\0');
usr.bin/make/direxpand.c
213
brace = strchr(toexpand, '{');
usr.bin/make/direxpand.c
77
#define DirExpandWild(s, l1, l2) DirExpandWildi(s, strchr(s, '\0'), l1, l2)
usr.bin/make/direxpand.h
44
#define Dir_HasWildcards(n) Dir_HasWildcardsi(n, strchr(n, '\0'))
usr.bin/make/direxpand.h
51
#define Dir_Expand(n, l1, l2) Dir_Expandi(n, strchr(n, '\0'), l1, l2)
usr.bin/make/expandchildren.c
222
if (strchr(cgn->name, '$') != NULL)
usr.bin/make/main.c
426
if (strchr(OPTLETTERS, *s) == NULL)
usr.bin/make/parse.c
1052
comment = strchr(line, '#');
usr.bin/make/parse.c
1202
handle_include_file(file2, strchr(file2, '\0'), isSystem, true);
usr.bin/make/parse.c
1559
strchr(line, ':') == NULL) {
usr.bin/make/parse.c
1566
strchr(line, ':') == NULL) {
usr.bin/make/parse.c
1572
strchr(line, ':') == NULL) {
usr.bin/make/parse.c
1597
(end = strchr(stripped+pos+1, ';')) != NULL) {
usr.bin/make/parse.c
1601
cmd = strchr(line+(end-stripped), ';');
usr.bin/make/parsevar.c
147
if (strchr(arg, '$') != NULL) {
usr.bin/make/parsevar.c
162
if (strchr(arg, '$') != NULL) {
usr.bin/make/str.c
382
if ((m = strchr(p, '%')) != NULL) {
usr.bin/make/str.c
427
if ((m = strchr(pat, '%')) != NULL) {
usr.bin/make/str.c
465
if (strchr(set, *begin) == NULL)
usr.bin/make/str.h
36
#define Str_concat(s1, s2, sep) Str_concati(s1, strchr(s1, '\0'), s2, strchr(s2, '\0'), sep)
usr.bin/make/str.h
66
Str_Matchi(string, strchr(string, '\0'), pattern, strchr(pattern, '\0'))
usr.bin/make/suff.c
1002
eoarch = strchr(gn->name, '(');
usr.bin/make/suff.c
1008
eoname = strchr(name, ')');
usr.bin/make/var.c
1460
if (strchr(quotable, *s))
usr.bin/make/var.c
918
if (strchr(val, '$') != NULL) {
usr.bin/make/varmodifiers.c
300
if (Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) {
usr.bin/make/varmodifiers.c
320
if (!Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) {
usr.bin/make/varmodifiers.c
851
if (strchr(rep, *str) != NULL)
usr.bin/mandoc/cgi.c
1219
end = strchr(path, '/');
usr.bin/mandoc/cgi.c
1233
end = strchr(path, '/');
usr.bin/mandoc/cgi.c
1242
end = strchr(path, '/');
usr.bin/mandoc/cgi.c
1287
if (strchr(dp, '/') != NULL) {
usr.bin/mandoc/cgi.c
328
strchr("-._~", *p) == NULL)
usr.bin/mandoc/cgi.c
695
((arch = strchr(sec + 1, '/'))
usr.bin/mandoc/cgi.c
697
((archend = strchr(arch + 1, '/'))
usr.bin/mandoc/cgi.c
959
if ((file = strchr(fullpath, '/')) == NULL) {
usr.bin/mandoc/dba_read.c
53
for (cp = pdata->name; *cp != '\0'; cp = strchr(cp, '\0') + 1)
usr.bin/mandoc/dba_read.c
55
for (cp = pdata->sect; *cp != '\0'; cp = strchr(cp, '\0') + 1)
usr.bin/mandoc/dba_read.c
58
while (*(cp = strchr(cp, '\0') + 1) != '\0')
usr.bin/mandoc/dba_read.c
61
while (*(cp = strchr(cp, '\0') + 1) != '\0')
usr.bin/mandoc/dbm.c
268
cp = strchr(cp, '\0') + 1;
usr.bin/mandoc/dbm.c
325
cp = strchr(cp, '\0') + 1)
usr.bin/mandoc/dbm.c
372
cp = strchr(cp, '\0') + 1;
usr.bin/mandoc/eqn.c
411
ep->end = strchr(ep->start + 1, *ep->start);
usr.bin/mandoc/eqn.c
416
ep->end = strchr(ep->start, '\0');
usr.bin/mandoc/eqn.c
426
while (*ep->end != '\0' && strchr(" \t^~", *ep->end) != NULL)
usr.bin/mandoc/eqn_term.c
93
if (strchr("!\"'),.:;?]}", *bp->text) != NULL)
usr.bin/mandoc/eqn_term.c
96
if ((cp = strchr(bp->text, '\0')) > bp->text &&
usr.bin/mandoc/eqn_term.c
97
(strchr("\"'([{", cp[-1]) != NULL ||
usr.bin/mandoc/html.c
149
else if ((h->base_man2 = strchr(h->base_man1, ';')) != NULL)
usr.bin/mandoc/html.c
408
strchr("!$&'()*+,-./:;=?@_", *cp) == NULL)
usr.bin/mandoc/html.c
478
pend = strchr(p, '\0');
usr.bin/mandoc/html.c
613
while ((p = strchr(pp, '%')) != NULL) {
usr.bin/mandoc/main.c
456
strchr(*argv, '=') : NULL;
usr.bin/mandoc/main.c
535
ep = strchr(sec, '\0');
usr.bin/mandoc/main.c
691
if (strchr("*?[", *src) != NULL)
usr.bin/mandoc/man.c
191
for (sz = 0; sz < 4 && strchr(" \t\\", buf[offs]) == NULL; sz++)
usr.bin/mandoc/man.c
62
ep = strchr(start, '\0') - 2;
usr.bin/mandoc/man_validate.c
260
for (p = cp; NULL != (p = strchr(p, '\t')); p++)
usr.bin/mandoc/mandocdb.c
1296
if ((sec = strchr(line, '(')) == NULL)
usr.bin/mandoc/mandocdb.c
1298
if ((p = strchr(++sec, ')')) == NULL)
usr.bin/mandoc/mandocdb.c
1952
if (strchr(res, *scp) == NULL) {
usr.bin/mandoc/mandocdb.c
841
p = strchr(linkfile, '\0');
usr.bin/mandoc/mandocdb.c
904
if ((p = strchr(start, '/')) != NULL) {
usr.bin/mandoc/mandocdb.c
915
if (mlink->dsec != NULL && (p = strchr(start, '/')) != NULL) {
usr.bin/mandoc/manpath.c
234
strchr(" = ", cp[len]) != NULL) {
usr.bin/mandoc/mansearch.c
424
cp1 = strchr(mp1->names + sz1, '/');
usr.bin/mandoc/mansearch.c
425
cp2 = strchr(mp2->names + sz2, '/');
usr.bin/mandoc/mansearch.c
540
have = strchr(have, '\0') + 1;
usr.bin/mandoc/mdoc.c
242
cp = end = strchr(sp, '\0') - 2;
usr.bin/mandoc/mdoc.c
277
for (c = buf + offs; c != NULL; c = strchr(c + 1, '.')) {
usr.bin/mandoc/mdoc.c
317
for (sz = 0; sz < 4 && strchr(" \t\\", buf[offs]) == NULL; sz++)
usr.bin/mandoc/mdoc_argv.c
472
if ((p = strchr(*v, '\t')) != NULL) {
usr.bin/mandoc/mdoc_argv.c
503
p = strchr(*v, '\0');
usr.bin/mandoc/mdoc_html.c
1100
cp = strchr(buf, '\0') - 1;
usr.bin/mandoc/mdoc_html.c
1160
ep = strchr(sp, ' ');
usr.bin/mandoc/mdoc_html.c
1170
ep = strchr(sp, ' ');
usr.bin/mandoc/mdoc_man.c
412
NULL == strchr(".,:;)]?!", s[0]) || '\0' != s[1]) {
usr.bin/mandoc/mdoc_markdown.c
1354
if (strchr("%()<>", *s) != NULL) {
usr.bin/mandoc/mdoc_markdown.c
523
strchr("!),.:;?]", s[0]) != NULL &&
usr.bin/mandoc/mdoc_markdown.c
760
if (strchr(prefix, '`') != NULL)
usr.bin/mandoc/mdoc_markdown.c
774
if (strchr(suffix, '`') != NULL)
usr.bin/mandoc/mdoc_validate.c
424
for (cp = p; NULL != (p = strchr(p, '\t')); p++)
usr.bin/mandoc/mdoc_validate.c
527
lc = strchr(nch->string, '\0') - 1;
usr.bin/mandoc/mdoc_validate.c
560
lc = strchr(nch->string, '\0') - 1;
usr.bin/mandoc/mdoc_validate.c
614
if (strchr("!.:?", *lc) != NULL && (tok == MDOC_Em ||
usr.bin/mandoc/out.c
473
end = mw ? strchr(beg, ' ') : NULL;
usr.bin/mandoc/roff.c
1189
strchr(" %&0^|~", cp[1]) != NULL)
usr.bin/mandoc/roff.c
1300
strchr(cp, '$') != NULL) {
usr.bin/mandoc/roff.c
1309
ep = strchr(stesc + 2, '\0') - 1;
usr.bin/mandoc/roff.c
1804
strchr(" .\\", buf->buf[pos]) == NULL &&
usr.bin/mandoc/roff.c
2342
while ((ep = strchr(ep, '\\')) != NULL) {
usr.bin/mandoc/roff.c
2457
if (v[p] != '\0' && strchr("ficvPmnpuM", v[p]) != NULL) {
usr.bin/mandoc/roff.c
2518
s3 = strchr(s2, *s1); /* for scanning the second string */
usr.bin/mandoc/roff.c
2525
s3 = strchr(s3, *s1);
usr.bin/mandoc/roff.c
2537
s3 = strchr(s2, '\0');
usr.bin/mandoc/roff.c
3339
cp2 = strchr(cp1, r->eqn == NULL ?
usr.bin/mandoc/roff_escape.c
283
if (strchr("BHLRSNhlvx", buf[inam]) != NULL &&
usr.bin/mandoc/roff_escape.c
284
strchr(" ,.0DLOXYZ^abdhlortuvx|~",
usr.bin/mandoc/roff_escape.c
294
} else if (strchr("BDHLRSvxNhl", buf[inam]) != NULL &&
usr.bin/mandoc/roff_escape.c
295
strchr(" %&()*+-./0123456789:<=>", buf[iarg]) != NULL) {
usr.bin/mandoc/roff_escape.c
340
if (strchr("Aow", buf[inam]) == NULL)
usr.bin/mandoc/roff_escape.c
486
strchr("89ABCDEFabcdef", buf[iarg + 2]) != NULL) {
usr.bin/mandoc/tag.c
317
cp = strchr(cp + 1, ' ');
usr.bin/mandoc/tbl_html.c
234
ccp = strchr(dp->string, '\0');
usr.bin/mandoc/tbl_layout.c
191
if (strchr(" \t.", p[*pos + isz]) == NULL)
usr.bin/mandoc/tbl_layout.c
77
if (strchr(".,-=^_ACLNRSaclnrs", p[*pos]) != NULL)
usr.bin/mg/cscope.c
494
if ((p = strchr(line, ' ')) == NULL)
usr.bin/mg/cscope.c
500
if ((p = strchr(line, ' ')) == NULL)
usr.bin/mg/cscope.c
506
if ((p = strchr(line, ' ')) == NULL)
usr.bin/mg/cscope.c
569
if (strchr(cmd, '/')) {
usr.bin/mg/fileio.c
717
cp = strchr(fn, '/');
usr.bin/mg/interpreter.c
402
fendp = strchr(cmdp, ' ');
usr.bin/mg/tags.c
351
if ((l = strchr(s, '\t')) == NULL)
usr.bin/mg/tags.c
355
if ((l = strchr(l, '\t')) == NULL)
usr.bin/mixerctl/mixerctl.c
198
if ((s = strchr(q, ',')) != NULL)
usr.bin/mixerctl/mixerctl.c
372
if ((q = strchr(*argv, '=')) != NULL) {
usr.bin/mklocale/yacc.y
131
if (strchr(",-./", $2[1]))
usr.bin/mklocale/yacc.y
137
if (strchr(",-./", $2[0]))
usr.bin/nc/netcat.c
1473
if (isdigit((unsigned char)*p) && (n = strchr(p, '-')) != NULL) {
usr.bin/nc/netcat.c
1696
if ((v = strchr(s, '=')) != NULL) {
usr.bin/nc/netcat.c
496
proxyport = strchr(proxy, ']');
usr.bin/nc/socks.c
342
if (strchr(host, ':') != NULL) {
usr.bin/netstat/if.c
152
cp = strchr(name, '\0');
usr.bin/netstat/inet.c
888
cp = strchr(line, '\0');
usr.bin/netstat/inet.c
921
(cp = strchr(domain, '.')))
usr.bin/netstat/inet.c
930
if ((cp = strchr(hp->h_name, '.')) &&
usr.bin/netstat/inet6.c
897
cp = strchr(line, '\0');
usr.bin/netstat/inet6.c
932
(cp = strchr(domain, '.')))
usr.bin/netstat/inet6.c
941
if ((cp = strchr(hp->h_name, '.')) &&
usr.bin/netstat/route.c
409
(strchr(rdom_if[rdom], ' ') == NULL) ? ":" : "s:",
usr.bin/netstat/show.c
422
(cp = strchr(domain, '.')))
usr.bin/netstat/show.c
493
if ((cp = strchr(hp->h_name, '.')) &&
usr.bin/newsyslog/newsyslog.c
1189
t = strchr(s, 'T');
usr.bin/newsyslog/newsyslog.c
421
if ((p = strchr(hostname, '.')) != NULL)
usr.bin/newsyslog/newsyslog.c
512
if ((group = strchr(q, ':')) != NULL ||
usr.bin/newsyslog/newsyslog.c
693
} else if (*q == '"' && (tmp = strchr(q + 1, '"'))) {
usr.bin/openssl/apps.c
1882
vtmp = strchr(stmp, ':');
usr.bin/openssl/apps.c
1963
while ((q = strchr(p, '\n')) != NULL) {
usr.bin/openssl/apps.c
438
tmp = strchr(tpass, '\n');
usr.bin/openssl/ca.c
2756
p = strchr(tmp, ',');
usr.bin/openssl/ca.c
2763
p = strchr(p, ',');
usr.bin/openssl/certhash.c
237
if ((q = strchr(p, '\0')) == NULL)
usr.bin/openssl/certhash.c
257
if ((p = strchr(l, '.')) == NULL)
usr.bin/openssl/dgst.c
302
if (strchr(mname, ' '))
usr.bin/openssl/errstr.c
104
if (strchr(ularg, '-') != NULL ||
usr.bin/openssl/passwd.c
250
char *c = (strchr(passwd, '\n'));
usr.bin/openssl/passwd.c
258
while ((r > 0) && (!strchr(trash, '\n')));
usr.bin/openssl/req.c
1609
const char *p = strchr(gstr, ':');
usr.bin/openssl/req.c
1855
if ((p = strchr(kv, '=')) == NULL)
usr.bin/openssl/speed.c
2779
p = strchr(buf, '\n');
usr.bin/patch/ed.c
258
if (strchr(p, '\n') == NULL)
usr.bin/patch/pch.c
1487
for (n = 0, cp = path; (cp = strchr(cp, '/')) != NULL; n++) {
usr.bin/patch/util.c
360
tab = strchr(t, '\t') != NULL;
usr.bin/pkgconf/cli/getopt_long.c
223
if ((has_equal = strchr(current_argv, '=')) != NULL) {
usr.bin/pkgconf/cli/getopt_long.c
436
(place[1] == '\0' && strchr(options, '-') == NULL)) {
usr.bin/pkgconf/cli/getopt_long.c
508
} else if (*place != ':' && strchr(options, *place) != NULL)
usr.bin/pkgconf/cli/getopt_long.c
521
(oli = strchr(options, optchar)) == NULL) {
usr.bin/pkgconf/cli/main.c
137
if (want_fragment_filter != NULL && (strchr(want_fragment_filter, frag->type) == NULL || !frag->type))
usr.bin/pkgconf/cli/main.c
158
if (want_fragment_filter != NULL && (strchr(want_fragment_filter, frag->type) == NULL || !frag->type))
usr.bin/pkgconf/libpkgconf/fragment.c
66
if (strchr(string, ' ') != NULL)
usr.bin/pkgconf/libpkgconf/personality.c
62
while ((winslash = strchr (namebuf, '\\')) != NULL)
usr.bin/pkgconf/libpkgconf/tuple.c
125
value = strchr(workbuf, '=');
usr.bin/pr/egetopt.c
102
!(oli = strchr(ostr, eoptopt))) {
usr.bin/pr/egetopt.c
109
if (strchr(ostr, '#') && (isdigit((unsigned char)eoptopt) ||
usr.bin/printf/printf.c
127
for (; strchr(SKIP1, *fmt); ++fmt)
usr.bin/printf/printf.c
137
for (; strchr(SKIP2, *fmt); ++fmt)
usr.bin/printf/printf.c
147
for (; strchr(SKIP2, *fmt); ++fmt)
usr.bin/printf/printf.c
417
if (strchr(number, **gargv))
usr.bin/quota/quota.c
505
if ((cp = strchr(opt, '=')))
usr.bin/quota/quota.c
583
cp = strchr(fst->f_mntfromname, ':');
usr.bin/radioctl/radioctl.c
180
if (strchr(*avp, '=') != NULL) {
usr.bin/rcs/rcs.c
1821
if (!isgraph(*cp) || (strchr(rcs_state_invch, *cp) != NULL)) {
usr.bin/rcs/rcs.c
643
if (!isgraph(*cp) || (strchr(rcs_sym_invch, *cp) != NULL)) {
usr.bin/rcs/rcsprog.c
351
if ((logmsg = strchr(logstr, ':')) == NULL) {
usr.bin/rcs/rlog.c
215
last = strchr(args->argv[i], '<');
usr.bin/rcs/rlog.c
225
last = strchr(args->argv[i], '>');
usr.bin/rdist/client.c
292
if (strchr(name, '\n')) {
usr.bin/rdist/common.c
137
if ((cp = strchr(host, '.')) != NULL)
usr.bin/rdist/common.c
262
if (cmd != C_NONE && !strchr(msg + 1, '\n'))
usr.bin/rdist/common.c
828
if ((space = strchr(file, ' ')) != NULL)
usr.bin/rdist/docmd.c
1010
((cp = strchr(c->c_name, '@')) &&
usr.bin/rdist/docmd.c
305
cp = strchr(rhost, '@');
usr.bin/rdist/expand.c
263
if ((cp = strchr(s, '/')) == NULL) {
usr.bin/rdist/lookup.c
61
cp = strchr(name, '=');
usr.bin/rdist/message.c
209
if ((cp = strchr(strptr, '=')) == NULL)
usr.bin/rdist/message.c
240
if ((cp = strchr(strptr, ',')) != NULL)
usr.bin/rdist/message.c
287
if ((cp = strchr(optstr, '=')) == NULL)
usr.bin/rdist/message.c
487
if ((cp = strchr(mbuf, '.')) != NULL)
usr.bin/rdist/rdist.c
380
if ((dest = strchr(cp, ':')) != NULL)
usr.bin/rsync/flist.c
165
cp = strchr(fl[i].wpath, '/');
usr.bin/rsync/main.c
133
if ((cp = strchr(f->host, '/')) == NULL)
usr.bin/rsync/main.c
138
if ((cp = strchr(f->module, '/')) != NULL)
usr.bin/rsync/main.c
140
if ((cp = strchr(f->host, ':')) != NULL) {
usr.bin/rsync/main.c
147
cp = strchr(f->host, ':');
usr.bin/rsync/main.c
154
cp = strchr(f->module, '/');
usr.bin/rsync/main.c
239
if ((ccp = strchr(cp, ':')) != NULL) {
usr.bin/rsync/rmatch.c
315
segend = strchr(string, '/');
usr.bin/rsync/rmatch.c
317
segend = strchr(string, '\0');
usr.bin/rsync/rmatch.c
368
segend = strchr(string, '/');
usr.bin/rsync/rmatch.c
370
segend = strchr(string,
usr.bin/rsync/rmatch.c
76
if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') {
usr.bin/sed/compile.c
174
#define addrchar(c) (strchr("0123456789/\\$", (c)))
usr.bin/sed/compile.c
516
} else if (strchr("123456789", *p) != NULL) {
usr.bin/sed/compile.c
628
if ((new = strchr(new + 1, delimiter)) == NULL)
usr.bin/sed/compile.c
634
if ((end = strchr(end + 1, delimiter)) == NULL)
usr.bin/sed/process.c
499
if ((p = strchr(escapes, *s)) && *s != '\0') {
usr.bin/sendbug/sendbug.c
392
cp = strchr(details, '\n');
usr.bin/sendbug/sendbug.c
441
if ((sp = strchr(buf, '<')) != NULL) {
usr.bin/seq/seq.c
275
while (*fmt != '\0' && strchr("#0- +'", *fmt)) {
usr.bin/seq/seq.c
280
while (*fmt != '\0' && strchr("0123456789", *fmt)) {
usr.bin/seq/seq.c
287
while (*fmt != '\0' && strchr("0123456789", *fmt)) {
usr.bin/seq/seq.c
384
if (strchr(buf, 'e'))
usr.bin/seq/seq.c
389
if (strchr(buf, 'e'))
usr.bin/seq/seq.c
397
if (strchr(buf, 'e'))
usr.bin/signify/signify.c
130
commentend = strchr(b64, '\n');
usr.bin/signify/signify.c
141
if (!(b64end = strchr(commentend + 1, '\n')))
usr.bin/signify/signify.c
513
if (pubkeyfile && strchr(pubkeyfile, '/') == NULL) {
usr.bin/signify/signify.c
676
if ((endline = strchr(line, '\n')))
usr.bin/signify/zsig.c
278
p = strchr(msg, 0);
usr.bin/skey/skey.c
100
slash = strchr(argv[i], '/');
usr.bin/snmp/snmpc.c
1224
if ((hostname = strchr(specifier, ':')) != NULL) {
usr.bin/snmp/snmpc.c
1261
if ((port = strchr(hostname, ':')) != NULL)
usr.bin/snmp/snmpc.c
1267
if ((port = strchr(hostname, ']')) == NULL)
usr.bin/sort/sort.c
596
sptr = strchr(s, ',');
usr.bin/spell/spellprog.c
731
if (strchr(tab->suf, 'z')) {
usr.bin/spell/spellprog.c
734
if (strchr(tab->d1, 'z')) {
usr.bin/spell/spellprog.c
738
if (strchr(tab->a1, 'z')) {
usr.bin/ssh/addr.c
467
if ((mp = strchr(addrbuf, '/')) != NULL) {
usr.bin/ssh/auth-options.c
265
if (allow_bare_port && strchr(opt, ':') == NULL) {
usr.bin/ssh/auth-options.c
408
if ((tmp = strchr(opt, '=')) == NULL) {
usr.bin/ssh/auth2-methods.c
106
if ((p = strchr(method, ':')) != NULL)
usr.bin/ssh/auth2-pubkeyfile.c
246
if ((ep = strchr(cp, '#')) != NULL)
usr.bin/ssh/auth2.c
277
if ((style = strchr(user, ':')) != NULL)
usr.bin/ssh/auth2.c
750
if (strchr(authctxt->auth_method_info, '\n') != NULL)
usr.bin/ssh/channels.c
5190
cp = strchr(buf, ':');
usr.bin/ssh/channels.c
5268
cp = strchr(disp, ':');
usr.bin/ssh/channels.c
5270
cp = strchr(cp, '.');
usr.bin/ssh/clientloop.c
2088
if (strchr(hosts, '*') != NULL || strchr(hosts, '?') != NULL)
usr.bin/ssh/clientloop.c
2091
if ((cp = strchr(hosts, ',')) == NULL)
usr.bin/ssh/clientloop.c
2094
if (strchr(cp + 1, ',') != NULL)
usr.bin/ssh/clientloop.c
2134
if (ctx->ip_str != NULL && strchr(l->hosts, ',') != NULL) {
usr.bin/ssh/clientloop.c
271
strchr(SSH_X11_VALID_DISPLAY_CHARS, display[i]) == NULL) {
usr.bin/ssh/clientloop.c
2739
if ((val = strchr(name, '=')) == NULL) {
usr.bin/ssh/clientloop.c
2764
if ((val = strchr(name, '=')) == NULL) {
usr.bin/ssh/hostfile.c
189
if ((sp = strchr(cp, ' ')) == NULL &&
usr.bin/ssh/hostfile.c
190
(sp = strchr(cp, '\t')) == NULL)
usr.bin/ssh/kex.c
907
if ((p = strchr(my[*idx], ',')) != NULL)
usr.bin/ssh/kex.c
909
if ((p = strchr(peer[*idx], ',')) != NULL)
usr.bin/ssh/misc.c
1079
if ((cp = strchr(tmp, '@')) != NULL) {
usr.bin/ssh/misc.c
1084
if ((delim = strchr(tmp, ';')) != NULL) {
usr.bin/ssh/misc.c
1107
if ((cp = strchr(tmp, '/')) != NULL)
usr.bin/ssh/misc.c
1245
if ((path = strchr(copy, '/')) != NULL) {
usr.bin/ssh/misc.c
1348
if ((varend = strchr(string, '}')) == NULL) {
usr.bin/ssh/misc.c
1393
if (strchr(keys[i].key, *string) != NULL) {
usr.bin/ssh/misc.c
2328
if (strchr(name, '=') != NULL) {
usr.bin/ssh/misc.c
2535
if ((cp = strchr(sdup, '=')) == NULL || cp == sdup) {
usr.bin/ssh/misc.c
2916
if ((cp = strchr(name, '=')) == NULL) {
usr.bin/ssh/misc.c
560
if ((ep = strchr(sp, ':')) == NULL) {
usr.bin/ssh/misc.c
776
if ((s = strchr(s, ']')) == NULL)
usr.bin/ssh/mux.c
237
if ((cp = strchr(env, '=')) == NULL || cp == env)
usr.bin/ssh/readconf.c
1157
if (strchr(WHITESPACE "\f", line[len]) == NULL)
usr.bin/ssh/readconf.c
1917
if (*arg == '\0' || strchr(arg, '=') != NULL) {
usr.bin/ssh/readconf.c
1943
if (strchr(arg, '=') == NULL) {
usr.bin/ssh/readconf.c
2248
if ((arg2 = strchr(arg, ':')) == NULL ||
usr.bin/ssh/readconf.c
2525
if (strchr(str + len, '\r') != NULL) {
usr.bin/ssh/readconf.c
2529
if ((arg = strchr(line, '#')) != NULL) {
usr.bin/ssh/readconf.c
3416
if (strchr("'`\"$\\;&<>|(){},", s[i]) != NULL ||
usr.bin/ssh/readconf.c
3433
if (strchr("'`\";&<>|(){}", s[i]) != NULL)
usr.bin/ssh/readconf.c
3461
if ((cp = strchr(orig, '#')) != NULL)
usr.bin/ssh/readconf.c
3918
i = strchr(o->jump_host, ':') != NULL ||
usr.bin/ssh/readconf.c
773
arg = strchr(attrib, '=');
usr.bin/ssh/scp.c
1359
if (strchr(name, '\n') != NULL) {
usr.bin/ssh/scp.c
1762
if (*cp == '\0' || strchr(cp, '/') != NULL ||
usr.bin/ssh/servconf.c
1048
arg = strchr(attrib, '=');
usr.bin/ssh/servconf.c
1292
if (strchr(WHITESPACE "\f", line[len]) == NULL)
usr.bin/ssh/servconf.c
1379
if (strchr(arg, '[') == NULL && (p = strchr(arg, ':')) != NULL
usr.bin/ssh/servconf.c
1380
&& strchr(p+1, ':') != NULL) {
usr.bin/ssh/servconf.c
2188
if (*arg == '\0' || strchr(arg, '=') != NULL)
usr.bin/ssh/servconf.c
2207
if (*arg == '\0' || strchr(arg, '=') == NULL)
usr.bin/ssh/servconf.c
2386
strchr(arg, ':') == NULL) {
usr.bin/ssh/servconf.c
2504
if (strchr(str + len, '\r') != NULL) {
usr.bin/ssh/servconf.c
2508
if ((arg = strchr(line, '#')) != NULL) {
usr.bin/ssh/session.c
1044
if ((cp = strchr(cp, '/')) == NULL)
usr.bin/ssh/session.c
769
value = strchr(cp, '=');
usr.bin/ssh/session.c
853
cp = strchr(ocp, '=');
usr.bin/ssh/session.c
878
if ((value = strchr(cp, '=')) == NULL) {
usr.bin/ssh/sftp-client.c
785
if (strchr(filename, '/') != NULL) {
usr.bin/ssh/sftp-realpath.c
112
p = strchr(left, '/');
usr.bin/ssh/sftp-server.c
1959
if ((cp = strchr(client_addr, ' ')) == NULL) {
usr.bin/ssh/sftp.c
2634
if (sftp_server == NULL || strchr(sftp_server, '/') == NULL)
usr.bin/ssh/sftp.c
592
if (strchr("[]?*\\", s[i]) != NULL)
usr.bin/ssh/ssh-add.c
766
if ((cp = strchr(os, '>')) == NULL) {
usr.bin/ssh/ssh-ecdsa-sk.c
169
if (strchr(origin, '\"') != NULL ||
usr.bin/ssh/ssh-keygen.c
1895
if (*timespec == '+' && strchr(timespec, ':') == NULL) {
usr.bin/ssh/ssh-keygen.c
1913
to = strchr(from, ':');
usr.bin/ssh/ssh-keygen.c
1994
val = xstrdup(strchr(opt, ':') + 1);
usr.bin/ssh/ssh-keygen.c
1995
if ((cp = strchr(val, '=')) != NULL)
usr.bin/ssh/ssh-keygen.c
3078
if (strchr(cp, '/') != NULL || strstr(cp, "..") != NULL ||
usr.bin/ssh/ssh-keygen.c
3079
strchr(cp, '\\') != NULL) {
usr.bin/ssh/ssh-keyscan.c
769
if ((cp = strchr(line, '#')) == NULL)
usr.bin/ssh/ssh.c
1290
if (strchr(argv0, '/') != NULL && access(argv0, X_OK) != 0)
usr.bin/ssh/ssh.c
1547
if ((value = strchr(name, '=')) == NULL) {
usr.bin/ssh/ssh.c
275
return (strchr(name, '%') != NULL || strchr(name, ':') != NULL ||
usr.bin/ssh/sshconnect2.c
109
if ((cp = strchr(ret, ',')) != NULL)
usr.bin/su/su.c
193
if ((p = strchr(user, ':')) != NULL) {
usr.bin/systat/engine.c
289
if ((cpos = strchr(str, ':')) == NULL) {
usr.bin/systat/main.c
314
for (s = buf; *s && strchr("0123456789+-.eE", *s) != NULL; s++)
usr.bin/systat/pftop.c
1077
pre = strchr(ruleset.path, 0);
usr.bin/talk/get_names.c
94
for (cp = names; *cp && !strchr("@:!.", *cp); cp++)
usr.bin/tcpbench/tcpbench.c
1088
if ((v = strchr(s, '=')) != NULL) {
usr.bin/telnet/commands.c
1428
if ((cp = strchr(*epp, '='))) {
usr.bin/telnet/commands.c
1444
char *cp2 = strchr(ep->value, ':');
usr.bin/tftp/main.c
346
if (strchr(argv[n], ':')) {
usr.bin/tftp/tftp.c
526
cp = strchr(cp, '\0');
usr.bin/tftp/tftp.c
595
opt = strchr(opt, '\0');
usr.bin/tftp/tftp.c
598
opt = strchr(opt, '\0');
usr.bin/tic/dump_entry.c
1219
sp = (strchr) (acs_chars, *cp);
usr.bin/tic/dump_entry.c
1403
#define isLine(c) (strchr("lmkjtuvwqxn", c) != 0)
usr.bin/tic/dump_entry.c
463
} else if (strchr("pPg", ch) != 0) {
usr.bin/tic/dump_entry.c
603
if (!TcOutput() && (p = strchr(fill, '=')) != 0) {
usr.bin/tic/dump_entry.c
617
if (!pretty || strchr(fill, '\n') == 0) {
usr.bin/tic/dump_entry.c
846
&& (strchr("?e;", src[1])) == 0) {
usr.bin/tic/tic.c
1338
char *test = (strchr) (list, ch);
usr.bin/tic/tic.c
1437
} else if (strchr(tp->term_names, '+') == NULL) {
usr.bin/tic/tic.c
1736
&& strchr(name, '.') == NULL);
usr.bin/tic/tic.c
1784
&& (s = strchr(to_status_line, ';')) != NULL
usr.bin/tic/tic.c
1790
&& !screen_base && strchr(name, '+') == NULL) {
usr.bin/tic/tic.c
218
&& strchr(s, L_BRACE) != 0) {
usr.bin/tic/tic.c
2183
} else if (!(isalnum(UChar(*q)) || strchr("+-.", *q) != 0)) {
usr.bin/tic/tic.c
2203
strchr(_nc_first_name(tp->term_names), '+') == NULL) {
usr.bin/tic/tic.c
3048
if (strchr(IN_DELAY, value[p]) != NULL)
usr.bin/tic/tic.c
3075
while (strchr(IN_DELAY, *result) != NULL)
usr.bin/tic/tic.c
3174
if (strchr(tp->term_names, '+') != NULL)
usr.bin/tic/tic.c
338
if ((up = strchr(namebuf, '#')) != 0
usr.bin/tic/tic.c
339
|| (up = strchr(namebuf, '=')) != 0
usr.bin/tic/tic.c
340
|| ((up = strchr(namebuf, '@')) != 0 && up[1] == '>')) {
usr.bin/tic/tic.c
502
} else if (strchr(src, '/') != 0) { /* a filename */
usr.bin/tmux/arguments.c
226
found = strchr(parse->template, flag);
usr.bin/tmux/attributes.c
86
if (strchr(delimiters, str[strlen(str) - 1]) != NULL)
usr.bin/tmux/cmd-find.c
1052
colon = strchr(copy, ':');
usr.bin/tmux/cmd-find.c
1056
period = strchr(copy, '.');
usr.bin/tmux/cmd-find.c
1058
period = strchr(colon, '.');
usr.bin/tmux/cmd-parse.y
1242
while ((ch = yylex_getc()) != EOF && strchr(" \t\n", ch) == NULL);
usr.bin/tmux/cmd-parse.y
1377
if (strchr(token, '=') != NULL && yylex_is_var(*token, 1)) {
usr.bin/tmux/cmd-parse.y
1593
if (ch == EOF || strchr("/ \t\n\"'", ch) != NULL) {
usr.bin/tmux/cmd-parse.y
1681
if (strchr(",#{}:", ch) != NULL) {
usr.bin/tmux/cmd-refresh-client.c
143
if ((split = strchr(copy, ':')) == NULL)
usr.bin/tmux/cmd-refresh-client.c
177
if ((split = strchr(copy, ':')) == NULL)
usr.bin/tmux/cmd-refresh-client.c
54
if ((split = strchr(copy, ':')) == NULL) {
usr.bin/tmux/cmd-refresh-client.c
61
if ((split = strchr(what, ':')) == NULL)
usr.bin/tmux/cmd-set-environment.c
61
if (strchr(name, '=') != NULL) {
usr.bin/tmux/cmd.c
445
equals = strchr(ov->string, '=');
usr.bin/tmux/cmd.c
847
if (strchr(template, '%') == NULL)
usr.bin/tmux/cmd.c
872
if (quoted && strchr(quote, *cp) != NULL)
usr.bin/tmux/environ.c
157
value = strchr(var, '=');
usr.bin/tmux/format.c
3927
if (strchr("|&;<>()$`\\\"'*?[# =%", *cp) != NULL)
usr.bin/tmux/format.c
4132
strchr(",#{}:", s[1]) != NULL) {
usr.bin/tmux/format.c
4155
if (*s == '#' && strchr(",#{}:", s[1]) != NULL) {
usr.bin/tmux/format.c
4179
strchr(",#{}:", s[1]) != NULL) {
usr.bin/tmux/format.c
4185
if (strchr(end, *s) != NULL && brackets == 0)
usr.bin/tmux/format.c
4295
if (strchr("labcdnwETSWPL!<>", cp[0]) != NULL &&
usr.bin/tmux/format.c
4317
if (strchr("mCLNPSst=pReqW", cp[0]) == NULL)
usr.bin/tmux/format.c
4388
if (strchr(s, 'r') == NULL) {
usr.bin/tmux/format.c
4389
if (strchr(s, 'i') != NULL)
usr.bin/tmux/format.c
4395
if (strchr(s, 'i') != NULL)
usr.bin/tmux/format.c
4416
if (fm->argc >= 3 && strchr(fm->argv[2], 'i') != NULL)
usr.bin/tmux/format.c
4432
if (strchr(fm->argv[0], 'i') != NULL)
usr.bin/tmux/format.c
4434
if (strchr(fm->argv[0], 'r') != NULL)
usr.bin/tmux/format.c
4846
if (argc >= 2 && strchr(mexp->argv[1], 'f') != NULL) {
usr.bin/tmux/format.c
5043
if (strchr(fm->argv[0], 'p') != NULL)
usr.bin/tmux/format.c
5046
strchr(fm->argv[0], 'f') != NULL)
usr.bin/tmux/format.c
5052
else if (strchr(fm->argv[0], 'e') != NULL ||
usr.bin/tmux/format.c
5053
strchr(fm->argv[0], 'h') != NULL)
usr.bin/tmux/format.c
5064
strchr(fm->argv[0], 'w') != NULL)
usr.bin/tmux/format.c
5066
else if (strchr(fm->argv[0], 's') != NULL)
usr.bin/tmux/format.c
507
if ((cp = strchr(host, '.')) != NULL)
usr.bin/tmux/format.c
5076
if (strchr(fm->argv[0], 'i') != NULL)
usr.bin/tmux/format.c
5078
else if (strchr(fm->argv[0], 'n') != NULL)
usr.bin/tmux/format.c
5080
else if (strchr(fm->argv[0], 't') != NULL)
usr.bin/tmux/format.c
5084
if (strchr(fm->argv[0], 'r') != NULL)
usr.bin/tmux/format.c
5096
if (strchr(fm->argv[0], 'i') != NULL)
usr.bin/tmux/format.c
5098
else if (strchr(fm->argv[0], 'n') != NULL)
usr.bin/tmux/format.c
5100
else if (strchr(fm->argv[0], 't') != NULL)
usr.bin/tmux/format.c
5104
if (strchr(fm->argv[0], 'r') != NULL)
usr.bin/tmux/format.c
5116
if (strchr(fm->argv[0], 'r') != NULL)
usr.bin/tmux/format.c
5128
if (strchr(fm->argv[0], 'i') != NULL)
usr.bin/tmux/format.c
5130
else if (strchr(fm->argv[0], 'n') != NULL)
usr.bin/tmux/format.c
5132
else if (strchr(fm->argv[0], 't') != NULL)
usr.bin/tmux/format.c
5136
if (strchr(fm->argv[0], 'r') != NULL)
usr.bin/tmux/format.c
5523
if ((es->flags & FORMAT_EXPAND_TIME) && strchr(fmt, '%') != NULL) {
usr.bin/tmux/grid.c
1598
if (strchr(set, '\t')) {
usr.bin/tmux/input-keys.c
526
p = strchr(standard_map[0], onlykey);
usr.bin/tmux/input.c
1091
if (strchr(out, ':') != NULL) {
usr.bin/tmux/input.c
3154
if ((end = strchr(p, ';')) == NULL)
usr.bin/tmux/input.c
3162
if (strchr(allow, p[i]) != NULL && strchr(clip, p[i]) == NULL)
usr.bin/tmux/names.c
156
if ((ptr = strchr(name, ' ')) != NULL)
usr.bin/tmux/options.c
631
if ((cp = strchr(copy, '[')) == NULL) {
usr.bin/tmux/options.c
635
end = strchr(cp + 1, ']');
usr.bin/tmux/server-client.c
2438
if (strchr(data, '=') != NULL)
usr.bin/tmux/status.c
1816
if ((cp = strchr(value, '=')) == NULL)
usr.bin/tmux/status.c
2143
colon = strchr(s, ':');
usr.bin/tmux/status.c
2152
if (strchr(colon + 1, '.') == NULL) {
usr.bin/tmux/status.c
2157
*strchr(copy, ':') = '\0';
usr.bin/tmux/status.c
963
return (strchr(ws, *ud->data) != NULL);
usr.bin/tmux/style.c
122
found = strchr(tmp + 6, '|');
usr.bin/tmux/style.c
75
while (*in != '\0' && strchr(delimiters, *in) != NULL)
usr.bin/tmux/tmux.c
127
end = strchr(path, '/');
usr.bin/tmux/tty-term.c
304
if (strchr(s, '$') == NULL)
usr.bin/tmux/tty-term.c
375
if ((cp = strchr(s, '=')) != NULL) {
usr.bin/tmux/utf8.c
328
if ((cp = strchr(copy, '=')) == NULL) {
usr.bin/tmux/window-copy.c
1755
cp = strchr(close, found);
usr.bin/tmux/window-copy.c
1849
cp = strchr(close, found);
usr.bin/tmux/window-copy.c
1862
strchr(close, *gc.data.data) != NULL)
usr.bin/tmux/window-copy.c
1867
cp = strchr(open, found);
usr.bin/top/top.c
753
if ((iptr = strchr(command_chars, ch)) == NULL) {
usr.bin/tput/tput.c
105
if (strchr(optstring, s[3]) == NULL)
usr.bin/tput/tput.c
106
s = strchr(s, '\n') + 1;
usr.bin/tr/str.c
134
if (p[0] != '*' || strchr(p, ']') == NULL)
usr.bin/ts/ts.c
156
while ((f = strchr(f, '%')) != NULL && f[1] == '%')
usr.bin/tset/tset.c
198
if ((p = strchr(answer, '\n')) != 0)
usr.bin/tset/tset.c
446
arg = strchr(p = arg, ':');
usr.bin/unifdef/unifdef.c
1199
} else if (strchr(" \r\t", *cp) != NULL) {
usr.bin/unifdef/unifdef.c
1491
while (end > tline && strchr(" \t\n\r", end[-1]) != NULL)
usr.bin/units/units.c
294
!strchr(".0123456789", *(slash + 1))))
usr.bin/units/units.c
296
slash = strchr(scratch, '/');
usr.bin/units/units.c
303
if (strchr("0123456789.", *item)) { /* item is a number */
usr.bin/units/units.c
306
divider = strchr(item, '|');
usr.bin/units/units.c
345
if (strchr("23456789",
usr.bin/units/units.c
522
if (strchr(toadd, PRIMITIVECHAR))
usr.bin/usbhidaction/usbhidaction.c
252
p = strchr(buf, '\n');
usr.bin/usbhidaction/usbhidaction.c
256
p = strchr(buf, '\n');
usr.bin/usbhidctl/usbhid.c
830
valuesep = strchr(name, DELIM_SET);
usr.bin/uudecode/uudecode.c
209
q = strchr(p, ' ');
usr.bin/uudecode/uudecode.c
235
p = strchr(q, '/');
usr.bin/vacation/vacation.c
359
if (!(p = strchr(from, '%'))) {
usr.bin/vacation/vacation.c
360
if (!(p = strchr(from, '@'))) {
usr.bin/vi/common/recover.c
419
t2 = strchr(t1, '\n');
usr.bin/vi/common/recover.c
554
(p = strchr(file, '\n')) == NULL ||
usr.bin/vi/common/recover.c
557
(t = strchr(path, '\n')) == NULL) {
usr.bin/vi/common/recover.c
637
(p = strchr(file, '\n')) == NULL ||
usr.bin/vi/common/recover.c
640
(t = strchr(path, '\n')) == NULL) {
usr.bin/vi/common/recover.c
781
if ((p = strchr(buf, '\n')) == NULL)
usr.bin/vi/ex/ex.c
1033
strchr(p, '1') != NULL)
usr.bin/vi/ex/ex.c
1823
if (sp->ep == NULL && strchr("$0123456789'\\/?.+-^", *ecp->cp)) {
usr.bin/vi/ex/ex.c
381
if (strchr(SINGLE_CHAR_COMMANDS, *ecp->cp)) {
usr.bin/vi/ex/ex_argv.c
174
if (strchr(mp, *p) != NULL)
usr.bin/vi/ex/ex_argv.c
179
!isalnum(*p) && strchr(mp, *p) != NULL)
usr.bin/vi/ex/ex_init.c
378
if (strchr(path, '/') == NULL && getcwd(buf, sizeof(buf)) != NULL) {
usr.bin/vi/ex/ex_join.c
113
if (strchr(".?!", echar)) {
usr.bin/vi/ex/ex_subst.c
1162
} else if (strchr("^.[]$*", p[0]))
usr.bin/vi/vi/v_increment.c
99
#define ishex(c) (isdigit(c) || strchr("abcdefABCDEF", (c)))
usr.bin/vi/vi/v_txt.c
2535
if (strchr(O_STR(sp, O_SHELLMETA), tp->lb[tp->cno - 1]) != NULL &&
usr.bin/vmstat/dkstats.c
197
char *ep = strchr(dk_name[i], ':');
usr.bin/vmstat/dkstats.c
530
char *ep = strchr(cur.dk_name[i], ':');
usr.bin/w/w.c
287
(p = strchr(domain, '.')) == 0)
usr.bin/w/w.c
400
if ((str = strchr(*argv + 5, ':')) != NULL)
usr.bin/w/w.c
401
str = strchr(str + 1, ':');
usr.bin/wall/ttymsg.c
79
if (strchr(device + sizeof(_PATH_DEV) - 1, '/')) {
usr.bin/which/which.c
103
if (strchr(prog, '/')) {
usr.bin/whois/whois.c
306
else if (strchr(name, ':') != NULL) /* IPv6 address */
usr.sbin/ac/ac.c
134
if ((rcp = strchr(tp->name, '*')) != NULL) { /* wild card */
usr.sbin/ac/ac.c
450
strchr("pqrstuvwxyzPQRST", usr.ut_line[3]) != NULL ||
usr.sbin/acme-client/http.c
536
if ((ccp = strchr(cp, ':')) == NULL) {
usr.sbin/acme-client/netproc.c
111
if ((ep = strchr(url, ':')) != NULL) {
usr.sbin/acme-client/netproc.c
98
if ((ep = strchr(url, '/')) != NULL) {
usr.sbin/amd/amd/afs_ops.c
842
if (strchr(*cp->ivec, '=') == 0)
usr.sbin/amd/amd/am_ops.c
101
char *fs = strchr(host, ':');
usr.sbin/amd/amd/am_ops.c
102
char *sublink = fs ? strchr(fs+1, ':') : 0;
usr.sbin/amd/amd/amd.c
231
if ((domdot = strchr(hostname, '.'))) {
usr.sbin/amd/amd/get_args.c
156
{ char *dot = strchr(optarg, '.');
usr.sbin/amd/amd/host_ops.c
101
if (strchr(mf->mf_info, ':') == 0)
usr.sbin/amd/amd/host_ops.c
345
if ((rfs_dir = strchr(fs_name, ':')) == (char *) 0) {
usr.sbin/amd/amd/info_file.c
114
hash = strchr(key_val, '#');
usr.sbin/amd/amd/info_file.c
178
!strchr(key_val, '\n'))
usr.sbin/amd/amd/info_passwd.c
103
p = strchr(dir+1, '/');
usr.sbin/amd/amd/info_passwd.c
132
q = strchr(rhost, '.');
usr.sbin/amd/amd/mntfs.c
278
quoted = strchr(mf->mf_info, ' ') != 0; /* cheap */
usr.sbin/amd/amd/mtab.c
88
char *eq = strchr(str, '=');
usr.sbin/amd/amd/nfs_ops.c
430
char *colon = strchr(mf->mf_info, ':');
usr.sbin/amd/amd/nfs_ops.c
472
if (!(colon = strchr(fs_name, ':')))
usr.sbin/amd/amd/nfs_ops.c
624
if (!(colon = strchr(fs_name, ':')))
usr.sbin/amd/amd/nfsx_ops.c
102
if ((ptr = strchr(fo->opt_fs, ',')))
usr.sbin/amd/amd/nfsx_ops.c
169
host = strchr(info, ':');
usr.sbin/amd/amd/nfsx_ops.c
92
ptr = strchr(fo->opt_rfs, ',');
usr.sbin/amd/amd/opts.c
223
char *eq = strchr(f, '=');
usr.sbin/amd/amd/opts.c
330
char *f = strchr(p, '/');
usr.sbin/amd/amd/opts.c
391
while ((dp = strchr(cp, '$'))) {
usr.sbin/amd/amd/opts.c
420
char *br_p = strchr(cp, '}');
usr.sbin/amd/amd/opts.c
547
vptr = strchr(val, '.');
usr.sbin/amd/amd/opts.c
557
vptr = strchr(val, '.');
usr.sbin/amd/amd/pfs_ops.c
60
prog = strchr(fo->opt_mount, ' ');
usr.sbin/amd/amd/restart.c
101
cp = strchr(me->mnt_fsname, ':');
usr.sbin/amd/amd/restart.c
74
char *colon = strchr(me->mnt_fsname, ':');
usr.sbin/amd/amd/util.c
185
if (p1 = strchr(p1+1, '.'))
usr.sbin/amd/amd/util.c
186
if (p2 = strchr(p2+1, '.'))
usr.sbin/amd/amd/util.c
195
if ((p1 = strchr(otherdom, '.')) &&
usr.sbin/amd/amd/util.c
196
(p2 = strchr(localdom, '.')) &&
usr.sbin/amd/amd/util.c
253
if (strchr(invalid_keys, *key++))
usr.sbin/amd/amd/util.c
341
quoted = strchr(mf->mf_info, ' ') != 0;
usr.sbin/amd/amd/util.c
526
while ((sp = strchr(sp+1, '/'))) {
usr.sbin/amd/amd/xutil.c
252
p = strchr(p, ',');
usr.sbin/authpf/authpf.c
117
cp = strchr(ipsrc, ' ');
usr.sbin/authpf/authpf.c
669
if ((t = strchr(prs.name, '(')) == NULL)
usr.sbin/bgpctl/output_ometric.c
75
if ((domainname = strchr(hostname, '.')))
usr.sbin/bgpctl/parser.c
1066
if ((dot = strchr(parseword, '.')) != NULL) {
usr.sbin/bgpctl/parser.c
1221
if ((p = strchr(s, ':')) == NULL)
usr.sbin/bgpctl/parser.c
1236
if ((p = strchr(s, ':')) == NULL)
usr.sbin/bgpctl/parser.c
1240
if ((q = strchr(p, ':')) == NULL)
usr.sbin/bgpctl/parser.c
1292
} else if ((p = strchr(s, '.')) == NULL) {
usr.sbin/bgpctl/parser.c
1299
} else if (strchr(p + 1, '.') == NULL) {
usr.sbin/bgpctl/parser.c
1315
if ((p = strchr(s, '.')) == NULL) {
usr.sbin/bgpctl/parser.c
1372
if ((p = strchr(s, ':')) == NULL)
usr.sbin/bgpctl/parser.c
814
!strchr(word, '/'))
usr.sbin/bgpd/parse.y
337
if ((dot = strchr($1, '.')) != NULL) {
usr.sbin/bgpd/parse.y
379
if ((dot = strchr($1, '.')) != NULL) {
usr.sbin/bgpd/parse.y
4383
if ((p = strchr(s, ':')) == NULL) {
usr.sbin/bgpd/parse.y
4389
if ((q = strchr(p, ':')) == NULL) {
usr.sbin/bgpd/parse.y
4442
if ((p = strchr(s, ':')) == NULL) {
usr.sbin/bgpd/parse.y
4493
} else if ((p = strchr(s, '.')) == NULL) {
usr.sbin/bgpd/parse.y
4500
} else if (strchr(p + 1, '.') == NULL) {
usr.sbin/bgpd/parse.y
4518
if ((p = strchr(s, '.')) == NULL) {
usr.sbin/bgpd/parse.y
4585
if ((p = strchr(s, ':')) == NULL) {
usr.sbin/bgpd/parse.y
5643
if ((q = strchr(flags, *p)) == NULL)
usr.sbin/bgplgd/slowcgi.c
248
if (strchr(prog, '/') != NULL) {
usr.sbin/btrace/printf.c
124
for (; strchr(SKIP1, *fmt); ++fmt)
usr.sbin/btrace/printf.c
134
for (; strchr(SKIP2, *fmt); ++fmt)
usr.sbin/btrace/printf.c
144
for (; strchr(SKIP2, *fmt); ++fmt)
usr.sbin/btrace/printf.c
431
if (strchr(number, *str)) {
usr.sbin/config/mkmakefile.c
157
if ((s = strchr(n, '$')) == NULL) {
usr.sbin/config/mkmakefile.c
169
e = strchr(++s, '}');
usr.sbin/cron/atrun.c
113
if ((queue = strchr(file->d_name, '.')) == NULL)
usr.sbin/cron/atrun.c
274
if ((ep = strchr(cp, ' ')) == NULL)
usr.sbin/cron/do_command.c
485
(!first && strchr(safe_delim, ch))))
usr.sbin/cron/entry.c
525
if (!strchr("/, \t\n", ch)) {
usr.sbin/cron/entry.c
630
if (!strchr(terms, ch))
usr.sbin/cron/entry.c
648
if (len != 0 && strchr(terms, ch)) {
usr.sbin/cron/env.c
94
if ((q = strchr(p, '=')) == NULL)
usr.sbin/cron/misc.c
143
while (*s && (NULL != strchr(t, *s))) {
usr.sbin/cron/misc.c
148
while (*s && (NULL == strchr(t, *s)) && (rp < &rb[MAX_TEMPSTR])) {
usr.sbin/cron/misc.c
70
while ((ch = get_char(file)) != EOF && !strchr(terms, ch)) {
usr.sbin/dhcpd/sync.c
180
if ((ttlstr = strchr(ifnam, ':')) != NULL) {
usr.sbin/dhcrelay6/dhcrelay6.c
144
ifname = strchr(dest, '%');
usr.sbin/edquota/edquota.c
729
if ((cp = strchr(opt, '=')))
usr.sbin/httpd/httpd.c
1128
p = strchr(file, '\0');
usr.sbin/httpd/server_fcgi.c
829
if ((value = strchr(key, ':')) == NULL)
usr.sbin/httpd/server_file.c
581
strchr(escapeduri, ':') != NULL ? "./" : "",
usr.sbin/httpd/server_file.c
591
strchr(escapeduri, ':') != NULL ? "./" : "",
usr.sbin/httpd/server_file.c
750
if ((p = strchr(str, '=')) == NULL)
usr.sbin/httpd/server_file.c
758
while ((q = strchr(p, ',')) != NULL) {
usr.sbin/httpd/server_file.c
787
if ((p = strchr(str, '-')) == NULL)
usr.sbin/httpd/server_http.c
1436
if ((query = strchr(path, '?')) != NULL) {
usr.sbin/httpd/server_http.c
147
if (b64_pton(strchr(ba->kv_value, ' ') + 1, (uint8_t *)decoded,
usr.sbin/httpd/server_http.c
1491
if ((p = strchr(++path, '/')) == NULL)
usr.sbin/httpd/server_http.c
1492
path = strchr(path, '\0');
usr.sbin/httpd/server_http.c
151
if ((clt_pass = strchr(decoded, ':')) == NULL)
usr.sbin/httpd/server_http.c
166
pass = strchr(line, ':');
usr.sbin/httpd/server_http.c
286
value = strchr(key, ' ');
usr.sbin/httpd/server_http.c
292
value = strchr(key, ':');
usr.sbin/httpd/server_http.c
339
http_version = strchr(desc->http_path, ' ');
usr.sbin/httpd/server_http.c
373
query = strchr(desc->http_path, '?');
usr.sbin/httpd/server_http.c
848
if (*start == '[' && (end = strchr(start, ']')) != NULL) {
usr.sbin/httpd/server_http.c
852
if ((port = strchr(end, ':')) == NULL || *port == '\0')
usr.sbin/httpd/server_http.c
857
} else if ((end = strchr(start, ':')) != NULL) {
usr.sbin/ikectl/ikeca.c
742
while ((p = strchr(oname, ':')) != NULL)
usr.sbin/inetd/inetd.c
1130
cp = strchr(sep->se_service, '/');
usr.sbin/inetd/inetd.c
1160
s = strchr(arg, '.');
usr.sbin/inetd/inetd.c
1179
arg = strchr(sep->se_user, '.');
usr.sbin/inetd/inetd.c
1181
arg = strchr(sep->se_user, ':');
usr.sbin/iscsid/initiator.c
637
if ((s = strchr(hostname, '.')))
usr.sbin/iscsid/pdu.c
115
eq = strchr(buf, '=');
usr.sbin/iscsid/pdu.c
218
p = strchr(buf, ',');
usr.sbin/kvm_mkdb/nlist.c
269
if ((p = strchr(buf, '\n')) != NULL)
usr.sbin/ldapd/ldapd.c
311
if ((class = strchr(name, '#')) == NULL) {
usr.sbin/ldapd/schema.c
142
colon = strchr(name, ':');
usr.sbin/ldapd/syntax.c
145
if (!isalnum((unsigned char)*p) && strchr(special, *p) == NULL)
usr.sbin/ldapd/validate.c
113
sup_dn = strchr(copy, ',');
usr.sbin/ldomctl/config.c
1124
path2 = strchr(path2, '/');
usr.sbin/ldomctl/config.c
1127
path2 = strchr(path2, '/');
usr.sbin/ldomctl/parse.y
296
colon = strchr($1, ':');
usr.sbin/lpd/lp.c
145
s = strchr(buf, ':');
usr.sbin/lpd/lp.c
155
while ((s = strchr(s, '|'))) {
usr.sbin/lpd/lp.c
212
else if (strchr(LP_LP(lp), '@')) {
usr.sbin/lpd/lp.c
215
lp->lp_host = strchr(lp->lp_port, '@');
usr.sbin/lpd/lp.c
796
strchr("-_.", (unsigned char)fname[i]) == NULL)
usr.sbin/lpd/lp_rmjob.c
196
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
usr.sbin/lpd/lpd.c
123
printer(debug, verbose, strchr(reexec, ':') + 1);
usr.sbin/lpr/common_source/rmjob.c
221
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
usr.sbin/lpr/lpc/cmds.c
1058
if ((cp = strchr(job, ':')) != NULL) {
usr.sbin/lpr/lpd/printjob.c
1358
if ((cp = strchr(LP, '@')))
usr.sbin/lpr/lpd/printjob.c
510
if (strchr(line+1, '/'))
usr.sbin/lpr/lpd/printjob.c
865
if (line[0] == 'U' && strchr(line+1, '/') == 0)
usr.sbin/lpr/lpd/recvjob.c
172
if (strchr(cp, '/'))
usr.sbin/lpr/lpd/recvjob.c
207
if (strchr(cp, '/'))
usr.sbin/lpr/lpd/recvjob.c
260
if (strchr(file, '/') == NULL)
usr.sbin/lpr/lpd/recvjob.c
327
if (tfname[0] && strchr(tfname, '/') == NULL)
usr.sbin/lpr/lpd/recvjob.c
329
if (dfname[0] && strchr(dfname, '/') == NULL) {
usr.sbin/makefs/cd9660/cd9660_eltorito.c
87
filename = strchr(sysname, ';');
usr.sbin/makefs/msdos/mkfs_msdos.c
431
if (!strchr(bname, '/')) {
usr.sbin/makefs/msdos/mkfs_msdos.c
866
if (c < ' ' + !i || strchr("\"*+,./:;<=>?[\\]|", c))
usr.sbin/mopd/mopd/process.c
294
p = strchr(hname, '.');
usr.sbin/mtree/spec.c
119
if (strchr(p, '/'))
usr.sbin/npppd/common/addr_range.c
237
if ((p1 = strchr(p0, '-')) != NULL) {
usr.sbin/npppd/common/addr_range.c
240
} else if ((p1 = strchr(p0, '/')) != NULL) {
usr.sbin/npppd/common/addr_range.c
263
} else if ((p1 = strchr(p0, ':')) != NULL) {
usr.sbin/npppd/common/net_utils.c
97
if (buf[0] == '[' && (servp = strchr(buf, ']')) != NULL) {
usr.sbin/npppd/npppd/npppd_auth.c
448
if ((u0 = strchr(username, '\\')) != NULL)
usr.sbin/nsd/configparser.y
1033
if(strchr($2, ' ')) {
usr.sbin/nsd/dbcreate.c
131
p = strchr(dir+1, PATHSEP);
usr.sbin/nsd/dbcreate.c
132
else p = strchr(dir, PATHSEP);
usr.sbin/nsd/dbcreate.c
151
p = strchr(p+1, PATHSEP);
usr.sbin/nsd/dnstap/dnstap.c
303
at = strchr(svr, '@');
usr.sbin/nsd/dnstap/dnstap.c
312
if(strchr(svr, ':')) {
usr.sbin/nsd/dnstap/dnstap.c
566
char* at = strchr(ip, '@');
usr.sbin/nsd/ixfrcreate.c
960
if(strchr(nowstr, '\n'))
usr.sbin/nsd/ixfrcreate.c
961
*strchr(nowstr, '\n') = 0;
usr.sbin/nsd/nsd-control.c
267
if(strchr(svr, '@')) {
usr.sbin/nsd/nsd-control.c
268
char* ps = strchr(svr, '@');
usr.sbin/nsd/nsd-control.c
289
} else if(strchr(svr, ':')) {
usr.sbin/nsd/nsd.c
250
sep = strchr(host_buf, '@');
usr.sbin/nsd/nsd.c
449
char *colon = strchr(sock->device, ':');
usr.sbin/nsd/options.c
2537
if(!strchr(input, '/'))
usr.sbin/nsd/options.c
2549
if(!strchr(input, '%')) {
usr.sbin/nsd/options.c
2576
if(!strchr(zone->pattern->zonefile, '%')) {
usr.sbin/nsd/options.c
2648
if((p=strchr(ip, '&'))!=0) {
usr.sbin/nsd/options.c
2653
if((p=strchr(ip, '/'))!=0) {
usr.sbin/nsd/options.c
2658
if((p=strchr(ip, '-'))!=0) {
usr.sbin/nsd/simdzone/src/generic/ip6.h
122
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
usr.sbin/nsd/simdzone/src/generic/ip6.h
123
pch = strchr((xdigits = xdigits_u), ch);
usr.sbin/nsd/simdzone/src/generic/ip6.h
58
if ((pch = strchr(digits, ch)) != NULL) {
usr.sbin/nsd/verify.c
103
if ((eol = strchr(stream->buf + stream->off, '\n'))) {
usr.sbin/ntpd/constraint.c
1026
if ((p = strchr(line, ' ')) == NULL || *p == '\0')
usr.sbin/ocspcheck/http.c
552
if ((ccp = strchr(cp, ':')) == NULL) {
usr.sbin/ocspcheck/ocspcheck.c
154
if ((ep = strchr(url, '/')) != NULL) {
usr.sbin/ocspcheck/ocspcheck.c
167
if ((ep = strchr(url, ':')) != NULL) {
usr.sbin/ospfd/parse.y
683
s = strchr($2, ':');
usr.sbin/pcidump/pcidump.c
293
d = strchr(b, ':');
usr.sbin/pcidump/pcidump.c
298
f = strchr(d, ':');
usr.sbin/pppd/auth.c
1022
ptr_mask = strchr (ptr_word, '/');
usr.sbin/pppd/auth.c
971
if (*p != '!' && *p != '-' && !ISWILD(p) && strchr(p, '/') == NULL) {
usr.sbin/pppd/chat/chat.c
826
if (strchr (term, *str) == (char *) 0) {
usr.sbin/pppd/options.c
1562
if ((colon = strchr(arg, ':')) == NULL)
usr.sbin/pstat/pstat.c
255
else if (strchr("diouxX", dformat[n - 1])) {
usr.sbin/quotaon/quotaon.c
212
if ((cp = strchr(opt, '=')) != NULL)
usr.sbin/rad/frontend.c
1345
while ((label_end = strchr(label_start, '.')) != NULL) {
usr.sbin/rad/parse.y
243
p = strchr($3, '/');
usr.sbin/rad/parse.y
330
p = strchr($2, '/');
usr.sbin/radiusd/radiusd_ipcp.c
1891
if ((sep = strchr(buf, '-')) != NULL) {
usr.sbin/radiusd/radiusd_ipcp.c
1902
if ((sep = strchr(buf, '/')) != NULL) {
usr.sbin/radiusd/radiusd_ipcp.c
2076
if (*str == '[' && (end = strchr(str + 1, ']')) != NULL) {
usr.sbin/radiusd/radiusd_ipcp.c
2086
} else if ((sb0 = strchr(str, '[')) != NULL &&
usr.sbin/radiusd/radiusd_ipcp.c
2092
} else if ((colon0 = strchr(str, ':')) != NULL &&
usr.sbin/radiusd/radiusd_standard.c
248
(ch = strchr(username, '\\')) != NULL) {
usr.sbin/radiusd/util.c
39
if (buf[0] == '[' && (servp = strchr(buf, ']')) != NULL) {
usr.sbin/rbootd/parseconf.c
114
if ((cp = strchr(line,'#')) != NULL) /* trash comments */
usr.sbin/relayd/parse.y
326
b = strchr($2, ':');
usr.sbin/relayd/relay_http.c
1011
if ((ptr = strchr(ptr, '&')) != NULL)
usr.sbin/relayd/relay_http.c
1013
if ((tmpval = strchr(tmpkey, '=')) == NULL || strlen(tmpval)
usr.sbin/relayd/relay_http.c
2000
if ((p = strchr(++path, '/')) != NULL)
usr.sbin/relayd/relay_http.c
2025
if ((value = strchr(key, ' ')) == NULL) {
usr.sbin/relayd/relay_http.c
2063
desc->http_resmesg = strchr(desc->http_rescode, ' ');
usr.sbin/relayd/relay_http.c
2103
desc->http_version = strchr(desc->http_path, ' ');
usr.sbin/relayd/relay_http.c
2108
desc->http_query = strchr(desc->http_path, '?');
usr.sbin/relayd/relay_http.c
394
if ((value = strchr(line, ':')) == NULL) {
usr.sbin/relayd/relay_http.c
920
for (j = 0, p = strchr(pp, '/');
usr.sbin/relayd/relay_http.c
921
p != NULL; p = strchr(p, '/'), j++) {
usr.sbin/relayd/relay_http.c
955
if ((ptr = strchr(ptr, ';')) != NULL)
usr.sbin/relayd/relay_http.c
965
strchr(key, '=')) == NULL ||
usr.sbin/relayd/relayd.c
1623
if ((p = strchr(host, '/')) == NULL)
usr.sbin/relayd/relayd.c
933
if (kv->kv_value != NULL && strchr(kv->kv_value, '$') != NULL)
usr.sbin/repquota/repquota.c
271
if ((cp = strchr(opt, '=')))
usr.sbin/rmt/rmt.c
154
if (strchr(devp, '/')) {
usr.sbin/route6d/route6d.c
2875
if ((p = strchr(ap, ',')) != NULL) {
usr.sbin/route6d/route6d.c
2879
if ((p = strchr(ap, '/')) == NULL) {
usr.sbin/route6d/route6d.c
2911
if ((iflp = strchr(iflp, ',')) != NULL)
usr.sbin/rpc.bootparamd/bootparamd.c
332
*path = strchr(*server, ':');
usr.sbin/rpki-client/constraints.c
138
if ((*max = pp = strchr(p, '-')) == NULL)
usr.sbin/rpki-client/constraints.c
209
if (strchr(p, '-') == NULL) {
usr.sbin/rpki-client/constraints.c
271
if (strchr(p, '-') == NULL) {
usr.sbin/rpki-client/constraints.c
380
if ((pp = strchr(p, '#')) != NULL)
usr.sbin/rpki-client/constraints.c
402
if (strchr(p, '.') != NULL) {
usr.sbin/rpki-client/constraints.c
406
} else if (strchr(p, ':') != NULL) {
usr.sbin/rpki-client/constraints.c
424
if (strchr(p, '.') != NULL) {
usr.sbin/rpki-client/constraints.c
428
} else if (strchr(p, ':') != NULL) {
usr.sbin/rpki-client/http.c
1167
if (strchr(conn->host, ':')) {
usr.sbin/rpki-client/http.c
1212
if (strchr(conn->host, ':')) {
usr.sbin/rpki-client/http.c
1277
cp = strchr(buf, ' ');
usr.sbin/rpki-client/http.c
1417
loctail = strchr(locbase, '#');
usr.sbin/rpki-client/http.c
1420
loctail = strchr(locbase, '?');
usr.sbin/rpki-client/http.c
1438
loctail = strchr(redirurl, '#');
usr.sbin/rpki-client/http.c
290
strchr(excluded_chars, *c) != NULL ||
usr.sbin/rpki-client/http.c
424
host = strchr(cred, '@');
usr.sbin/rpki-client/http.c
452
if (strchr(cred, ':') == NULL)
usr.sbin/rpki-client/http.c
488
if ((path = strchr(host, '/')) == NULL) {
usr.sbin/rpki-client/output-ometric.c
213
if ((domainname = strchr(hostname, '.')))
usr.sbin/rpki-client/repo.c
1762
base = strchr(fp->file + rrdpsz, '/');
usr.sbin/rpki-client/repo.c
250
local = strchr(uri, ':');
usr.sbin/rpki-client/rsync.c
267
if (strchr(prog, '/') == NULL) {
usr.sbin/rpki-client/rsync.c
78
if ((module = strchr(host, '/')) == NULL) {
usr.sbin/rpki-client/rsync.c
94
if ((rest = strchr(module, '/')) == NULL) {
usr.sbin/rpki-client/validate.c
283
if ((to = strchr(to, '/')) == NULL)
usr.sbin/smtpd/aliases.c
106
pbuf = strchr(user, *env->sc_subaddressing_delim);
usr.sbin/smtpd/aliases.c
46
pbuf = strchr(buf, *env->sc_subaddressing_delim);
usr.sbin/smtpd/dns.c
361
p = strchr(hostcopy, ']');
usr.sbin/smtpd/enqueue.c
740
if (strlen(in) > 0 && strchr(in, '@') == NULL) {
usr.sbin/smtpd/enqueue.c
758
while ((p = strchr(p, ',')) != NULL) {
usr.sbin/smtpd/enqueue.c
769
if ((p = strchr(addr, ',')) != NULL)
usr.sbin/smtpd/enqueue.c
825
if (strchr(argv[i], '|') != NULL) {
usr.sbin/smtpd/lka_filter.c
634
if ((ep = strchr(kind, '|')) == NULL)
usr.sbin/smtpd/lka_filter.c
667
if ((ep = strchr(response, '|')) != NULL)
usr.sbin/smtpd/lka_filter.c
878
*strchr(fs->mail_from, '>') = '\0';
usr.sbin/smtpd/lka_filter.c
884
*strchr(nparam, '>') = '\0';
usr.sbin/smtpd/lka_session.c
380
if ((tag = strchr(xn->u.user, *env->sc_subaddressing_delim)) != NULL) {
usr.sbin/smtpd/mail.lmtp.c
134
if ((p = strchr(destcopy, ']')) == NULL)
usr.sbin/smtpd/mail.lmtp.c
154
else if ((p = strchr(destcopy, ':')) != NULL) {
usr.sbin/smtpd/mail.maildir.c
81
if (strchr(MAILADDR_ESCAPE, *sanitized))
usr.sbin/smtpd/makemap.c
122
p = strchr(optarg, '=');
usr.sbin/smtpd/mda.c
490
if (strchr(buf, ':') == NULL && !isspace((unsigned char)*buf))
usr.sbin/smtpd/mda_variables.c
100
if ((mods = strchr(rtoken, ':')) != NULL)
usr.sbin/smtpd/mda_variables.c
173
if ((sep = strchr(mods, '|')) != NULL)
usr.sbin/smtpd/mda_variables.c
193
if (strchr(MAILADDR_ESCAPE, tmp[i]))
usr.sbin/smtpd/mda_variables.c
288
if ((ebuf = strchr(pbuf+2, '}')) == NULL)
usr.sbin/smtpd/mda_variables.c
353
if ((tag = strchr(buf, *env->sc_subaddressing_delim)) != NULL) {
usr.sbin/smtpd/mda_variables.c
355
if ((at = strchr(tag, '@')) != NULL) {
usr.sbin/smtpd/mda_variables.c
70
if ((lbracket = strchr(rtoken, '[')) &&
usr.sbin/smtpd/mda_variables.c
71
(rbracket = strchr(rtoken, ']'))) {
usr.sbin/smtpd/mda_variables.c
79
if ((sep = strchr(content, ':')) == NULL)
usr.sbin/smtpd/mda_variables.c
97
if ((mods = strchr(rbracket + 1, ':')) != NULL)
usr.sbin/smtpd/mta.c
1553
domain = strchr(e->dest, '@');
usr.sbin/smtpd/mta_session.c
1026
if ((domain = strchr(e->dest, '@')) != NULL) {
usr.sbin/smtpd/mta_session.c
1503
domain = strchr(e->dest, '@');
usr.sbin/smtpd/mta_session.c
780
strchr(s->task->sender, '@') &&
usr.sbin/smtpd/mta_session.c
782
strchr(e->rcpt, '@')) {
usr.sbin/smtpd/mta_session.c
785
strchr(e->rcpt, '@') + 1);
usr.sbin/smtpd/mta_session.c
901
if ((pbuf = strchr(buf, ' ')))
usr.sbin/smtpd/parser.c
294
cp = strchr(str, SCOPE_DELIMITER);
usr.sbin/smtpd/rfc5322.c
153
(pos = strchr(line, ':'))) {
usr.sbin/smtpd/ruleset.c
156
service = strchr(evp->username, '@') ?
usr.sbin/smtpd/smtp_client.c
339
*strchr(ibuf, ':') = '\0';
usr.sbin/smtpd/smtp_session.c
1260
args = strchr(line, ':');
usr.sbin/smtpd/smtp_session.c
1262
args = strchr(line, ' ');
usr.sbin/smtpd/smtp_session.c
1804
eom = strchr(tmp, ' ');
usr.sbin/smtpd/smtp_session.c
1806
eom = strchr(tmp, '\t');
usr.sbin/smtpd/smtp_session.c
2224
e = strchr(line, '>');
usr.sbin/smtpd/smtp_session.c
2235
p = strchr(maddr->user, ':');
usr.sbin/smtpd/smtp_session.c
2476
if ((p = strchr(opt, ';')) == NULL ||
usr.sbin/smtpd/smtp_session.c
3005
if ((p = strchr(address, '<')) == NULL)
usr.sbin/smtpd/smtp_session.c
3008
if ((p = strchr(mailaddr, '>')) == NULL)
usr.sbin/smtpd/smtp_session.c
3024
if ((p = strchr(address, '<')) == NULL)
usr.sbin/smtpd/smtp_session.c
3027
if ((p = strchr(mailaddr, '>')) == NULL)
usr.sbin/smtpd/smtp_session.c
474
end = strchr(line, '\n');
usr.sbin/smtpd/smtpc.c
303
p = strchr(host, ']');
usr.sbin/smtpd/smtpc.c
314
port = strchr(host, ':');
usr.sbin/smtpd/smtpc.c
323
p = strchr(creds, ':');
usr.sbin/smtpd/smtpd.c
1155
arg = strchr(name, ':');
usr.sbin/smtpd/smtpd.c
501
backend_queue = strchr(optarg, '=') + 1;
usr.sbin/smtpd/smtpd.c
503
backend_scheduler = strchr(optarg, '=') + 1;
usr.sbin/smtpd/smtpd.c
505
backend_stat = strchr(optarg, '=') + 1;
usr.sbin/smtpd/spfwalk.c
119
if (strchr(record, '%') != NULL) {
usr.sbin/smtpd/srs.c
235
if ((idx = strchr(base32, rcpt[0])) == NULL)
usr.sbin/smtpd/srs.c
239
if ((idx = strchr(base32, rcpt[1])) == NULL)
usr.sbin/smtpd/srs.c
256
if ((p = strchr(maddr.user, '=')) == NULL)
usr.sbin/smtpd/srs.c
302
if ((p = strchr(maddr.user, '=')) == NULL)
usr.sbin/smtpd/srs.c
328
if ((idx = strchr(base32, p[0])) == NULL)
usr.sbin/smtpd/srs.c
332
if ((idx = strchr(base32, p[1])) == NULL)
usr.sbin/smtpd/table.c
582
p = strchr(line, ':');
usr.sbin/smtpd/table.c
695
if ((cp = strchr(addr, ']')) != NULL)
usr.sbin/smtpd/table.c
697
if ((cp = strchr(addr, SCOPE_DELIMITER)) != NULL)
usr.sbin/smtpd/to.c
322
if ((q = strchr(p, '@')) != NULL) {
usr.sbin/smtpd/to.c
333
if ((end = strchr(beg, ']')) == NULL)
usr.sbin/smtpd/to.c
560
p = strchr(s, ':');
usr.sbin/smtpd/to.c
679
domain = strchr(line, '@');
usr.sbin/smtpd/to.c
696
strchr(allowedset, *line) == NULL)
usr.sbin/smtpd/to.c
704
strchr(allowedset, *domain) == NULL)
usr.sbin/smtpd/util.c
398
if (strchr(m2.user, *env->sc_subaddressing_delim) == NULL) {
usr.sbin/smtpd/util.c
400
p = strchr(m1.user, *env->sc_subaddressing_delim);
usr.sbin/smtpd/util.c
413
#define IS_ATEXT(c) (isalnum((unsigned char)(c)) || strchr(MAILADDR_ALLOWED, (c)))
usr.sbin/smtpd/util.c
449
c = strchr(domain, ']');
usr.sbin/smtpd/util.c
781
if (strchr(hostname, '.') != NULL)
usr.sbin/smtpd/util.c
889
if ((valp = strchr(keyp, ']')) == NULL) {
usr.sbin/snmpd/mib.y
1711
if ((descriptor = strchr(mname, ':')) != NULL) {
usr.sbin/snmpd/mib.y
1728
if ((digits = strchr(descriptor, '.')) != NULL) {
usr.sbin/spamdb/spamdb.c
125
if (strchr(ip, '@') == NULL)
usr.sbin/spamdb/spamdb.c
203
cp = strchr(a, '\n');
usr.sbin/spamdb/spamdb.c
227
from = strchr(helo, '\n');
usr.sbin/spamdb/spamdb.c
235
to = strchr(from, '\n');
usr.sbin/syslogd/privsep.c
135
if (strchr(argv[0], '/') == NULL)
usr.sbin/syslogd/syslogd.c
2757
for (bp = buf; *q && !strchr("\t,; ", *q); )
usr.sbin/syslogd/syslogd.c
2762
while (*q && strchr(",;", *q))
usr.sbin/syslogd/syslogd.c
2783
while (*p && !strchr("\t.; ", *p)) {
usr.sbin/syslogd/syslogd.c
2784
for (bp = buf; *p && !strchr("\t,;. ", *p); )
usr.sbin/syslogd/syslogd.c
3048
if ((*host = strchr(str, ':')) &&
usr.sbin/syslogd/syslogd.c
3062
str = strchr(*host, ']');
usr.sbin/syslogd/syslogd.c
3512
while ((nl = strchr(nl, '\n')) != NULL) {
usr.sbin/syslogd/syslogd.c
3515
start = strchr(start, '\n');
usr.sbin/syslogd/syslogd.c
519
else if ((p = strchr(LocalHostName, '.')) != NULL)
usr.sbin/syslogd/ttymsg.c
97
if (strchr(device + sizeof(_PATH_DEV) - 1, '/')) {
usr.sbin/tcpdump/addrtoname.c
219
dotp = strchr(p->name, '.');
usr.sbin/tcpdump/addrtoname.c
277
dotp = strchr(p->name, '.');
usr.sbin/tcpdump/pfctl_osfp.c
345
if ((ptr = strchr(wr_name, ' ')) == NULL) {
usr.sbin/tcpdump/pfctl_osfp.c
505
if (strchr(version_name, ' '))
usr.sbin/tcpdump/pfctl_osfp.c
507
else if (strchr(version_name, '.') &&
usr.sbin/tcpdump/print-ipsec.c
74
if ((p = strchr(espspec, ':')) != NULL) {
usr.sbin/tcpdump/print-nfs.c
726
sfsname = strchr(temp, ' ');
usr.sbin/tcpdump/smbutil.c
257
while ((p=strchr(fmt,'|'))) {
usr.sbin/tcpdump/smbutil.c
325
char *p = strchr(++fmt,'}');
usr.sbin/tcpdump/smbutil.c
553
p = strchr(fmt,']');
usr.sbin/traceroute/worker.c
1164
(cp = strchr(domain, '.')) != NULL)
usr.sbin/traceroute/worker.c
1174
if ((cp = strchr(tr_res->inetname, '.')) != NULL &&
usr.sbin/traceroute/worker.c
1207
if ((p = strchr(as,'|'))) {
usr.sbin/unbound/daemon/cachedump.c
672
s = strchr(str, ' ');
usr.sbin/unbound/daemon/cachedump.c
673
if(s) s = strchr(s+1, ' ');
usr.sbin/unbound/daemon/cachedump.c
674
if(s) s = strchr(s+1, ' ');
usr.sbin/unbound/daemon/remote.c
1286
char* as = strchr(arg, ' ');
usr.sbin/unbound/daemon/remote.c
1287
char* at = strchr(arg, '\t');
usr.sbin/unbound/daemon/remote.c
2048
if(strchr(s, ' ') || strchr(s, '\t')) {
usr.sbin/unbound/daemon/remote.c
2049
char* sp = strchr(s, ' ');
usr.sbin/unbound/daemon/remote.c
2050
if(strchr(s, '\t') != 0 && strchr(s, '\t') < sp)
usr.sbin/unbound/daemon/remote.c
2051
sp = strchr(s, '\t');
usr.sbin/unbound/daemon/remote.c
2630
p = strchr(p, ' '); /* find next spot, if any */
usr.sbin/unbound/daemon/remote.c
3873
if(strchr(c, ' ') && strchr(c, '\t')) {
usr.sbin/unbound/daemon/remote.c
3874
if(strchr(c, ' ') < strchr(c, '\t'))
usr.sbin/unbound/daemon/remote.c
3875
*strchr(c, ' ')=0;
usr.sbin/unbound/daemon/remote.c
3876
else *strchr(c, '\t')=0;
usr.sbin/unbound/daemon/remote.c
3877
} else if(strchr(c, ' ')) {
usr.sbin/unbound/daemon/remote.c
3878
*strchr(c, ' ')=0;
usr.sbin/unbound/daemon/remote.c
3879
} else if(strchr(c, '\t')) {
usr.sbin/unbound/daemon/remote.c
3880
*strchr(c, '\t')=0;
usr.sbin/unbound/services/authzone.c
3741
strchr(master->host, '/') != NULL &&
usr.sbin/unbound/services/authzone.c
3742
strchr(master->host, '/') == strrchr(master->host, '/') &&
usr.sbin/unbound/services/authzone.c
5531
if(strchr(master->host, '@') == NULL)
usr.sbin/unbound/services/authzone.c
6617
strchr(master->host, '/') != NULL &&
usr.sbin/unbound/services/authzone.c
6618
strchr(master->host, '/') == strrchr(master->host, '/')) {
usr.sbin/unbound/services/authzone.c
7216
char* ra = strchr(s, a);
usr.sbin/unbound/services/authzone.c
7217
char* rb = strchr(s, b);
usr.sbin/unbound/services/authzone.c
7242
} else if(strstr(p, "://") && strchr(p, '/') > strstr(p, "://") &&
usr.sbin/unbound/services/authzone.c
7243
strchr(p, ':') >= strstr(p, "://")) {
usr.sbin/unbound/services/authzone.c
7253
char* end = strchr(p, ']');
usr.sbin/unbound/services/cache/infra.c
1224
if(strchr(qnm, '\t'))
usr.sbin/unbound/services/cache/infra.c
1225
*strchr(qnm, '\t') = ' ';
usr.sbin/unbound/services/cache/infra.c
1226
if(strchr(qnm, '\t'))
usr.sbin/unbound/services/cache/infra.c
1227
*strchr(qnm, '\t') = ' ';
usr.sbin/unbound/services/listen_dnsport.c
1129
char* s = strchr(ifname, '@');
usr.sbin/unbound/services/modstack.c
138
if(strchr(s, ' ')) *(strchr(s, ' ')) = 0;
usr.sbin/unbound/services/modstack.c
139
if(strchr(s, '\t')) *(strchr(s, '\t')) = 0;
usr.sbin/unbound/sldns/parse.c
371
if(!(skipw && (strchr(skipw, c)||strchr(skipw, ' ')))) {
usr.sbin/unbound/sldns/parse.c
385
if(strchr(skipw, c)) {
usr.sbin/unbound/sldns/str2wire.c
1020
for (e = strchr(s, 0); e > s+2 && isspace((unsigned char)e[-1]) && e[-2] != '\\'; e--)
usr.sbin/unbound/sldns/str2wire.c
1226
if (!(next_ip_str = strchr(val, ','))) {
usr.sbin/unbound/sldns/str2wire.c
1281
if (!(next_ip_str = strchr(val, ','))) {
usr.sbin/unbound/sldns/str2wire.c
1341
if (!(next_key = strchr(val, ','))) {
usr.sbin/unbound/sldns/str2wire.c
1626
eq_pos = strchr(str, '=');
usr.sbin/unbound/sldns/str2wire.c
1868
|| strchr(my_str, ':') == NULL
usr.sbin/unbound/sldns/str2wire.c
1869
|| strchr(my_str, '/') == NULL
usr.sbin/unbound/sldns/str2wire.c
1870
|| strchr(my_str, ':') > strchr(my_str, '/')) {
usr.sbin/unbound/sldns/str2wire.c
1883
my_str = strchr(my_str, ':') + 1;
usr.sbin/unbound/sldns/str2wire.c
1886
ip_str_len = (size_t) (strchr(my_str, '/') - my_str);
usr.sbin/unbound/sldns/str2wire.c
1915
my_str = strchr(my_str, '/') + 1;
usr.sbin/unbound/sldns/str2wire.c
2846
end = strchr(s, ' ');
usr.sbin/unbound/smallapp/unbound-checkconf.c
618
if(strchr(p->str, '*') || strchr(p->str, '[') ||
usr.sbin/unbound/smallapp/unbound-checkconf.c
619
strchr(p->str, '?') || strchr(p->str, '{') ||
usr.sbin/unbound/smallapp/unbound-checkconf.c
620
strchr(p->str, '~')) {
usr.sbin/unbound/smallapp/unbound-control.c
660
if(strchr(svr, '@')) {
usr.sbin/unbound/testcode/petal.c
365
if(strchr(s, '/'))
usr.sbin/unbound/testcode/replay.c
332
remain = strchr(s, ' ');
usr.sbin/unbound/testcode/replay.c
338
m = strchr(remain, ' ');
usr.sbin/unbound/testcode/testbound.c
114
if((np = strchr(p, ' ')))
usr.sbin/unbound/testcode/testpkts.c
1018
*n = strchr(*s, '\n');
usr.sbin/unbound/testcode/testpkts.c
1404
n = strchr(edns, '\n');
usr.sbin/unbound/testcode/unitauth.c
872
char* ep = strchr(pl, '\n');
usr.sbin/unbound/testcode/unitauth.c
873
char* eq = strchr(ql, '\n');
usr.sbin/unbound/util/config_file.c
1509
if(!(!strchr(fname, '*') && !strchr(fname, '?') && !strchr(fname, '[') &&
usr.sbin/unbound/util/config_file.c
1510
!strchr(fname, '{') && !strchr(fname, '~'))) {
usr.sbin/unbound/util/config_file.c
1930
char* mid = strchr(str, '-');
usr.sbin/unbound/util/config_file.c
2635
char* sp = strchr(str, ' ');
usr.sbin/unbound/util/config_file.c
2636
char* tab = strchr(str, '\t');
usr.sbin/unbound/util/config_file.c
2858
char* p = strchr(ifname, '@');
usr.sbin/unbound/util/net_help.c
133
if(strchr(str, ':'))
usr.sbin/unbound/util/net_help.c
246
if((s=strchr(str, '@'))) {
usr.sbin/unbound/util/net_help.c
277
if((s=strchr(ip, '%'))) { /* ip6%interface, rfc 4007 */
usr.sbin/unbound/util/net_help.c
310
if((s=strchr(str, '/'))) {
usr.sbin/unbound/util/net_help.c
326
s = strchr(buf, '/');
usr.sbin/unbound/util/net_help.c
454
if((s=strchr(str, '@'))) {
usr.sbin/unbound/util/net_help.c
457
char* hash = strchr(s+1, '#');
usr.sbin/unbound/util/net_help.c
477
if((s=strchr(str, '#'))) {
usr.sbin/unbound/util/net_help.c
500
if((s=strchr(str, '@'))) {
usr.sbin/unbound/util/net_help.c
503
char* hash = strchr(s+1, '#');
usr.sbin/unbound/util/net_help.c
522
} else if((s=strchr(str, '#'))) {
usr.sbin/unbound/validator/autotrust.c
822
char* next = strchr(line, ' ');
usr.sbin/unbound/validator/autotrust.c
963
if(strchr(pos, ';'))
usr.sbin/unbound/validator/autotrust.c
964
strchr(pos, ';')[0] = 0; /* strip comments */
usr.sbin/unbound/validator/val_anchor.c
795
if(!strchr(pat, '*') && !strchr(pat, '?') && !strchr(pat, '[') &&
usr.sbin/unbound/validator/val_anchor.c
796
!strchr(pat, '{') && !strchr(pat, '~')) {
usr.sbin/user/user.c
1379
if ((cp = strchr(cp, ',')) == NULL)
usr.sbin/user/user.c
1679
if ((colon = strchr(buf, ':')) == NULL) {
usr.sbin/user/user.c
517
if ((colon = strchr(buf, ':')) == NULL) {
usr.sbin/user/user.c
641
if ((colon = strchr(buf, ':')) == NULL) {
usr.sbin/vmd/parse.y
585
if ((group = strchr(user, ':')) != NULL) {
usr.sbin/ypbind/ypbind.c
139
if (strchr((char *)argp, '/'))
usr.sbin/ypbind/ypbind.c
481
if (strchr(domain, '/'))
usr.sbin/ypbind/ypbind.c
795
p = strchr(line, '\n');
usr.sbin/ypbind/ypbind.c
940
if (strchr(dom, '/'))
usr.sbin/ypldap/aldap.c
763
if ((forward = strchr(p, '/')) != NULL)
usr.sbin/ypldap/aldap.c
766
if ((forward2 = strchr(p, ':')) != NULL) {
usr.sbin/ypldap/aldap.c
788
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypldap/aldap.c
799
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypldap/aldap.c
802
if ((forward2 = strchr(p, ',')) == NULL) {
usr.sbin/ypldap/aldap.c
820
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypserv/ypserv/ypserv_db.c
241
if (strchr(domain, '/')) {
usr.sbin/ypserv/ypserv/ypserv_db.c
245
if (strchr(map, '/')) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
114
if (strchr(*argp, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
143
if (strchr(argp->domain, '/') || strchr(argp->map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
176
if (strchr(argp->domain, '/') || strchr(argp->map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
207
if (strchr(argp->domain, '/') || strchr(argp->map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
250
if (strchr(argp->map_parms.domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
251
strchr(argp->map_parms.map, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
319
if (strchr(argp->domain, '/') || strchr(argp->map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
361
if (strchr(argp->domain, '/') || strchr(argp->map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
407
if (strchr(argp->domain, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
421
} else if (strchr(argp->map, '/')) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
449
if (strchr(*argp, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
541
if (strchr(*argp, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
569
if (strchr(*argp, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
601
if (strchr(argp->ypmatch_req_domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
602
strchr(argp->ypmatch_req_map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
652
if (strchr(argp->ypfirst_req_domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
653
strchr(argp->ypfirst_req_map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
700
if (strchr(argp->ypnext_req_domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
701
strchr(argp->ypnext_req_map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
753
if (strchr(argp->yppoll_req_domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
754
strchr(argp->yppoll_req_map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
803
if (strchr(argp->yppush_req_domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
804
strchr(argp->yppush_req_map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
848
if (strchr(argp->yppull_req_domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
849
strchr(argp->yppull_req_map, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
87
if (strchr(*argp, '/'))
usr.sbin/ypserv/ypserv/ypserv_proc.c
893
if (strchr(argp->ypget_req_domain, '/') ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
894
strchr(argp->ypget_req_map, '/'))
usr.sbin/ypserv/ypxfr/ypxfr.c
363
if (strchr(optarg, '/')) /* Ha ha, we are not listening */
usr.sbin/ypserv/ypxfr/ypxfr.c
374
if (strchr(optarg, '/')) /* Ha ha, we are not listening */
usr.sbin/zic/zic.c
1243
if ((ep = strchr(dp, '<')) != 0)
usr.sbin/zic/zic.c
1245
else if ((ep = strchr(dp, '>')) != 0)
usr.sbin/zic/zic.c
1664
slashp = strchr(format, '/');
usr.sbin/zic/zic.c
1682
if (strchr("ABCDEFGHIJKLMNOPQRSTUVWXYZ", *cp) == NULL &&
usr.sbin/zic/zic.c
1683
strchr("abcdefghijklmnopqrstuvwxyz", *cp) == NULL)
usr.sbin/zic/zic.c
2183
strchr(zp->z_format, '%') == NULL &&
usr.sbin/zic/zic.c
2184
strchr(zp->z_format, '/') == NULL)
usr.sbin/zic/zic.c
2612
while ((cp = strchr(cp + 1, '/')) != 0) {
usr.sbin/zic/zic.c
756
cp = strchr(buf, '\n');
usr.sbin/zic/zic.c
960
if ((cp = strchr(fields[i_format], '%')) != 0) {
usr.sbin/zic/zic.c
961
if ((*++cp != 's' && *cp != 'z') || strchr(cp, '%')
usr.sbin/zic/zic.c
962
|| strchr(fields[i_format], '/')) {