Symbol: strchr
bin/cpdup/cpdup.c
1412
for (next = buf; (nl = strchr(next, '\n')); next = nl+1) {
bin/dd/args.c
110
if ((arg = strchr(oper, '=')) == NULL)
bin/ed/io.c
336
if (*s && (cp = strchr(ESCAPES, *s)) != NULL)
bin/ed/main.c
1394
if (red && (*s == '!' || !strcmp(s, "..") || strchr(s, '/'))) {
bin/expr/expr.y
222
if (strchr ("|&=<>+-*/%:()", *p))
bin/hostname/hostname.c
293
if (sflag && (p = strchr(hostname, '.')))
bin/ls/util.c
184
(p = strchr(esc, (char)wc)) != NULL) {
bin/notty/notty.c
78
if (strchr(opts, '0') == NULL && ttyfd != 0)
bin/notty/notty.c
80
if (strchr(opts, '1') == NULL && ttyfd != 1)
bin/notty/notty.c
82
if (strchr(opts, '2') == NULL && ttyfd != 2)
bin/pax/file_subs.c
568
spt = strchr(spt, '/');
bin/pax/ftree.c
276
if ((pt = strchr(farray[0], '\n')) != NULL)
bin/pax/getoldopt.c
47
place = strchr(optstring, c);
bin/pax/options.c
1377
if ((endpt = strchr(frpt, ',')) != NULL)
bin/pax/options.c
1379
if ((pt = strchr(frpt, '=')) == NULL) {
bin/pax/pat_rep.c
107
if ((pt1 = strchr(str+1, *str)) == NULL) {
bin/pax/pat_rep.c
135
if ((pt2 = strchr(pt1, *str)) == NULL) {
bin/pax/sel_subs.c
530
if ((dot = strchr(str, '.')) != NULL) {
bin/pax/tty_subs.c
122
if ((pt = strchr(str, '\n')) != NULL)
bin/ps/keyword.c
285
hp = strchr(p, '=');
bin/sh/alias.c
215
if ((v = strchr(n+1, '=')) == NULL) /* n+1: funny ksh stuff */
bin/sh/eval.c
769
p = strchr(text, '=');
bin/sh/exec.c
119
if (strchr(argv[0], '/') != NULL) {
bin/sh/exec.c
366
if (strchr(name, '/') != NULL) {
bin/sh/exec.c
754
if (strchr(argv[i], '/') == NULL) {
bin/sh/expand.c
205
if (strchr(ifs, c) != NULL) {
bin/sh/expand.c
310
strchr(ifsset() ? ifsval() : " \t\n", c) != NULL) {
bin/sh/expand.c
336
strchr(ifsset() ? ifsval() : " \t\n", c) != NULL) {
bin/sh/expand.c
350
strchr(ifsset() ? ifsval() : " \t\n", c) != NULL) {
bin/sh/expand.c
506
if (strchr(ifs, lastc) != NULL) {
bin/sh/expand.c
683
p = strchr(p, '=') + 1;
bin/sh/histedit.c
270
((repl = strchr(*argptr, '=')) != NULL)) {
bin/sh/mail.c
96
msg = strchr(p, '%');
bin/sh/main.c
288
if( strchr(basename, '/'))
bin/sh/miscbltin.c
281
if (strchr(ifs, c))
bin/sh/miscbltin.c
282
is_ifs = strchr(" \t\n", c) ? 1 : 2;
bin/sh/parser.c
1690
if (strchr(types, c) == NULL && c != ':' &&
bin/sh/parser.c
1722
p = strchr(types, c);
bin/sh/parser.c
675
strchr(n->narg.text, '/') ||
bin/sh/parser.c
676
strchr("!%*+-=?@}~",
bin/sh/show.c
304
if (strchr(fmt, '\n'))
bin/sh/show.c
317
if (strchr(s, '\n'))
bin/sh/var.c
188
if (strchr(*envp, '=')) {
bin/sh/var.c
303
if ((eqp = strchr(ss, '=')) != NULL)
bin/sh/var.c
456
result = strchr(cmdenviron->args[i], '=') + 1;
bin/sh/var.c
634
s = strchr(vars[i], '=');
bin/sh/var.c
678
if ((p = strchr(name, '=')) != NULL) {
bin/sh/var.c
768
if (strchr(name, '='))
bin/stty/gfmt.c
75
if ((s = strchr(s, ':')) == NULL)
bin/stty/gfmt.c
81
if (!(ep = strchr(p, '=')))
bin/varsym/varsym.c
108
char *data = strchr(name, '=');
crypto/libressl/apps/nc/netcat.c
1507
if (isdigit((unsigned char)*p) && (n = strchr(p, '-')) != NULL) {
crypto/libressl/apps/nc/netcat.c
1706
if ((v = strchr(s, '=')) != NULL) {
crypto/libressl/apps/nc/netcat.c
507
proxyport = strchr(proxy, ']');
crypto/libressl/apps/nc/socks.c
328
if (strchr(host, ':') != NULL) {
crypto/libressl/apps/openssl/apps.c
1943
vtmp = strchr(stmp, ':');
crypto/libressl/apps/openssl/apps.c
2065
while ((q = strchr(p, '\n')) != NULL) {
crypto/libressl/apps/openssl/apps.c
507
tmp = strchr(tpass, '\n');
crypto/libressl/apps/openssl/ca.c
2930
p = strchr(tmp, ',');
crypto/libressl/apps/openssl/ca.c
2937
p = strchr(p, ',');
crypto/libressl/apps/openssl/certhash.c
237
if ((q = strchr(p, '\0')) == NULL)
crypto/libressl/apps/openssl/certhash.c
257
if ((p = strchr(l, '.')) == NULL)
crypto/libressl/apps/openssl/dgst.c
305
if (strchr(mname, ' '))
crypto/libressl/apps/openssl/errstr.c
135
if (strchr(ularg, '-') != NULL ||
crypto/libressl/apps/openssl/passwd.c
252
char *c = (strchr(passwd, '\n'));
crypto/libressl/apps/openssl/passwd.c
260
while ((r > 0) && (!strchr(trash, '\n')));
crypto/libressl/apps/openssl/req.c
1611
const char *p = strchr(gstr, ':');
crypto/libressl/apps/openssl/req.c
1849
if ((p = strchr(kv, '=')) == NULL)
crypto/libressl/apps/openssl/speed.c
2087
p = strchr(buf, '\n');
crypto/libressl/crypto/asn1/a_mbstr.c
444
if ((ch == ' ') || strchr("'()+,-./:=?", ch))
crypto/libressl/crypto/conf/conf_mod.c
578
p = strchr(lstart, sep);
crypto/libressl/crypto/engine/eng_cnf.c
75
p = strchr(name, '.');
crypto/libressl/crypto/err/err.c
928
char *colon = strchr(s, ':');
crypto/libressl/crypto/ocsp/ocsp_lib.c
209
if ((tmp = strchr(host, '/')) != NULL) {
crypto/libressl/crypto/ocsp/ocsp_lib.c
215
if ((tmp = strchr(host, ':')) != NULL ) {
crypto/libressl/crypto/ui/ui_lib.c
812
if (strchr(uis->_.boolean_data.ok_chars, *p)) {
crypto/libressl/crypto/ui/ui_lib.c
817
if (strchr(uis->_.boolean_data.cancel_chars, *p)) {
crypto/libressl/crypto/ui/ui_openssl.c
236
} while (strchr(buf, '\n') == NULL);
crypto/libressl/crypto/ui/ui_openssl.c
270
if ((p = strchr(result, '\n')) != NULL) {
crypto/libressl/crypto/x509/x509_alt.c
720
if (!(p = strchr(value, ';')))
crypto/libressl/crypto/x509/x509_info.c
272
ptmp = strchr(cnf->name, ';');
crypto/libressl/crypto/x509/x509_ncons.c
475
const char *baseat = strchr(baseptr, '@');
crypto/libressl/crypto/x509/x509_ncons.c
476
const char *emlat = strchr(emlptr, '@');
crypto/libressl/crypto/x509/x509_ncons.c
516
const char *p = strchr(hostptr, ':');
crypto/libressl/crypto/x509/x509_ncons.c
528
p = strchr(hostptr, ':');
crypto/libressl/crypto/x509/x509_ncons.c
531
p = strchr(hostptr, '/');
crypto/libressl/crypto/x509/x509_utl.c
1140
p = strchr(ipasc, '/');
crypto/libressl/crypto/x509/x509_utl.c
1183
if (strchr(ipasc, ':')) {
crypto/libressl/ssl/d1_srtp.c
203
col = strchr(ptr, ':');
crypto/libressl/tls/tls_config.c
544
} else if (strchr(curve, ',') != NULL || strchr(curve, ':') != NULL) {
crypto/libressl/tls/tls_util.c
100
if (strchr(p + 1, ':') != NULL)
crypto/libressl/tls/tls_util.c
90
if ((p = strchr(s, ']')) == NULL)
crypto/libressl/tls/tls_util.c
96
if ((p = strchr(p, ':')) == NULL)
crypto/libressl/tls/tls_verify.c
58
next_dot = strchr(&cert_domain[1], '.');
crypto/libressl/tls/tls_verify.c
66
domain = strchr(name, '.');
crypto/openssh/addr.c
469
if ((mp = strchr(addrbuf, '/')) != NULL) {
crypto/openssh/auth-options.c
269
if (allow_bare_port && strchr(opt, ':') == NULL) {
crypto/openssh/auth-options.c
412
if ((tmp = strchr(opt, '=')) == NULL) {
crypto/openssh/auth2-methods.c
108
if ((p = strchr(method, ':')) != NULL)
crypto/openssh/auth2-pubkeyfile.c
243
if ((ep = strchr(cp, '#')) != NULL)
crypto/openssh/auth2.c
287
if ((style = strchr(user, ':')) != NULL)
crypto/openssh/auth2.c
797
if (strchr(authctxt->auth_method_info, '\n') != NULL)
crypto/openssh/channels.c
5217
cp = strchr(buf, ':');
crypto/openssh/channels.c
5294
cp = strchr(disp, ':');
crypto/openssh/channels.c
5296
cp = strchr(cp, '.');
crypto/openssh/clientloop.c
2074
if (strchr(hosts, '*') != NULL || strchr(hosts, '?') != NULL)
crypto/openssh/clientloop.c
2077
if ((cp = strchr(hosts, ',')) == NULL)
crypto/openssh/clientloop.c
2080
if (strchr(cp + 1, ',') != NULL)
crypto/openssh/clientloop.c
2120
if (ctx->ip_str != NULL && strchr(l->hosts, ',') != NULL) {
crypto/openssh/clientloop.c
2727
if ((val = strchr(name, '=')) == NULL) {
crypto/openssh/clientloop.c
2752
if ((val = strchr(name, '=')) == NULL) {
crypto/openssh/clientloop.c
278
strchr(SSH_X11_VALID_DISPLAY_CHARS, display[i]) == NULL) {
crypto/openssh/hostfile.c
191
if ((sp = strchr(cp, ' ')) == NULL &&
crypto/openssh/hostfile.c
192
(sp = strchr(cp, '\t')) == NULL)
crypto/openssh/kex.c
907
if ((p = strchr(my[*idx], ',')) != NULL)
crypto/openssh/kex.c
909
if ((p = strchr(peer[*idx], ',')) != NULL)
crypto/openssh/match.c
244
if ((p = strchr(pattern, '@')) != NULL &&
crypto/openssh/match.c
253
if ((p = strchr(pattern, '@')) == NULL)
crypto/openssh/match.c
257
p = strchr(pat, '@');
crypto/openssh/misc.c
1037
if ((cp = strchr(tmp, '@')) != NULL) {
crypto/openssh/misc.c
1042
if ((delim = strchr(tmp, ';')) != NULL) {
crypto/openssh/misc.c
1065
if ((cp = strchr(tmp, '/')) != NULL)
crypto/openssh/misc.c
1203
if ((path = strchr(copy, '/')) != NULL) {
crypto/openssh/misc.c
1306
if ((varend = strchr(string, '}')) == NULL) {
crypto/openssh/misc.c
1351
if (strchr(keys[i].key, *string) != NULL) {
crypto/openssh/misc.c
2323
if (strchr(name, '=') != NULL) {
crypto/openssh/misc.c
2539
if ((cp = strchr(sdup, '=')) == NULL || cp == sdup) {
crypto/openssh/misc.c
2922
if ((cp = strchr(name, '=')) == NULL) {
crypto/openssh/misc.c
539
if ((ep = strchr(sp, ':')) == NULL) {
crypto/openssh/misc.c
735
if ((s = strchr(s, ']')) == NULL)
crypto/openssh/mux.c
249
if ((cp = strchr(env, '=')) == NULL || cp == env)
crypto/openssh/readconf.c
1077
if (strchr(WHITESPACE "\f", line[len]) == NULL)
crypto/openssh/readconf.c
1847
if (*arg == '\0' || strchr(arg, '=') != NULL) {
crypto/openssh/readconf.c
1873
if (strchr(arg, '=') == NULL) {
crypto/openssh/readconf.c
2154
if ((arg2 = strchr(arg, ':')) == NULL ||
crypto/openssh/readconf.c
3260
if ((cp = strchr(orig, '#')) != NULL)
crypto/openssh/readconf.c
3703
i = strchr(o->jump_host, ':') != NULL ||
crypto/openssh/scp.c
1410
if (strchr(name, '\n') != NULL) {
crypto/openssh/scp.c
1807
if (*cp == '\0' || strchr(cp, '/') != NULL ||
crypto/openssh/servconf.c
1280
if (strchr(WHITESPACE "\f", line[len]) == NULL)
crypto/openssh/servconf.c
1383
if (strchr(arg, '[') == NULL && (p = strchr(arg, ':')) != NULL
crypto/openssh/servconf.c
1384
&& strchr(p+1, ':') != NULL) {
crypto/openssh/servconf.c
2167
if (*arg == '\0' || strchr(arg, '=') != NULL)
crypto/openssh/servconf.c
2186
if (*arg == '\0' || strchr(arg, '=') == NULL)
crypto/openssh/servconf.c
2371
strchr(arg, ':') == NULL) {
crypto/openssh/servconf.c
2476
if (strchr(str + len, '\r') != NULL) {
crypto/openssh/servconf.c
2480
if ((arg = strchr(line, '#')) != NULL) {
crypto/openssh/session.c
1094
cp = strchr(ocp, '=');
crypto/openssh/session.c
1144
if ((value = strchr(cp, '=')) == NULL) {
crypto/openssh/session.c
1313
if ((cp = strchr(cp, '/')) == NULL)
crypto/openssh/session.c
855
value = strchr(cp, '=');
crypto/openssh/sftp-realpath.c
114
p = strchr(left, '/');
crypto/openssh/sftp-server.c
2004
if ((cp = strchr(client_addr, ' ')) == NULL) {
crypto/openssh/sftp.c
2652
if (sftp_server == NULL || strchr(sftp_server, '/') == NULL)
crypto/openssh/sftp.c
613
if (strchr("[]?*\\", s[i]) != NULL)
crypto/openssh/ssh-add.c
701
if ((host = strchr(os, '@')) == NULL)
crypto/openssh/ssh-add.c
766
if ((cp = strchr(os, '>')) == NULL) {
crypto/openssh/ssh-ecdsa-sk.c
187
if (strchr(origin, '\"') != NULL ||
crypto/openssh/ssh-keygen.c
1967
if (*timespec == '+' && strchr(timespec, ':') == NULL) {
crypto/openssh/ssh-keygen.c
1985
to = strchr(from, ':');
crypto/openssh/ssh-keygen.c
2067
val = xstrdup(strchr(opt, ':') + 1);
crypto/openssh/ssh-keygen.c
2068
if ((cp = strchr(val, '=')) != NULL)
crypto/openssh/ssh-keygen.c
3151
if (strchr(cp, '/') != NULL || strstr(cp, "..") != NULL ||
crypto/openssh/ssh-keygen.c
3152
strchr(cp, '\\') != NULL) {
crypto/openssh/ssh-keyscan.c
825
if ((cp = strchr(line, '#')) == NULL)
crypto/openssh/ssh.c
1316
if (strchr(argv0, '/') != NULL && access(argv0, X_OK) != 0)
crypto/openssh/ssh.c
299
return (strchr(name, '%') != NULL || strchr(name, ':') != NULL ||
crypto/openssh/ssh.c
637
if (strchr("'`\"$\\;&<>|(){}", s[i]) != NULL ||
crypto/openssh/ssh.c
652
if (strchr("'`\";&<>|(){}", s[i]) != NULL)
crypto/openssh/sshconnect2.c
114
if ((cp = strchr(ret, ',')) != NULL)
games/adventure/save.c
82
s = strchr(coding, letter);
games/boggle/boggle/word.c
182
if (strchr(buf, '\n') == NULL) {
games/boggle/mkdict/mkdict.c
75
if ((p = strchr(buf[current], '\n')) == NULL) {
games/bs/bs.c
409
(!strchr(docked, c));
games/bs/bs.c
427
(!strchr("hjklrR", c) || c == FF);
games/bs/bs.c
454
else if (strchr("hjkl8462", c))
games/gomoku/bdisp.c
261
ch != '\0' && strchr(allowed, ch) == NULL) {
games/hack/hack.c
456
while (!strchr("ynaq ", (c = readchar())))
games/hack/hack.c
680
!mtmp->mpeaceful && !strchr("Ea", mtmp->data->mlet) &&
games/hack/hack.cmd.c
289
if (!(dp = strchr(sdir, sym)))
games/hack/hack.cmd.c
306
if (!strchr(quitchars, dirsym))
games/hack/hack.do_name.c
247
pline("Call %s %s: ", strchr(vowels, *str) ? "an" : "a", str);
games/hack/hack.do_wear.c
119
if (strchr(quitchars, (answer = readchar())))
games/hack/hack.do_wear.c
282
if (strchr(quitchars, (answer = readchar())))
games/hack/hack.dog.c
245
if (!strchr("0_", obj->olet)) {
games/hack/hack.dog.c
500
mtmp->isshk || mtmp->isgd || strchr(" &@12", mtmp->data->mlet))
games/hack/hack.eat.c
453
return (strchr(POISONOUS, CORPSE_I_TO_C(otmp->otyp)) != 0);
games/hack/hack.eat.c
468
} else if (strchr(POISONOUS, let) && rn2(5)) {
games/hack/hack.eat.c
476
} else if (strchr("ELNOPQRUuxz", let) && rn2(5)) {
games/hack/hack.end.c
188
else if (!strchr("bcd", *st1))
games/hack/hack.end.c
194
if (strchr("bcds", *st1)) {
games/hack/hack.end.c
577
strchr(vowels, *t1->death) ? "an " : "a ",
games/hack/hack.end.c
708
} else if (!argv[1][3] && strchr("CFKSTWX", argv[1][2])) {
games/hack/hack.end.c
815
if (!strchr(totchars, "CFKSTWX"[i])) {
games/hack/hack.fight.c
161
if (strchr(mlarge, mdef->data->mlet))
games/hack/hack.fight.c
229
if (strchr(mlarge, mon->data->mlet)) {
games/hack/hack.fight.c
278
if (strchr(UNDEAD, mon->data->mlet))
games/hack/hack.fight.c
395
strchr("XDne", mdat->mlet))
games/hack/hack.fight.c
81
if (strchr("Eauy", pa->mlet))
games/hack/hack.invent.c
411
if (!*let || strchr(let, otmp->olet)) {
games/hack/hack.invent.c
477
if (strchr(quitchars, ilet))
games/hack/hack.invent.c
524
if (!allowall && let && !strchr(let, otmp->olet)) {
games/hack/hack.invent.c
572
if (!strchr(ilets, otmp->olet)) {
games/hack/hack.invent.c
610
else if (strchr("!%?[()=*/\"0", sym)) {
games/hack/hack.invent.c
611
if (!strchr(olets, sym)) {
games/hack/hack.invent.c
648
if (olets && *olets && !strchr(olets, otmp->olet))
games/hack/hack.invent.c
741
if (!lets || !*lets || strchr(lets, ilet)) {
games/hack/hack.invent.c
774
if (!strchr(stuff, otmp->olet)) {
games/hack/hack.invent.c
792
if (strchr(quitchars, c))
games/hack/hack.invent.c
910
(strchr("%*?!", obj->olet) ||
games/hack/hack.lev.c
245
if (strchr(genocided, mtmp->data->mlet)) {
games/hack/hack.lev.c
254
(strchr(MREGEN, mtmp->data->mlet) ? tmoves : tmoves / 20);
games/hack/hack.main.c
293
if (!strchr(sfoo, pm->mlet))
games/hack/hack.makemon.c
106
if (strchr(fut_geno, ptr->mlet))
games/hack/hack.makemon.c
155
|| (in_mklev && strchr("&w;", ptr->mlet) && rn2(5))
games/hack/hack.makemon.c
89
if (strchr(fut_geno, ptr->mlet))
games/hack/hack.makemon.c
93
if (strchr(fut_geno, 'm'))
games/hack/hack.makemon.c
95
if (strchr(fut_geno, '@'))
games/hack/hack.mhitu.c
121
if (!strchr("1&DuxynNF", mdat->mlet))
games/hack/hack.mhitu.c
125
if (strchr(UNDEAD, mdat->mlet) && midnight())
games/hack/hack.mklev.c
781
if (strchr(fut_geno, 'M'))
games/hack/hack.mkobj.c
120
otmp->dknown = strchr("/=!?*", let) ? 0 : 1;
games/hack/hack.mon.c
240
if ((!(moves % 20) || strchr(MREGEN, mdat->mlet)) &&
games/hack/hack.mon.c
253
(!strchr("NL", mdat->mlet) || !rn2(50)) &&
games/hack/hack.mon.c
254
(Aggravate_monster || strchr("d1", mdat->mlet)
games/hack/hack.mon.c
268
if (mtmp->mflee && strchr("tNL", mdat->mlet) && !rn2(40)) {
games/hack/hack.mon.c
291
(strchr("BIuy", mdat->mlet) && !rn2(4)) ||
games/hack/hack.mon.c
300
if (!strchr("Ea", mdat->mlet) && nearby &&
games/hack/hack.mon.c
373
if (strchr("D1", msym))
games/hack/hack.mon.c
393
(strchr("BIy", msym) && !rn2(3)))
games/hack/hack.mon.c
420
likegold = (strchr("LOD", msym) != NULL);
games/hack/hack.mon.c
421
likegems = (strchr("ODu", msym) != NULL);
games/hack/hack.mon.c
461
strchr(UNDEAD, msym) ? NOGARLIC : ALLOW_TRAPS);
games/hack/hack.mon.c
812
!strchr(fut_geno, mdat->mlet))
games/hack/hack.mon.c
829
if (strchr("AcsSDXaeRTVWU&In:P", mdat->mlet))
games/hack/hack.mon.c
831
if (strchr("DeV&P", mdat->mlet))
games/hack/hack.mon.c
895
if (!letter(tmp) || (!strchr("mw", tmp) && !rn2(3)))
games/hack/hack.mon.c
901
if (strchr("NTVm&", mdat->mlet) || rn2(5)) {
games/hack/hack.objnam.c
318
} else if (*p == 'y' && !strchr(vowels, p[-1])) {
games/hack/hack.objnam.c
384
if (!strcmp(prefix, "a ") && strchr(vowels, *bp))
games/hack/hack.objnam.c
394
if (strchr(vowels, *str))
games/hack/hack.objnam.c
644
if (cnt > 0 && strchr("%?!*)", let) &&
games/hack/hack.options.c
162
op = strchr(opts, ':');
games/hack/hack.options.c
170
op = strchr(opts, ':');
games/hack/hack.options.c
95
if ((op = strchr(opts, ',')) != NULL) {
games/hack/hack.options.c
99
if ((op = strchr(opts, ' ')) != NULL) {
games/hack/hack.pager.c
151
ep = strchr(bufr, '\n');
games/hack/hack.pager.c
356
while (((c = readchar()) != 'l') && (c != 's') && !strchr(quitchars, c))
games/hack/hack.pager.c
358
if (!strchr(quitchars, c))
games/hack/hack.pager.c
98
ep = strchr(buf, '\n');
games/hack/hack.read.c
263
if (!strchr(fut_geno, *buf))
games/hack/hack.read.c
265
if (!strchr(genocided, *buf))
games/hack/hack.read.c
485
if (strchr("FY", mtmp->data->mlet))
games/hack/hack.read.c
633
if (strchr("12 &:", ch))
games/hack/hack.rip.c
99
strchr(vowels, *killer) ? " an" : " a");
games/hack/hack.rumors.c
110
if ((ep = strchr(line, '\n')) != 0)
games/hack/hack.rumors.c
98
if (strchr(line, '\n'))
games/hack/hack.shk.c
1137
return (mtmp->mtame || strchr("1TVWZi&, ", mtmp->data->mlet)
games/hack/hack.shk.c
746
|| strchr("_0", obj->olet)) {
games/hack/hack.topl.c
216
if (!strchr(line, '%'))
games/hack/hack.topl.c
98
if (strchr(toplines, '\n'))
games/hack/hack.trap.c
228
if (strchr(mlarge, mtmp->data->mlet)) {
games/hack/hack.trap.c
239
if (!strchr("EywBfk'& ", mtmp->data->mlet)) { /* ab */
games/hack/hack.tty.c
296
if (s && strchr(s, c)) {
games/hack/hack.u_init.c
181
while (!strchr("ynYN \n\004", (exper = readchar())))
games/hack/hack.u_init.c
186
if (strchr("Nn \n", exper)) {
games/hack/hack.u_init.c
390
ep = strchr(ep, ',');
games/hack/hack.u_init.c
434
if ((cp = strchr(rolesyms, pc)) != NULL)
games/hack/hack.unix.c
186
if (strchr(name, '/') != NULL || (path = getenv("PATH")) == NULL)
games/hack/hack.unix.c
190
if ((np = strchr(path, ':')) == NULL)
games/hack/hack.unix.c
526
while ((lp = strchr(s, '.')) || (lp = strchr(s, '/')))
games/hack/hack.zap.c
107
if (strchr(UNDEAD, mtmp->data->mlet)) {
games/hack/hack.zap.c
655
if (strchr("Dg", mon->data->mlet))
games/hack/hack.zap.c
658
if (strchr("YF", mon->data->mlet))
games/hack/hack.zap.c
665
if (strchr("YFgf", mon->data->mlet))
games/hack/hack.zap.c
672
if (strchr(UNDEAD, mon->data->mlet))
games/hangman/getsym.c
73
if (strchr(sym, '.') != NULL || strchr(sym, '$') != NULL)
games/hangman/playgame.c
51
while (Errors < MAXERRS && strchr(Known, '-') != NULL) {
games/hunt/hunt/hunt.c
560
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
572
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
581
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
590
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
601
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/hunt.c
620
if ((s = strchr(envp, ',')) == NULL) {
games/hunt/hunt/otto.c
164
if (strchr(OPPONENT, flbr[i].what) != NULL) {
games/hunt/hunt/otto.c
171
if (strchr(SHOTS, bitem.what) != NULL && !(bitem.what & ON_SIDE)) {
games/hunt/hunt/otto.c
446
if (strchr(PUSHOVER, SCREEN(row, col - 1)) != NULL)
games/hunt/hunt/otto.c
448
else if (strchr(PUSHOVER, SCREEN(row, col + 1)) != NULL)
games/hunt/hunt/otto.c
451
&& strchr(PUSHOVER, SCREEN(row + 1, col)) != NULL)
games/hunt/hunt/otto.c
454
&& strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL)
games/hunt/hunt/otto.c
464
if (strchr(PUSHOVER, SCREEN(row - 1, col)) != NULL)
games/hunt/hunt/otto.c
466
else if (strchr(PUSHOVER, SCREEN(row + 1, col)) != NULL)
games/hunt/hunt/otto.c
469
&& strchr(PUSHOVER, SCREEN(row, col + 1)) != NULL)
games/hunt/hunt/otto.c
472
&& strchr(PUSHOVER, SCREEN(row, col - 1)) != NULL)
games/monop/execute.c
247
sp = strchr(buf, '\n');
games/monop/execute.c
336
sp = strchr(buf, '\n');
games/monop/execute.c
381
sp = strchr(readbuf, '\n');
games/monop/execute.c
485
s = strchr(attribute, ' ');
games/monop/execute.c
737
s = strchr(txt, ' ');
games/monop/getinp.c
79
if ((sp = strchr(buf, '\n')) != NULL)
games/monop/misc.c
103
sp = strchr(buf, '\n');
games/morse/morse.c
513
if (strchr("> \r\n", *(p + 1)) != NULL)
games/morse/morse.c
534
if (strchr("> \r\n", tch) != NULL)
games/number/number.c
97
if (strchr(line, '\n') == NULL)
games/phantasia/io.c
301
if (def || strchr(choices, ch) != NULL)
games/sail/main.c
91
s = strchr(myname, ',');
games/sail/main.c
96
s = strchr(myname, ' ');
include/string.h
87
char *strchr(const char *, int) __pure;
lib/i18n_module/ISO2022/citrus_iso2022.c
1058
if (target == 0 && cs.type == CS94MULTI && strchr("@AB", cs.final) &&
lib/i18n_module/ISO2022/citrus_iso2022.c
230
if (!strchr("0123", token[0]) || token[1] != '=')
lib/i18n_module/ISO2022/citrus_iso2022.c
287
!strchr("0123", token[4]) ||
lib/i18n_module/ISO2022/citrus_iso2022.c
543
if (*s && strchr("@AB", *s))
lib/i18n_module/ISO2022/citrus_iso2022.c
552
if (*s && strchr("()*+", *s))
lib/i18n_module/ISO2022/citrus_iso2022.c
557
if (*s && strchr(",-./", *s))
lib/i18n_module/ISO2022/citrus_iso2022.c
600
if (1 <= n && string[0] && strchr("\217\216", string[0])) {
lib/i18n_module/ISO2022/citrus_iso2022.c
658
string[1] && strchr("no", string[1])) {
lib/i18n_module/ISO2022/citrus_iso2022.c
668
string[1] && strchr("~}|", string[1])) {
lib/i18n_module/ISO2022/citrus_iso2022.c
677
strchr("NO", string[1])) {
lib/libbluetooth/bluetooth.c
295
for (i = 5, end = strchr(str, ':');
lib/libbluetooth/bluetooth.c
297
i --, str = end + 1, end = strchr(str, ':')) {
lib/libc/citrus/citrus_esdb.c
330
if ((p = strchr(buf1, '/')) != NULL)
lib/libc/citrus/citrus_iconv.c
309
if (strchr(realsrc, '/') != NULL || strchr(realdst, '/'))
lib/libc/citrus/citrus_prop.c
91
p = strchr(xdigit, _bcs_toupper(ch)); \
lib/libc/db/test/dbtest.c
159
if (ofd == STDOUT_FILENO && (t = strchr(p, '\n')) != NULL)
lib/libc/gen/exec.c
159
if (strchr(name, '/')) {
lib/libc/gen/fmtcheck.c
141
if (strchr("diouxX", *f)) {
lib/libc/gen/fmtcheck.c
183
if (strchr("DOU", *f)) {
lib/libc/gen/fmtcheck.c
189
if (strchr("aAeEfFgG", *f)) {
lib/libc/gen/fmtcheck.c
276
f = strchr(f, '%');
lib/libc/gen/fmtcheck.c
289
while (*f && (strchr("#'0- +", *f)))
lib/libc/gen/fnmatch.c
135
strchr(string, '/') == NULL ?
lib/libc/gen/fnmatch.c
140
if ((string = strchr(string, '/')) == NULL)
lib/libc/gen/getdevpath.c
123
ptr1 = strchr(prefix, ':');
lib/libc/gen/popen.c
76
cloexec = (strchr(type, 'e') != NULL);
lib/libc/gen/popen.c
82
if (strchr(type, '+')) {
lib/libc/gen/posixshm.c
135
while ((eptr = strchr(eptr + 1, '/')) != NULL) {
lib/libc/gen/syslog.c
301
p = strchr(tbuf, '>') + 1;
lib/libc/iconv/iconv.c
222
slashpos = strchr(list[i], '/');
lib/libc/iconv/iconv.c
232
slashpos = strchr(list[i], '/');
lib/libc/iconv/iconv.c
282
dst = strchr(convname, '/');
lib/libc/inet/inet_cidr_pton.c
167
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
lib/libc/inet/inet_cidr_pton.c
168
pch = strchr((xdigits = xdigits_u), ch);
lib/libc/inet/inet_cidr_pton.c
255
cp = strchr(digits, ch);
lib/libc/inet/inet_cidr_pton.c
86
n = strchr(digits, ch) - digits;
lib/libc/inet/inet_net_pton.c
124
n = strchr(digits, ch) - digits;
lib/libc/inet/inet_net_pton.c
193
pch = strchr(digits, ch);
lib/libc/inet/inet_net_pton.c
224
pch = strchr(digits, ch);
lib/libc/inet/inet_net_pton.c
284
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
lib/libc/inet/inet_net_pton.c
285
pch = strchr((xdigits = xdigits_u), ch);
lib/libc/inet/inet_net_pton.c
72
n = strchr(xdigits, ch) - xdigits;
lib/libc/inet/inet_net_pton.c
95
n = strchr(digits, ch) - digits;
lib/libc/inet/inet_pton.c
151
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
lib/libc/inet/inet_pton.c
152
pch = strchr((xdigits = xdigits_u), ch);
lib/libc/inet/inet_pton.c
88
if ((pch = strchr(digits, ch)) != NULL) {
lib/libc/locale/setlocale.c
149
if ((r = strchr(locale, '/')) != NULL) {
lib/libc/locale/setlocale.c
177
} else if ('L' == locale[0] && strchr(locale, ';')) {
lib/libc/locale/setlocale.c
243
strchr(new, '/') != NULL) {
lib/libc/locale/setlocale.c
298
while ((cp = strchr (np, '=')) != NULL) {
lib/libc/locale/setlocale.c
301
cp = strchr(cp, ';');
lib/libc/locale/setlocale.c
311
cp = strchr(cp, ';');
lib/libc/locale/xlocale.c
264
} else if (strchr(locale, '/') != NULL) {
lib/libc/locale/xlocale.c
271
} else if ('L' == locale[0] && strchr(locale, ';') != NULL) {
lib/libc/locale/xlocale.c
280
cp = strchr(np, '/');
lib/libc/nameser/ns_name.c
214
if ((cp = strchr(src, ']')) == NULL) {
lib/libc/nameser/ns_name.c
234
else if ((cp = strchr(digits, c)) != NULL) {
lib/libc/nameser/ns_name.c
237
(cp = strchr(digits, c)) == NULL) {
lib/libc/nameser/ns_name.c
243
(cp = strchr(digits, c)) == NULL) {
lib/libc/nameser/ns_print.c
800
if (strchr("\n\"\\", *rdata) != NULL)
lib/libc/net/base64.c
205
pos = strchr(Base64, ch);
lib/libc/net/getaddrinfo.c
1188
cp = strchr(hostname, SCOPE_DELIMITER);
lib/libc/net/getaddrinfo.c
2229
cp = strchr(p, '\n');
lib/libc/net/gethostnamadr.c
559
if (!strchr(name, '.') &&
lib/libc/net/getnameinfo.c
258
p = strchr(hp->h_name, '.');
lib/libc/net/hesiod.c
166
p = strchr(bindname, '@');
lib/libc/net/hesiod.c
169
if (strchr(p, '.'))
lib/libc/net/rcmd.c
584
if (strchr(p, '\n') == NULL) {
lib/libc/nls/msgcat.c
132
if (strchr(name, '/') != NULL)
lib/libc/nls/msgcat.c
144
strchr(lang, '/') != NULL)
lib/libc/nls/msgcat.c
169
if (strchr(name, '/') != NULL)
lib/libc/nls/msgcat.c
175
if ((cptr = strchr(cptr1, '@')) != NULL)
lib/libc/nls/msgcat.c
178
if ((cptr = strchr(cptr1, '_')) != NULL) {
lib/libc/nls/msgcat.c
182
if ((cptr = strchr(cptr1, '.')) != NULL) {
lib/libc/resolv/res_init.c
115
#define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
lib/libc/resolv/res_init.c
257
cp = strchr(buf, '.');
lib/libc/resolv/res_init.c
340
if ((cp = strchr(statp->defdname, '\n')) != NULL)
lib/libc/resolv/res_init.c
466
(cp = strchr(buf, '.')) != NULL)
lib/libc/resolv/res_init.c
483
cp = strchr(cp, '.') + 1; /*%< we know there is one */
lib/libc/resolv/res_mkupdate.c
813
(strchr(digits, c) - digits);
lib/libc/rpc/getnetconfig.c
665
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetconfig.c
667
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetconfig.c
669
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetconfig.c
678
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetpath.c
238
if ((cp = strchr(npp, token)) == NULL) {
lib/libc/rpc/getnetpath.c
260
while ((np = strchr(ep, '\\')) != NULL) {
lib/libc/rpc/getpublickey.c
72
p = strchr(lookup, ':');
lib/libc/rpc/netnamer.c
110
val1 = strchr(netname, '.');
lib/libc/rpc/netnamer.c
116
val2 = strchr(val1, '@');
lib/libc/rpc/netnamer.c
206
val = strchr(netname, '.');
lib/libc/rpc/netnamer.c
212
val2 = strchr(val, '@');
lib/libc/stdio/fparseln.c
156
strchr(buf, esc) != NULL) {
lib/libc/stdio/mktemp.c
131
if (trv < path || NULL != strchr(suffp, '/')) {
lib/libc/stdio/mktemp.c
187
pad = strchr(padchar, *trv);
lib/libc/stdlib/getenv.c
354
envVars[envNdx].value = strchr(envVars[envNdx].name, '=');
lib/libc/stdlib/getenv.c
557
if ((equals = strchr(*env, '=')) == NULL) {
lib/libc/stdlib/getenv.c
611
if (string == NULL || (equals = strchr(string, '=')) == NULL ||
lib/libc/stdlib/getopt.c
91
if (strchr(ostr, '-') == NULL)
lib/libc/stdlib/getopt.c
99
if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
lib/libc/stdlib/getopt_long.c
227
if ((has_equal = strchr(current_argv, '=')) != NULL) {
lib/libc/stdlib/getopt_long.c
423
(place[1] == '\0' && strchr(options, '-') == NULL)) {
lib/libc/stdlib/getopt_long.c
495
} else if (*place != ':' && strchr(options, *place) != NULL)
lib/libc/stdlib/getopt_long.c
508
(oli = strchr(options, optchar)) == NULL) {
lib/libc/stdlib/realpath.c
125
p = strchr(left, '/');
lib/libc/stdtime/localtime.c
294
if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
lib/libc/stdtime/localtime.c
341
name[0] == '/' || strchr(name, '.'))
lib/libc/stdtime/localtime.c
379
if (strchr(name, '.') != NULL)
lib/libc/string/index.c
40
strchr
lib/libc/string/strchr.c
51
__weak_reference(strchr, index);
lib/libc/uuid/uuid_name_lookup.c
209
name = strchr(name, '"');
lib/libc/uuid/uuid_name_lookup.c
213
if (strchr(name, '"') == NULL)
lib/libc/uuid/uuid_name_lookup.c
215
*strchr(name, '"') = 0;
lib/libc/yp/yplib.c
313
if (strchr(dom, '/') != NULL)
lib/libcompat/4.3/rexec.c
157
if ((mydomain = strchr(myname, '.')) == NULL)
lib/libcompat/4.3/rexec.c
177
if ((tmp = strchr(host, '.')) != NULL &&
lib/libefivar/efivar-dp-xlate.c
565
relpath = strchr(path, ':');
lib/libefivar/efivar-dp-xlate.c
661
else if (strchr(modpath, ':')) /* Handle dev:/bar/baz */
lib/libfetch/common.c
323
if ((sep = strchr(hb, ']')) == NULL) {
lib/libfetch/common.h
175
#define CHECK_FLAG(x) (flags && strchr(flags, (x)))
lib/libfetch/fetch.c
383
strchr(URL, '/') == NULL && strchr(URL, ':') == NULL))
lib/libfetch/file.c
143
p = strchr(fn, 0);
lib/libfetch/ftp.c
1074
if (flags != NULL && strchr(flags, 'd') != NULL)
lib/libfetch/http.c
1065
if ((ve = strchr(v, ':')) == NULL)
lib/libfetch/http.c
1075
if ((ve = strchr(v, ':')) == NULL)
lib/libfetch/http.c
1085
if ((ve = strchr(v, ':')) == NULL)
lib/libfetch/http.c
1464
if (flags != NULL && strchr(flags, 'd') != NULL)
lib/libipfw3/basic/ipfw3_basic.c
306
str = strchr(tok,':');
lib/libipfw3/basic/ipfw3_basic.c
434
c = strchr(**av, '/');
lib/libipfw3/basic/ipfw3_basic.c
436
c = strchr(**av, ':');
lib/libipfw3/basic/ipfw3_basic.c
496
c = strchr(**av, '/');
lib/libipfw3/basic/ipfw3_basic.c
498
c = strchr(**av, ':');
lib/libkiconv/xlat16_iconv.c
300
p = strchr(setlocale(category, NULL), '.');
lib/libnetgraph/debug.c
212
if (strchr(path, ':') == NULL)
lib/libnetgraph7/debug.c
240
if (strchr(path, ':') == NULL)
lib/libpam/libpam/pam_debug_log.c
53
period = strchr(modname, '.');
lib/libpam/libpam/pam_debug_log.c
55
period = strchr(modname, '\0');
lib/libpam/modules/pam_guest/pam_guest.c
59
if ((next = strchr(list, ',')) == NULL)
lib/libpam/modules/pam_guest/pam_guest.c
60
next = strchr(list, '\0');
lib/libpam/modules/pam_login_access/login_access.c
216
if (strchr(string, '.') == 0)
lib/librpcsvc/secretkey.c
66
p = strchr(lookup, ':');
lib/libtelnet/krb4encpwd.c
156
cp = strchr(hostname, '.');
lib/libtelnet/krb4encpwd.c
204
if ((cp = strchr(lhostname, '.')) != NULL) *cp = '\0';
lib/libtelnet/krb4encpwd.c
298
if ((cp = strchr(instance, '.')) != NULL) *cp = '\0';
lib/libtelnet/read_password.c
103
if ((ptr = strchr(s, '\n')))
lib/libtelnet/read_password.c
112
if ((ptr = strchr(key_string, '\n')))
lib/libtelnet/rsaencpwd.c
150
if ((cp = strchr(lhostname, '.')) != NULL) *cp = '\0';
lib/libu4bhid/usage.c
224
sep = strchr(name, ':');
lib/libutil/getmntopts.c
70
p = strchr(opt, '=');
lib/libutil/gr_util.c
573
if ((loc = strchr(line, ':')) == NULL)
lib/libutil/gr_util.c
580
if ((loc = strchr(loc + 1, ':')) == NULL)
lib/libutil/gr_util.c
588
if ((loc = strchr(loc + 1, ':')) == NULL)
lib/libutil/login_class.c
228
char *p = strchr(*set_env, '=');
lib/libutil/sockaddr_snprintf.c
157
if ((w = strchr(addr, ':')) != NULL) {
lib/libutil/trimdomain.c
64
(s = strchr(domain, '.')) != NULL)
libexec/bootpd/dovend.c
24
# define index strchr
libexec/comsat/comsat.c
123
if (!(cp = strchr(name, '@')))
libexec/comsat/comsat.c
127
if (!(cp = strchr(cp + 1, ':')))
libexec/comsat/comsat.c
159
if (strchr(s, '/')) {
libexec/dma/base64.c
122
for (p = str; *p && (*p == '=' || strchr(base64_chars, *p)); p += 4) {
libexec/dma/conf.c
174
if (strchr(line, '#'))
libexec/dma/conf.c
175
*strchr(line, '#') = 0;
libexec/dma/conf.c
59
if ((p = strchr(line, '\n')))
libexec/dma/dma-mbox-create.c
121
if (strchr(user, '/')) {
libexec/dma/dma.c
116
if (!strchr(addr, '@')) {
libexec/dma/dma.c
130
if (strchr(sender, '\n') != NULL) {
libexec/dma/net.c
238
while (neterr[0] != 0 && strchr("\r\n", neterr[strlen(neterr) - 1]) != 0)
libexec/dma/spool.c
178
s = strchr(line, ':');
libexec/dma/util.c
129
for (s = name; *s != 0 && (isalnum(*s) || strchr("_.-", *s)); ++s)
libexec/dma/util.c
86
for (s = name; *s != 0 && (isalnum(*s) || strchr("_.-", *s)); ++s)
libexec/fingerd/fingerd.c
143
if (secure && strchr(*ap, '@')) {
libexec/ftpd/ftpcmd.y
1321
if ((cp = strchr(cbuf, '\r'))) {
libexec/ftpd/ftpcmd.y
1715
if ((path = strchr(p, '/')) != NULL)
libexec/ftpd/ftpcmd.y
249
q = strchr(p, delim);
libexec/ftpd/ftpd.c
1551
if ((cp = strchr(line, '\n')) != NULL)
libexec/ftpd/ftpd.c
2535
if ((cp = strchr(cbuf,'\n')))
libexec/ftpd/ftpd.c
585
if ((cp = strchr(line, '\n')) != NULL)
libexec/ftpd/ftpd.c
601
if ((cp = strchr(line, '\n')) != NULL)
libexec/getty/chat.c
116
const char * s = strchr(xdigits, tolower(*q));
libexec/getty/subr.c
561
while ((q = strchr(q, ','))) {
libexec/mknetid/mknetid.c
188
if ((ptr = strchr(readbuf, ':')) == NULL) {
libexec/mknetid/mknetid.c
194
if ((ptr = strchr(ptr, ':')) == NULL) {
libexec/mknetid/mknetid.c
201
if ((ptr = strchr(ptr, ':')) == NULL) {
libexec/mknetid/mknetid.c
208
if ((ptr = strchr(ptr, ':')) == NULL) {
libexec/pppoed/pppoed.c
588
else if ((dot = strchr(hostname, '.')))
libexec/rbootd/parseconf.c
126
if ((cp = strchr(line,'#')) != NULL) /* trash comments */
libexec/rtld-elf/libmap.c
452
else if (strchr(n,'/') == NULL)
libexec/rtld-elf/rtld.c
1555
if (strchr(xname, '/') != NULL) { /* Hard coded pathname */
libexec/telnetd/utility.c
440
slash = strchr(line+1, '/');
libexec/ypxfr/yp_dbwrite.c
62
if (map[0] == '.' || strchr(map, '/')) {
sbin/camcontrol/modeedit.c
657
if ((value = strchr(buffer, '#')) != NULL)
sbin/cryptdisks/cryptdisks.c
197
parameter = strchr(option, '=');
sbin/devattr/devattr.c
126
colon = strchr(optarg, ':');
sbin/devd/devd.cc
668
var_at = strchr(src, '$');
sbin/devd/devd.cc
791
sp = strchr(sp, ' ');
sbin/devd/devd.cc
807
sp = strchr(sp, ' ');
sbin/devfsctl/devfsctl.c
260
grname = strchr(tokens[2], ':');
sbin/disklabel32/disklabel.c
828
if ((cp = strchr(line,'\n')) != NULL)
sbin/disklabel32/disklabel.c
833
tp = strchr(cp, ':');
sbin/disklabel64/disklabel64.c
875
if ((cp = strchr(line,'\n')) != NULL)
sbin/disklabel64/disklabel64.c
880
tp = strchr(cp, ':');
sbin/dump/dumprmt.c
144
if ((cp = strchr(rmtpeer, '@')) != NULL) {
sbin/dump/main.c
264
if (strchr(tape, ':')) {
sbin/dump/main.c
268
ehost = strchr(host, ':');
sbin/dump/main.c
272
if (strchr(tape, '\n')) {
sbin/dump/tape.c
578
if (nexttape || strchr(tape, ',')) {
sbin/dump/tape.c
581
if ((p = strchr(tape, ',')) != NULL) {
sbin/fsck_hammer2/fsck_hammer2.c
69
p = strchr(p, ',');
sbin/fsdb/fsdb.c
812
p = strchr(name, '.');
sbin/gpt/label.c
165
p = strchr(name, '\n');
sbin/hammer/cmd_cleanup.c
402
while ((cptr = strchr(cbase, '\n')) != NULL) {
sbin/hammer/cmd_mirror.c
1117
if ((rfs = strchr(av[0], ':')) != NULL) {
sbin/hammer/cmd_mirror.c
1128
if ((host = strchr(av[0], '@')) != NULL) {
sbin/hammer/cmd_mirror.c
1197
if ((rfs = strchr(av[1], ':')) != NULL) {
sbin/hammer/cmd_mirror.c
1208
if ((host = strchr(av[1], '@')) != NULL) {
sbin/hammer/cmd_pfs.c
182
if (strchr(path, '/')) {
sbin/hammer/cmd_pfs.c
619
if ((ptr = strchr(cmd, '=')) != NULL)
sbin/hammer/cmd_show.c
935
if ((s = strchr(s, ':')) != NULL)
sbin/hammer/hammer.c
608
if ((copy = strchr(copy, ':')) != NULL)
sbin/hammer/hammer.c
611
if (strchr(volname, ':')) {
sbin/hammer2/cmd_cleanup.c
107
if (strchr(ptr, '@'))
sbin/hammer2/cmd_cleanup.c
108
*strchr(ptr, '@') = 0;
sbin/hammer2/cmd_cleanup.c
131
if (strchr(ptr, '@'))
sbin/hammer2/cmd_cleanup.c
132
*strchr(ptr, '@') = 0;
sbin/hammer2/cmd_rsa.c
63
while ((str2 = strchr(str2 + 1, '/')) != NULL) {
sbin/hammer2/ondisk.c
518
if ((p = strchr(p, ':')) != NULL)
sbin/hammer2/ondisk.c
521
if (strchr(devpath, ':'))
sbin/ifconfig/af_link.c
65
while ((p = strchr(p, ':')) != NULL)
sbin/ifconfig/ifconfig.c
1436
if ((cp = strchr(mstat.name, '/')) != NULL) {
sbin/ifconfig/ifconfig.c
316
modifier = strchr(category, ':');
sbin/ifconfig/ifieee80211.c
1091
tp = strchr(cp, ',');
sbin/ifconfig/ifieee80211.c
1454
cp = strchr(val, ':');
sbin/ifconfig/ifieee80211.c
5214
if (sep != NULL && strchr(sep, *val) != NULL) {
sbin/ifconfig/ifieee80211.c
645
cp = strchr(val, ':');
sbin/ifconfig/ifieee80211.c
683
cp = strchr(val, '/');
sbin/ifconfig/ifwg.c
228
if ((p = strchr(buf, '/')) != NULL) {
sbin/ip6fw/ip6fw.c
1368
if ((p = strchr(buf, '#')) != NULL)
sbin/ip6fw/ip6fw.c
235
*strchr(timestr, '\n') = '\0';
sbin/ip6fw/ip6fw.c
560
p = strchr(*av, '/');
sbin/ip6fw/ip6fw.c
660
if (strchr(arg, ','))
sbin/ip6fw/ip6fw.c
664
s = strchr(arg,',');
sbin/ip6fw/ip6fw.c
672
s = strchr(arg,',');
sbin/ip6fw/ip6fw.c
707
q = strchr(p, ',');
sbin/ip6fw/ip6fw.c
734
q = strchr(p, ',');
sbin/ipfw/ipfw2.c
1892
c = strchr(av, ':');
sbin/ipfw/ipfw2.c
1910
p = strchr(av, '/');
sbin/ipfw/ipfw2.c
1912
p = strchr(av, ':');
sbin/ipfw/ipfw2.c
1946
p = strchr(p, '{');
sbin/ipfw/ipfw2.c
2020
q = strchr(p, ',');
sbin/ipfw/ipfw2.c
2639
p = strchr(av, ',');
sbin/ipfw/ipfw2.c
2641
p = strchr(av, ':');
sbin/ipfw/ipfw2.c
2832
st = strchr(*av, ':');
sbin/ipfw/ipfw2.c
2834
st = strchr(*av, ',');
sbin/ipfw/ipfw2.c
3760
q = strchr(*av, '/');
sbin/ipfw/ipfw2.c
3877
*strchr(timestr, '\n') = '\0';
sbin/ipfw/ipfw2.c
3884
*strchr(timestr, '\n') = '\0';
sbin/ipfw/ipfw2.c
4241
if ((p = strchr(buf, '#')) != NULL)
sbin/ipfw/ipfw2.c
871
*strchr(timestr, '\n') = '\0';
sbin/ipfw/ipfw2.c
878
*strchr(timestr, '\n') = '\0';
sbin/ipfw3/ipfw3.c
1191
if ((p = strchr(buf, '#')) != NULL)
sbin/ipfw3/ipfw3.c
780
*strchr(timestr, '\n') = '\0';
sbin/ipfw3/ipfw3.c
787
*strchr(timestr, '\n') = '\0';
sbin/ipfw3/ipfw3sync.c
127
str = strchr(tok,':');
sbin/ipfw3/ipfw3table.c
125
p = strchr(*av, '/');
sbin/ipfw3/ipfw3table.c
182
p = strchr(*av, '/');
sbin/iscontrol/config.c
216
if((p = strchr(lp, '\n')) != NULL)
sbin/iscontrol/config.c
218
if((p = strchr(lp, '#')) != NULL)
sbin/iscontrol/config.c
220
if((p = strchr(lp, ';')) != NULL) {
sbin/iscontrol/config.c
248
if((p = strchr(lp, '{')) != NULL) {
sbin/iscontrol/config.c
347
p = strchr(*ar, '=');
sbin/iscontrol/fsm.c
250
sep = strchr(sess->op->headerDigest, ',');
sbin/iscontrol/fsm.c
256
sep = strchr(sess->op->dataDigest, ',');
sbin/iscontrol/iscontrol.c
199
if(*q == '[' && (q = strchr(q, ']')) != NULL) {
sbin/iscontrol/iscontrol.c
204
if((p = strchr(q, ':')) != NULL) {
sbin/iscontrol/iscontrol.c
207
p = strchr(p, ',');
sbin/iscontrol/iscontrol.c
209
if(p || ((p = strchr(q, ',')) != NULL)) {
sbin/iscontrol/login.c
165
if((eq = strchr(ptr, '=')) != NULL)
sbin/iscontrol/login.c
176
if((q = strchr(q, ']')) != NULL) {
sbin/iscontrol/login.c
183
if((p = strchr(q, ',')) != NULL) {
sbin/iscontrol/login.c
187
if((p = strchr(q, ':')) != NULL) {
sbin/iscontrol/login.c
79
sep = strchr(sp, ',');
sbin/jscan/subs.c
340
if ((scan = strchr(scan, '/')) == NULL)
sbin/kldload/kldload.c
44
if (strchr(kldname, '/') != NULL || strstr(kldname, ".ko") == NULL)
sbin/mount/mount.c
596
p = strchr(p, '=');
sbin/mount/mount.c
814
if (strchr(path, '@'))
sbin/mount/mount.c
815
*strchr(path, '@') = 0;
sbin/mount/mount.c
816
if (strchr(path, ':'))
sbin/mount/mount.c
817
*strchr(path, ':') = 0;
sbin/mount/vfslist.c
79
while ((nextcp = strchr(nextcp, ',')) != NULL) {
sbin/mount_hammer/mount_hammer.c
212
if (strchr(*av, ':') == NULL) {
sbin/mount_hammer/mount_hammer.c
219
if ((next = strchr(ptr, ':')) != NULL)
sbin/mount_hammer2/mount_hammer2.c
136
if (strchr(devpath, '@') == NULL) {
sbin/mount_hammer2/mount_hammer2.c
172
if (!strchr(devpath, ':') && devpath[0] != '/' && devpath[0] != '@') {
sbin/mount_msdos/mount_msdos.c
122
csp = strchr(optarg,'.');
sbin/mount_ufs/mount.c
553
p = strchr(p, '=');
sbin/mountctl/mountctl.c
207
if ((keyword = strchr(mountpt, ':')) != NULL) {
sbin/mountctl/mountctl.c
210
*strchr(tmp, ':') = 0;
sbin/mountctl/mountctl.c
315
if ((val = strchr(name, '=')) != NULL)
sbin/mountd/mountd.c
1738
if ((cpoptend = strchr(cpopt, ','))) {
sbin/mountd/mountd.c
1740
if ((cpoptarg = strchr(cpopt, '=')))
sbin/mountd/mountd.c
1743
if ((cpoptarg = strchr(cpopt, '=')))
sbin/mountd/mountd.c
1779
if (strchr(cpoptarg, '/') != NULL) {
sbin/mountd/mountd.c
2111
p = strchr(cp, '/');
sbin/natd/natd.c
1277
if ((ptr = strchr(buf, '#')))
sbin/natd/natd.c
1283
for (p = strchr(buf, '\0'); isspace(*--p);)
sbin/natd/natd.c
1372
separator = strchr(ptr, ',');
sbin/natd/natd.c
1394
separator = strchr(ptr, ':');
sbin/natd/natd.c
1412
separator = strchr(ptr, ':');
sbin/natd/natd.c
1547
separator = strchr(ptr, ',');
sbin/natd/natd.c
1629
sep = strchr(str, '-');
sbin/natd/natd.c
1673
ptr = strchr(str, ':');
sbin/newfs_hammer2/newfs_hammer2.c
175
if ((p = strchr(p, ':')) != NULL)
sbin/newfs_msdos/mkfs_msdos.c
1049
if (c < ' ' + !i || strchr("\"*+,./:;<=>?[\\]|", c))
sbin/newfs_msdos/mkfs_msdos.c
433
if (!strchr(bname, '/')) {
sbin/newfs_msdos/newfs_msdos.c
182
if (!o.create_size && !strchr(fname, '/')) {
sbin/ping6/ping6.c
2450
p = strchr(name, '.');
sbin/quotacheck/quotacheck.c
434
if ((cp = strchr(opt, '=')) != NULL)
sbin/rconfig/client.c
76
if ((tagName = strchr(host, ':')) != NULL) {
sbin/rconfig/rconfig.c
86
if (strchr(av[i], '='))
sbin/restore/tape.c
121
if (strchr(source, ':')) {
sbin/restore/tape.c
123
source = strchr(host, ':');
sbin/restore/utilities.c
58
start = strchr(name, '/');
sbin/route/route.c
1099
if (which == RTA_DST && (q = strchr(str, '/')) != NULL)
sbin/route/route.c
1164
q = strchr(str,'/');
sbin/route/route.c
344
(cp = strchr(domain, '.'))) {
sbin/route/route.c
370
cptr = strchr(hp->h_name, '.');
sbin/route/show.c
347
if (strchr(cp, ':') != NULL &&
sbin/routed/main.c
172
p = strchr(optarg,',');
sbin/routed/rtquery/rtquery.c
218
p = strchr(optarg,'=');
sbin/sysctl/sysctl.c
178
if ((cp = strchr(string, '=')) != NULL) {
stand/boot/common/boot.c
279
spec = strchr(spec, ';');
stand/boot/common/boot.c
285
if ((ep = strchr(spec, ';')) != NULL) {
stand/boot/common/commands.c
77
ep = strchr(cp, ' ');
stand/boot/common/do_dloader.c
57
if (strchr(av0, '=') != NULL)
stand/boot/common/module.c
717
return (cp != name || strchr(name, '/') != NULL);
stand/boot/dloader/cmds.c
150
data = strchr(name, '=');
stand/boot/dloader/cmds.c
167
if (strchr(name, '.')) {
stand/boot/dloader/subs.c
110
if ((p = strchr(name, '*')) != NULL) {
stand/boot/efi/loader/bootinfo.c
102
opts = strchr(opts, '-');
stand/boot/efi/loader/bootinfo.c
94
opts = strchr(kargs, '-');
stand/boot/efi/loader/bootinfo.c
97
sw = strchr(howto_switches, *opts);
stand/boot/efi/loader/devicename.c
59
if (devspec == NULL || *devspec == '/' || !strchr(devspec, ':')) {
stand/boot/pc32/libi386/devicename.c
55
(strchr(devspec, ':') == NULL)) {
stand/lib/dosfs.c
512
if (!(s = strchr(path, '/')))
stand/lib/dosfs.c
513
s = strchr(path, 0);
stand/lib/environment.c
169
if ((value = strchr(copy, '=')) != NULL)
stand/lib/getopt.c
69
!(oli = strchr(ostr, optopt))) {
sys/bus/u4b/quirk/usb_quirk.c
1024
end = strchr(env, ',');
sys/bus/u4b/serial/ulpt.c
704
for (p = str - 1; p; p = strchr(p, ';')) {
sys/bus/u4b/serial/ulpt.c
710
q = strchr(p, ';');
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
140
next = strchr(p, ',');
sys/dev/drm/drm_edid_load.c
53
if ((cp = strchr(fwname, ':')) != NULL) {
sys/dev/netif/mxge/if_mxge.c
2483
ptr = strchr(ptr, '-');
sys/kern/kern_linker.c
1426
if (strchr(name, '/') != NULL) {
sys/kern/kern_linker.c
801
if (strchr(file, '/') || strchr(file, '.')) {
sys/libprop/prop_data.c
411
pos = strchr(_prop_data_base64, ch);
sys/net/pf/pf_ruleset.c
217
while ((r = strchr(q, '/')) != NULL || *q) {
sys/vfs/hammer2/hammer2_vfsops.c
1007
label = strchr(devstr, '@');
test/debug/ncptrace.c
205
if ((ptr = strchr(path, '/')) == NULL)
test/debug/umtx.c
77
if ((str = strchr(path, ':')) != NULL) {
test/stress/fsstress/fsstress.c
1075
s = strchr(arg, '=');
test/stress/fsstress/fsstress.c
1190
slash = strchr(name->path, '/');
test/stress/webstress/webstress.c
246
if ((ptr = strchr(base, '/')) == NULL) {
tools/multimedia/cxm/setchannel/cxm_setchannel.c
155
if ((ptr = strchr(argv[optind], '.')) != NULL) {
tools/tools/ath/athpoke/athpoke.c
104
cp = strchr(argv[0], '=');
tools/tools/ath/athprom/athprom.c
133
cp = strchr(argv[0], '=');
tools/tools/bus_autoconf/bus_autoconf.c
77
module = strchr(fname, ',');
tools/tools/bus_autoconf/bus_autoconf.c
86
postfix = strchr(module, '.');
tools/tools/bus_autoconf/bus_sections.c
178
if (strchr("{,}", c) == NULL) {
tools/tools/bus_autoconf/bus_sections.c
191
cmd = strchr(command_list, linebuf[2][0]);
tools/tools/net80211/wesside/wesside/wesside.c
1535
ptr = strchr(myip, '.');
tools/tools/net80211/wesside/wesside/wesside.c
1537
ptr = strchr(ptr+1, '.');
tools/tools/net80211/wesside/wesside/wesside.c
1539
ptr = strchr(ptr+1, '.');
tools/tools/net80211/wesside/wesside/wesside.c
2044
ptr = strchr(arp_ip, '.');
tools/tools/net80211/wesside/wesside/wesside.c
2046
ptr = strchr(++ptr, '.');
tools/tools/net80211/wesside/wesside/wesside.c
2048
ptr = strchr(++ptr, '.');
tools/tools/net80211/wlanwatch/wlanwatch.c
144
(cp = strchr(domain, '.'))) {
tools/tools/net80211/wlanwatch/wlanwatch.c
166
if ((cp = strchr(hp->h_name, '.')) &&
tools/tools/netrate/pktgenctl/pktgenctl.c
82
p = strchr(str, ':');
usr.bin/at/at.c
353
eqp = strchr(*atenv, '=');
usr.bin/at/at.c
641
if ((p = strchr(arg, '.')) == NULL)
usr.bin/basename/basename.c
110
if (suffixlen && (q = strchr(p, '\0') - suffixlen) > p &&
usr.bin/calendar/io.c
268
return (strpbrk(d_fmt, "ed") < strchr(d_fmt, 'm'));
usr.bin/calendar/io.c
534
if ((eq = strchr(line, '=')) == NULL)
usr.bin/calendar/io.c
555
if ((p = strchr(line, '\t')) == NULL)
usr.bin/calendar/parsedata.c
141
if ((p = strchr(date2, ' ')) == NULL &&
usr.bin/calendar/parsedata.c
142
(p = strchr(date2, '/')) == NULL) {
usr.bin/calendar/parsedata.c
182
if ((p = strchr(p2, ' ')) != NULL ||
usr.bin/calendar/parsedata.c
183
(p = strchr(p2, '/')) != NULL) {
usr.bin/calendar/parsedata.c
195
if (strchr(p2, '*') != NULL)
usr.bin/cap_mkdb/cap_mkdb.c
170
if ((p = strchr(bp, ':')) == NULL) {
usr.bin/cap_mkdb/cap_mkdb.c
208
if (strchr(bp, '|') == NULL)
usr.bin/chat/chat.c
333
sp = strchr (buf, '\n');
usr.bin/chat/chat.c
740
if (strchr (term, *str) == NULL) {
usr.bin/chkey/chkey.c
256
p = strchr(val, ':');
usr.bin/chkey/chkey.c
261
p = strchr(pw.pw_passwd, ':');
usr.bin/chpass/chpass.c
186
if (strchr(arg, ':'))
usr.bin/chpass/field.c
71
if (strchr(p, '.'))
usr.bin/ctags/ctags.c
280
/* lisp */ if (strchr(LISPCHR, c)) {
usr.bin/ctags/lisp.c
78
if (!(cp = strchr(lbp, ')')))
usr.bin/dfregress/testcase.c
635
parameter = strchr(option, '=');
usr.bin/dsynth/build.c
1983
flavor = strchr(portdir, '@');
usr.bin/dsynth/build.c
2118
if (strchr(portdir, '/'))
usr.bin/dsynth/build.c
2119
len = strchr(portdir, '/') - portdir;
usr.bin/dsynth/build.c
3234
if ((ptr = strchr(bulk->s1, '@')) != NULL) {
usr.bin/dsynth/config.c
264
if (strchr(ReleaseName, '-')) {
usr.bin/dsynth/config.c
265
reln = strchr(ReleaseName, '-') - ReleaseName;
usr.bin/dsynth/pkglist.c
207
l2 = strchr(l1, '/');
usr.bin/dsynth/pkglist.c
215
l3 = strchr(l2, '@');
usr.bin/dsynth/pkglist.c
271
l2 = strchr(l1, '/');
usr.bin/dsynth/pkglist.c
277
l3 = strchr(l2, '@');
usr.bin/dsynth/pkglist.c
326
data = strchr(base, ':');
usr.bin/dsynth/pkglist.c
344
if (strchr(data, '/') == NULL) {
usr.bin/dsynth/pkglist.c
352
l2 = strchr(l1, '/');
usr.bin/dsynth/pkglist.c
354
l3 = strchr(l2, '@'); /* typically NULL */
usr.bin/dsynth/pkglist.c
747
s2 = strchr(s1, '/');
usr.bin/dsynth/pkglist.c
823
dep = strchr(dep, ':');
usr.bin/dsynth/pkglist.c
850
tag = strchr(dep, ':');
usr.bin/dsynth/pkglist.c
902
sep = strchr(dep, '/');
usr.bin/env/env.c
99
for (argv += optind; *argv && (p = strchr(*argv, '=')); ++argv) {
usr.bin/env/envopts.c
106
if (strchr(filename, '/') != NULL)
usr.bin/env/envopts.c
466
*dest_p = strchr(newstr, '\0');
usr.bin/evtranalyze/evtranalyze.c
1496
if ((tmp = strchr(optarg, ':'))) {
usr.bin/find/function.c
375
strchr(entry->fts_accpath, '/') != NULL)
usr.bin/find/misc.c
91
if ((p = strchr(resp, '\n')) != NULL)
usr.bin/finger/finger.c
267
if (strchr(*p, '@'))
usr.bin/finger/finger.c
298
if ((conf_realname = strchr(conf_alias, ':')) == NULL)
usr.bin/flame_graph/process.c
67
if (s == NULL || strchr(s, '/') == NULL)
usr.bin/getaddrinfo/getaddrinfo.c
135
if ((p = strchr(service, '/')) != NULL) {
usr.bin/getent/getent.c
509
proto = strchr(argv[i], '/');
usr.bin/hexdump/display.c
217
for (p2 = ++p1; *p1 && strchr(spec, *p1); ++p1);
usr.bin/hexdump/parse.c
166
while (strchr(spec + 1, *++fmt));
usr.bin/hexdump/parse.c
238
for (++p1; strchr(spec, *p1); ++p1);
usr.bin/hexdump/parse.c
241
while (strchr(spec + 1, *++p1));
usr.bin/hexdump/parse.c
56
if (!(p = strchr(buf, '\n'))) {
usr.bin/kenv/kenv.c
158
cp = strchr(buf, '=');
usr.bin/kenv/kenv.c
93
eq = strchr(env, '=');
usr.bin/last/last.c
248
if (!(argdot = strchr(arg, '.')))
usr.bin/last/last.c
255
hostdot = strchr(name, '.');
usr.bin/limits/limits.c
322
if ((p = strchr(rcs_string, optopt)) != NULL) {
usr.bin/limits/limits.c
435
while (*argv && (p = strchr(*argv, '='))) {
usr.bin/locale/locale.c
347
if ((cs = strchr(s, '.')) != NULL) {
usr.bin/localedef/ctype.c
334
if (strchr(" \f\n\r\t\v", (char)wc) != NULL)
usr.bin/localedef/ctype.c
336
if (strchr("0123456789ABCDEFabcdef", (char)wc) != NULL)
usr.bin/localedef/ctype.c
338
if (strchr(" \t", (char)wc))
usr.bin/localedef/ctype.c
353
if (strchr("!\"'#$%&()*+,-./:;<=>?@[\\]^_`{|}~",
usr.bin/localedef/localedef.c
157
if ((rv != 0) && (strchr(srcpath, '/') == NULL)) {
usr.bin/localedef/messages.c
103
if ((ptr = strchr(msgs.yesstr, ':')) != NULL)
usr.bin/localedef/messages.c
105
if ((ptr = strchr(msgs.nostr, ':')) != NULL)
usr.bin/localedef/scanner.c
689
if (strchr("xXd01234567", c)) {
usr.bin/localedef/scanner.c
730
if (strchr("xXd01234567", c)) {
usr.bin/localedef/scanner.c
766
if (strchr(" \t\n;()<>,\"", c) && (tokidx != 0)) {
usr.bin/login/login.c
777
if (strlen(s) > 1024 || (p = strchr(s, '=')) == NULL)
usr.bin/login/login_fbtab.c
96
if ((cp = strchr(buf, '#')))
usr.bin/mail/fio.c
401
if (strchr(xname, ' ') && stat(xname, &sbuf) < 0) {
usr.bin/mail/lex.c
301
while (*cp != '\0' && strchr(" \t0123456789$^.:/-+*'\"", *cp) == NULL)
usr.bin/mail/list.c
723
if (value("searchheaders") && (cp = strchr(str, ':')) != NULL) {
usr.bin/mail/names.c
188
for (cp2 = wbuf; *cp != '\0' && strchr(" \t,(", *cp) == NULL;
usr.bin/mail/names.c
245
while (*cp != '\0' && strchr("@%!", *(cp + 1)) == NULL)
usr.bin/mail/names.c
252
while (cp != cp_temp && strchr(" \t,<>", *(cp - 1)) == NULL) {
usr.bin/mail/util.c
386
if (strchr(name, '(') == NULL && strchr(name, '<') == NULL
usr.bin/mail/util.c
387
&& strchr(name, ' ') == NULL)
usr.bin/mail/util.c
517
if ((cp = strchr(linebuf, 'F')) == NULL)
usr.bin/mail/util.c
521
while ((cp = strchr(cp, 'r')) != NULL) {
usr.bin/mail/util.c
523
if ((cp = strchr(cp, 'f')) == NULL)
usr.bin/mail/util.c
527
if ((cp = strchr(cp, ' ')) == NULL)
usr.bin/netstat/if.c
189
cp = strchr(name, '\0');
usr.bin/netstat/inet.c
937
cp = strchr(line, '\0');
usr.bin/netstat/inet6.c
1045
cp = strchr(line, '\0');
usr.bin/netstat/inet6.c
1074
(cp = strchr(domain, '.')))
usr.bin/netstat/inet6.c
1083
if ((cp = strchr(hp->h_name, '.')) &&
usr.bin/patch/pch.c
1487
t = strchr(buf, '\0') - 1;
usr.bin/patch/pch.c
1626
for (n = 0, cp = path; (cp = strchr(cp, '/')) != NULL; n++, cp++) {
usr.bin/patch/util.c
375
tab = strchr(t, '\t') != NULL;
usr.bin/pr/egetopt.c
104
!(oli = strchr(ostr, eoptopt))) {
usr.bin/pr/egetopt.c
111
if (strchr(ostr, '#') && (isdigit(eoptopt) ||
usr.bin/printf/printf.c
234
while (*fmt && strchr(skip1, *fmt) != NULL) {
usr.bin/printf/printf.c
342
if (!strchr("aAeEfFgG", *fmt)) {
usr.bin/quota/quota.c
504
if ((cp = strchr(opt, '=')))
usr.bin/quota/quota.c
579
cp = strchr(fst->f_mntfromname, ':');
usr.bin/sed/compile.c
190
#define addrchar(c) (strchr("0123456789/\\$", (c)))
usr.bin/sed/compile.c
597
} else if (strchr("123456789", *p) != NULL) {
usr.bin/sed/process.c
637
(p = strchr(escapes, c)) != NULL) {
usr.bin/seq/seq.c
248
if (strchr("eEfgG", *fmt) &&
usr.bin/seq/seq.c
255
strchr("+- 0#.", *fmt))
usr.bin/seq/seq.c
422
if (strchr(buf, 'e'))
usr.bin/seq/seq.c
427
if (strchr(buf, 'e'))
usr.bin/seq/seq.c
435
if (strchr(buf, 'e'))
usr.bin/setcaps/setcaps.c
102
if ((scan = strchr(which, ':')) != NULL) {
usr.bin/sort/sort.c
767
sptr = strchr(s, ',');
usr.bin/su/su.c
571
p = strchr(*pp, '=');
usr.bin/su/su.c
599
if (strlen(s) > 1024 || strchr(s, '=') == NULL)
usr.bin/systat/devs.c
299
cp = strchr(args, '\n');
usr.bin/systat/netcmds.c
127
cp = strchr(args, '\n');
usr.bin/systat/netstat.c
395
cp = strchr(line, '\0');
usr.bin/systat/netstat.c
405
cp = strchr(line, '\0');
usr.bin/systat/vmstat.c
207
strchr(name, ' ') &&
usr.bin/talk/get_names.c
75
for (cp = argv[1]; *cp && !strchr("@:!", *cp); cp++)
usr.bin/telnet/commands.c
1601
if ((cp = strchr(*epp, '='))) {
usr.bin/telnet/commands.c
1618
char *cp2 = strchr((char *)ep->value, ':');
usr.bin/tftp/main.c
343
if (strchr(argv[n], ':')) {
usr.bin/tftp/main.c
375
cp = strchr(targ, '\0');
usr.bin/tftp/main.c
613
if ((cp = strchr(line, '\n')))
usr.bin/tftp/main.c
672
if ((cp = strchr(line, '\n')))
usr.bin/tftp/tftp.c
399
cp = strchr(cp, '\0');
usr.bin/tip/remote.c
73
if ((tailp = strchr (*path + 1, '/')) != NULL)
usr.bin/top/color.c
142
if ((min = strchr(p, '=')) != NULL &&
usr.bin/top/color.c
143
(max = strchr(min, ',')) != NULL &&
usr.bin/top/color.c
144
(str = strchr(max, '#')) != NULL)
usr.bin/top/commands.c
274
if ((str = strchr(str, ' ')) == NULL)
usr.bin/touch/touch.c
239
if ((p = strchr(arg, '.')) == NULL) {
usr.bin/touch/touch.c
331
colon = strchr(arg, ':');
usr.bin/touch/touch.c
332
if (colon == NULL || strchr(colon + 1, ':') == NULL)
usr.bin/touch/touch.c
334
fmt = strchr(arg, 'T') != NULL ? "%Y-%m-%dT%H:%M:%S" :
usr.bin/tr/str.c
138
if ((p = strchr(s->str + 2, ']')) == NULL)
usr.bin/tr/str.c
148
if (s->str[2] == '\0' || (p = strchr(s->str + 3, ']')) == NULL)
usr.bin/tr/str.c
159
if (p[0] != '*' || strchr(p, ']') == NULL)
usr.bin/tset/map.c
129
arg = strchr(p = arg, ':');
usr.bin/tset/term.c
144
if ((p = strchr(answer, '\n')))
usr.bin/tset/wrterm.c
52
if ((t = strchr(bp, ':')) == NULL)
usr.bin/undo/undo.c
211
while ((ptr = strchr(ptr, '%')) != NULL) {
usr.bin/unifdef/unifdef.c
1187
} else if (strchr(" \r\t", *cp) != NULL) {
usr.bin/unifdef/unifdef.c
1479
while (end > tline && strchr(" \t\n\r", end[-1]) != NULL)
usr.bin/units/units.c
315
!strchr(".0123456789", *(slash + 1))))
usr.bin/units/units.c
317
slash = strchr(scratch, '/');
usr.bin/units/units.c
324
if (strchr("0123456789.", *item)) { /* item is a number */
usr.bin/units/units.c
330
offset = strchr(item, '&');
usr.bin/units/units.c
337
divider = strchr(item, '|');
usr.bin/units/units.c
385
if (strchr("23456789",
usr.bin/units/units.c
559
if (strchr(toadd, PRIMITIVECHAR))
usr.bin/unzip/unzip.c
367
for (sep = path; (sep = strchr(sep, '/')) != NULL; sep++) {
usr.bin/usbhidaction/usbhidaction.c
299
p = strchr(buf, '\n');
usr.bin/usbhidaction/usbhidaction.c
303
p = strchr(buf, '\n');
usr.bin/usbhidaction/usbhidaction.c
319
tmp = strchr(name, '#');
usr.bin/uudecode/uudecode.c
190
q = strchr(p, ' ');
usr.bin/uudecode/uudecode.c
221
p = strchr(q, '/');
usr.bin/vknet/vknet.c
474
if ((remotePath = strchr(remoteHost, ':')) != NULL) {
usr.bin/w/w.c
366
(p = strchr(domain, '.')) == NULL)
usr.bin/w/w.c
380
if ((x = strchr(p, ':')) != NULL)
usr.bin/wall/ttymsg.c
74
if (strchr(p, '/') != NULL) {
usr.bin/whereis/whereis.c
204
while ((cp = strchr(s, ':')), *s != '\0') {
usr.bin/whereis/whereis.c
299
if ((b = strchr(buf, '\n')) != NULL)
usr.bin/whereis/whereis.c
480
if ((cp2 = strchr(buf, '\n')) != NULL)
usr.bin/whereis/whereis.c
591
if ((cp2 = strchr(buf, '\n')) != NULL)
usr.bin/which/which.c
126
if (strchr(filename, '/') != NULL)
usr.bin/whois/whois.c
202
for (pos = strchr(domain, '\0'); pos > domain && *--pos == '.';)
usr.sbin/ac/ac.c
119
if ((rcp = strchr(tp->line, '*')) != NULL) {
usr.sbin/arp/arp.c
237
if ((p = strchr(line, '#')) != NULL)
usr.sbin/authpf/authpf.c
113
cp = strchr(ipsrc, ' ');
usr.sbin/authpf/authpf.c
597
if ((t = strchr(prs.name, '(')) == NULL)
usr.sbin/bootparamd/bootparamd/bootparamd.c
224
"%s",strchr(strstr(result,fileid), '=') + 1);
usr.sbin/bootparamd/bootparamd/bootparamd.c
225
if (strchr(buffer, ' ') != NULL)
usr.sbin/bootparamd/bootparamd/bootparamd.c
226
*(char *)(strchr(buffer, ' ')) = '\0';
usr.sbin/burncd/burncd.c
244
if ((eol = strchr(file_buf, '\n')))
usr.sbin/cdcontrol/cdcontrol.c
485
if (strchr (arg, '#')) {
usr.sbin/cdcontrol/cdcontrol.c
504
if (strchr (arg, ':')) {
usr.sbin/chown/chown.c
135
if ((cp = strchr(*argv, ':')) != NULL) {
usr.sbin/chown/chown.c
140
else if ((cp = strchr(*argv, '.')) != NULL) {
usr.sbin/config/config.y
251
if (strchr(op->op_name, '=') != NULL)
usr.sbin/cron/cron/externs.h
58
extern char *getenv(), *strcpy(), *strchr(), *strtok();
usr.sbin/cron/lib/env.c
192
if (!(q = strchr(p, '=')))
usr.sbin/cron/lib/misc.c
311
while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
usr.sbin/cron/lib/misc.c
536
while (*s && (NULL != strchr(t, *s))) {
usr.sbin/cron/lib/misc.c
541
while (*s && (NULL == strchr(t, *s)) && (rp < &rb[MAX_TEMPSTR])) {
usr.sbin/dntpd/main.c
415
if (strchr(buf, '#'))
usr.sbin/dntpd/main.c
416
*strchr(buf, '#') = 0;
usr.sbin/edquota/edquota.c
200
(cp = strchr(*argv, '-')) != NULL) {
usr.sbin/edquota/edquota.c
796
if ((cp = strchr(opt, '=')))
usr.sbin/fstyp/fstyp.c
220
p = strchr(fdpath, '@');
usr.sbin/fstyp/hammer.c
179
if ((p = strchr(p, ':')) != NULL)
usr.sbin/fstyp/hammer2.c
258
p = strchr(p, '@');
usr.sbin/fstyp/hammer2.c
326
pfs = strchr(devpath, '@');
usr.sbin/fstyp/hammer2.c
412
if ((p = strchr(p, '@')) != NULL) {
usr.sbin/fstyp/hammer2.c
423
if ((p = strchr(p, ':')) != NULL)
usr.sbin/inetd/inetd.c
1460
if ((group = strchr(user, ':')) == NULL) {
usr.sbin/inetd/inetd.c
1465
if ((perm = strchr(group, ':')) == NULL) {
usr.sbin/inetd/inetd.c
1650
if ((s = strchr(arg, '/')) != NULL) {
usr.sbin/inetd/inetd.c
1851
cp = strchr(line, '\n');
usr.sbin/installer/libaura/popen.c
84
if (strchr(type, '+')) {
usr.sbin/ip6addrctl/ip6addrctl.c
267
if ((plenstr = strchr(prefix, '/')) == NULL) {
usr.sbin/jls/jls.c
76
nextpos = strchr(curpos, '\n');
usr.sbin/lpr/chkprintcap/skimprintcap.c
105
lastchar = strchr(curline, '\n');
usr.sbin/lpr/chkprintcap/skimprintcap.c
109
lastchar = strchr(curline, '\0');
usr.sbin/lpr/chkprintcap/skimprintcap.c
206
endfield = strchr(curline, ':');
usr.sbin/lpr/common_source/common.c
476
srcp = strchr(fname, '/');
usr.sbin/lpr/common_source/common.c
507
eostat = strchr(xStr, '\0'); \
usr.sbin/lpr/common_source/ctlinfo.c
585
slash = strchr(lbuff, '/');
usr.sbin/lpr/common_source/ctlinfo.c
812
nl = strchr(strp, '\n');
usr.sbin/lpr/common_source/matchjobs.c
226
atsign = strchr(jobstr, '@');
usr.sbin/lpr/common_source/matchjobs.c
227
colon = strchr(jobstr, ':');
usr.sbin/lpr/common_source/matchjobs.c
273
period = strchr(lhside, '.');
usr.sbin/lpr/common_source/rmjob.c
198
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
usr.sbin/lpr/lpc/cmds.c
1216
if ((cp = strchr(job, ':')) != NULL) {
usr.sbin/lpr/lpd/printjob.c
1648
if ((cp = strchr(pp->lp, '@')) != NULL)
usr.sbin/lpr/lpd/printjob.c
565
if (strchr(line+1, '/'))
usr.sbin/lpr/lpd/printjob.c
956
if (line[0] == 'U' && !strchr(line+1, '/'))
usr.sbin/lpr/lpd/recvjob.c
184
if (strchr(cp, '/')) {
usr.sbin/lpr/lpd/recvjob.c
216
if (strchr(cp, '/')) {
usr.sbin/lpr/lpd/recvjob.c
284
if (strchr(file, '/') == NULL)
usr.sbin/lpr/lpd/recvjob.c
349
if (tfname[0] && strchr(tfname, '/') == NULL)
usr.sbin/lpr/lpd/recvjob.c
351
if (dfname[0] && strchr(dfname, '/') == NULL) {
usr.sbin/lpr/pac/pac.c
220
if (mflag && strchr(cp, ':'))
usr.sbin/lpr/pac/pac.c
221
cp = strchr(cp, ':') + 1;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
91
filename = strchr(sysname, ';');
usr.sbin/makefs/hammer2.c
1553
while ((p = strchr(p, '/')) != NULL) {
usr.sbin/makefs/hammer2.c
1711
while ((p = strchr(p, '/')) != NULL) {
usr.sbin/makefs/hammer2.c
1868
while ((p = strchr(p, '/')) != NULL) {
usr.sbin/makefs/hammer2.c
1965
while ((p = strchr(p, '/')) != NULL) {
usr.sbin/makefs/hammer2.c
2331
while ((p = strchr(p, '/')) != NULL) {
usr.sbin/makefs/hammer2.c
545
p = strchr(p, ':');
usr.sbin/makefs/hammer2.c
590
p = strchr(p, ':');
usr.sbin/makefs/mtree.c
1007
cp = strchr(pathspec, '/');
usr.sbin/makefs/mtree.c
226
p = strchr(base, '$');
usr.sbin/makefs/mtree.c
253
p = strchr(v, '}');
usr.sbin/makefs/mtree.c
307
while (c != EOF && strchr(cs, c) != NULL)
usr.sbin/makefs/mtree.c
322
while (c != EOF && strchr(cs, c) == NULL)
usr.sbin/makefs/mtree.c
504
value = strchr(keyword, '=');
usr.sbin/makefs/mtree.c
642
p = strchr(value, '.');
usr.sbin/makefs/mtree.c
988
cp = strchr(pathspec, '/');
usr.sbin/mfiutil/mfi_config.c
269
cp = strchr(cp, ',');
usr.sbin/mptutil/mpt_config.c
333
cp = strchr(cp, ',');
usr.sbin/mtree/excludes.c
85
if (strchr(e->glob, '/') != NULL)
usr.sbin/mtree/getid.c
224
if (!strchr(grline, '\n')) {
usr.sbin/mtree/getid.c
372
if (!strchr(pwline, '\n')) {
usr.sbin/mtree/getid.c
434
if (strchr(bp, ':') != NULL)
usr.sbin/mtree/spec.c
171
if (strchr(p, '/') != NULL) {
usr.sbin/mtree/spec.c
173
for (; (e = strchr(p, '/')) != NULL; p = e+1) {
usr.sbin/mtree/spec.c
445
if ((dev = strchr(arg, ',')) != NULL) {
usr.sbin/newsyslog/newsyslog.c
1179
if ((group = strchr(q, ':')) != NULL ||
usr.sbin/newsyslog/newsyslog.c
661
if ((p = strchr(hostname, '.')) != NULL)
usr.sbin/pciconf/pciconf.c
666
if ((ch = strchr(buf, '#')) != NULL)
usr.sbin/pciconf/pciconf.c
668
ch = strchr(buf, '\0') - 1;
usr.sbin/pciconf/pciconf.c
750
char *ep = strchr(str, '@');
usr.sbin/pfctl/parse.y
3666
if (strchr(pf_timeouts[i].name, '.') == NULL) {
usr.sbin/pfctl/parse.y
6096
char *p = strchr(port, ':');
usr.sbin/pfctl/pfctl.c
2140
mode = strchr("acdefkrz", ch) ? O_RDWR : O_RDONLY;
usr.sbin/pfctl/pfctl.c
390
if ((p = strchr(addr, '/')) == NULL)
usr.sbin/pfctl/pfctl_osfp.c
361
if ((ptr = strchr(wr_name, ' ')) == NULL) {
usr.sbin/pfctl/pfctl_osfp.c
521
if (strchr(version_name, ' '))
usr.sbin/pfctl/pfctl_osfp.c
523
else if (strchr(version_name, '.') &&
usr.sbin/pfctl/pfctl_parser.c
1078
if ((q = strchr(tcpflags, *p)) == NULL)
usr.sbin/ppp/cbcp.c
342
} else if (strchr(cbcp->fsm.phone, ','))
usr.sbin/ppp/cbcp.c
395
ptr = strchr(cbcp->fsm.phone, ',');
usr.sbin/ppp/chap.c
442
if ((key = strchr(name, '\n')) == NULL)
usr.sbin/ppp/chap.c
445
end = strchr(++key, '\n');
usr.sbin/ppp/chap.c
460
while (end >= name && strchr(" \t\r\n", *end))
usr.sbin/ppp/chap.c
463
while (end >= name && strchr(" \t\r\n", *end))
usr.sbin/ppp/datalink.c
1188
sep = strchr(arg->argv[arg->argn], '+');
usr.sbin/ppp/datalink.c
1198
sep = strchr(sep, '-');
usr.sbin/ppp/datalink.c
1219
sep = strchr(sep, '.');
usr.sbin/ppp/datalink.c
703
char *ptr = strchr(dl->cbcp.fsm.phone, ',');
usr.sbin/ppp/defs.c
152
if (!isalnum(*ptr) && strchr("-.", *ptr) == NULL)
usr.sbin/ppp/ether.c
483
provider = strchr(iface, ':');
usr.sbin/ppp/ipcp.c
250
if ((cp = strchr(ncp, '\n')) == NULL) /* Point at next line */
usr.sbin/ppp/iplist.c
106
if (ptr != NULL && (ptr = strchr(ptr, ',')) != NULL)
usr.sbin/ppp/iplist.c
112
if ((end = strchr(ptr, ',')) == NULL)
usr.sbin/ppp/nat_cmd.c
349
minus = strchr(str, '-');
usr.sbin/ppp/nat_cmd.c
375
colon = strchr(str, ':');
usr.sbin/ppp/ncpaddr.c
972
if ((cp = strchr(data, ':')) == NULL) {
usr.sbin/ppp/ncpaddr.c
998
} else if (strchr(cp + 1, ':') != NULL) {
usr.sbin/ppp/netgraph.c
541
if ((nodename = strchr(nodetype, ':')) != NULL) {
usr.sbin/ppp/netgraph.c
689
done = strchr(" \t", devp[len]) ? 1 : 0;
usr.sbin/ppp/prompt.c
124
else if ((dot = strchr(shostname, '.')))
usr.sbin/ppp/radius.c
370
if (width == 32 && strchr(argv[0], '/') == NULL) {
usr.sbin/ppp/systems.c
114
ptr = strchr(from+2, '}');
usr.sbin/ppp/systems.c
151
ptr = strchr(++from, '/');
usr.sbin/ppp/tcp.c
140
if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
usr.sbin/ppp/tcp.c
144
svc = strchr(port, '/');
usr.sbin/ppp/udp.c
261
if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
usr.sbin/ppp/udp.c
265
svc = strchr(port, '/');
usr.sbin/pppctl/pppctl.c
298
colon = strchr(argv[arg], ':');
usr.sbin/pppctl/pppctl.c
433
next = strchr(start, ';');
usr.sbin/pw/edgroup.c
98
while ((p = strchr(line, '\n')) == NULL)
usr.sbin/pw/fileupd.c
108
char *p = strchr(line, '\n');
usr.sbin/pw/fileupd.c
110
while ((p = strchr(line, '\n')) == NULL) {
usr.sbin/pw/psdate.c
109
if ((str = strchr(str, ':')) == NULL)
usr.sbin/pw/psdate.c
114
*sec = ((str = strchr(str, ':')) == NULL) ? 0 : atoi(++str);
usr.sbin/pw/psdate.c
132
while (*str && strchr(nchrs + 10, *str) != NULL)
usr.sbin/pw/psdate.c
141
while (*str && strchr(nchrs + 10, *str) != NULL)
usr.sbin/pw/psdate.c
242
if (strchr("(+-", q[1]) != NULL)
usr.sbin/pw/psdate.c
259
if ((p = strchr(tmp, ':')) == NULL) {
usr.sbin/pw/pw_conf.c
162
char *p = strchr(str + 1, *str);
usr.sbin/pw/pw_conf.c
240
while ((p = strchr(buf, '\n')) == NULL) {
usr.sbin/pw/pw_group.c
215
if (strchr(line, ':') != NULL)
usr.sbin/pw/pw_user.c
1111
if ((p = strchr(uname, '&')) != NULL) {
usr.sbin/pw/pw_user.c
1178
if (strchr(badchars, *ch) != NULL || *ch < ' ' ||
usr.sbin/pw/pw_user.c
177
if (strchr(cnf->home+1, '/') == NULL) {
usr.sbin/pw/pw_user.c
193
while ((p = strchr(++p, '/')) != NULL) {
usr.sbin/pw/pw_user.c
651
if (strchr(line, ':') != NULL)
usr.sbin/pw/pw_vpw.c
219
if ((p = strchr(grtmp, '\n')) == NULL) {
usr.sbin/pw/pw_vpw.c
70
char * p = strchr(pwtmp, '\n');
usr.sbin/pw/pw_vpw.c
73
while (fgets(pwtmp, sizeof pwtmp, pwd_fp) != NULL && strchr(pwtmp, '\n')==NULL)
usr.sbin/quotaon/quotaon.c
203
if ((cp = strchr(opt, '=')))
usr.sbin/repquota/repquota.c
284
if ((cp = strchr(opt, '=')))
usr.sbin/route6d/route6d.c
2932
if ((p = strchr(ap, ',')) != NULL) {
usr.sbin/route6d/route6d.c
2936
if ((p = strchr(ap, '/')) == NULL) {
usr.sbin/route6d/route6d.c
2957
if ((iflp = strchr(iflp, ',')) != NULL)
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
348
if ((ptr = strchr(data.data, ':')) == NULL) {
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
83
while (strchr(s, ':')) {
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
84
s = (strchr(s, ':') + 1);
usr.sbin/rpc.ypupdated/yp_dbupdate.c
85
if ((domptr = strchr(netname, '@')) == NULL)
usr.sbin/rtadvctl/rtadvctl.c
241
p = strchr(plstr, ':');
usr.sbin/rtadvctl/rtadvctl.c
242
q = strchr(plstr, '=');
usr.sbin/rtadvctl/rtadvctl.c
909
src_last = strchr(src, '\0');
usr.sbin/rtadvd/config.c
418
if (strchr(flagstr, 'm'))
usr.sbin/rtadvd/config.c
420
if (strchr(flagstr, 'o'))
usr.sbin/rtadvd/config.c
422
if (strchr(flagstr, 'h'))
usr.sbin/rtadvd/config.c
424
if (strchr(flagstr, 'l')) {
usr.sbin/rtadvd/config.c
540
if (strchr(flagstr, 'l'))
usr.sbin/rtadvd/config.c
542
if (strchr(flagstr, 'a'))
usr.sbin/rtadvd/config.c
726
if (strchr(flagstr, 'h'))
usr.sbin/rtadvd/config.c
728
if (strchr(flagstr, 'l')) {
usr.sbin/rtadvd/config.c
99
p = strchr(src, '.');
usr.sbin/rwhod/rwhod.c
250
if ((cp = strchr(myname, '.')) != NULL)
usr.sbin/syslogd/syslogd.c
1547
if ((p = strchr(LocalHostName, '.')) != NULL) {
usr.sbin/syslogd/syslogd.c
1846
for (bp = buf; *q && !strchr("\t,; ", *q); )
usr.sbin/syslogd/syslogd.c
1851
while (strchr(",;", *q))
usr.sbin/syslogd/syslogd.c
1881
while (*p && !strchr("\t.; ", *p)) {
usr.sbin/syslogd/syslogd.c
1882
for (bp = buf; *p && !strchr("\t,;. ", *p); )
usr.sbin/syslogd/syslogd.c
2201
if (*s != '[' || (cp1 = strchr(s + 1, ']')) == NULL)
usr.sbin/syslogd/syslogd.c
2225
if ((cp1 = strchr(s, '/')) != NULL &&
usr.sbin/syslogd/syslogd.c
2376
else if (strchr(name, '.') == NULL) {
usr.sbin/syslogd/syslogd.c
2632
(cp = strchr(bindhostname + 1, ']')) != NULL) {
usr.sbin/syslogd/syslogd.c
2639
cp = strchr(bindhostname, ':');
usr.sbin/syslogd/syslogd.c
2640
if (cp != NULL && strchr(cp + 1, ':') == NULL) {
usr.sbin/syslogd/syslogd.c
396
} else if ((name = strchr(optarg, ':')) != NULL) {
usr.sbin/syslogd/syslogd.c
795
for (p = line; (q = strchr(p, '\n')) != NULL; p = q + 1) {
usr.sbin/traceroute/traceroute.c
1157
(cp = strchr(domain, '.')) != NULL) {
usr.sbin/traceroute/traceroute.c
1164
if ((cp = strchr(hp->h_name, '.')) != NULL &&
usr.sbin/traceroute6/traceroute6.c
1195
(cp = strchr(domain, '.')))
usr.sbin/traceroute6/traceroute6.c
1204
if ((cp = strchr(line, '.')) &&
usr.sbin/tzsetup/tzsetup.c
102
while ((p = strchr(p, '\n')) != NULL) {
usr.sbin/tzsetup/tzsetup.c
119
for (; (q = strchr(p, '\n')) != NULL; p = q + 1) {
usr.sbin/tzsetup/tzsetup.c
500
p = strchr(file, '/');
usr.sbin/vknetd/vknetd.c
142
if (ac == 0 || strchr(av[0], '/') == NULL)
usr.sbin/yp_mkdb/yp_mkdb.c
255
if ((sep = strchr(buf, '\n')))
usr.sbin/yp_mkdb/yp_mkdb.c
262
if ((sep = strchr(buf, '\n')))
usr.sbin/ypbind/ypbind.c
174
if (strchr(*argp, '/')) {
usr.sbin/ypbind/ypbind.c
239
if (strchr(argp->ypsetdom_domain, '/')) {
usr.sbin/ypserv/yp_access.c
243
if (strchr(map, '/')) {
usr.sbin/ypserv/yp_access.c
316
strchr(domain, '/') || strlen(domain) > YPMAXDOMAIN)
usr.sbin/ypserv/yp_dblookup.c
384
if (map[0] == '.' || strchr(map, '/')) {
usr.sbin/zic/zic.c
1263
if ((ep = strchr(dp, '<')) != NULL)
usr.sbin/zic/zic.c
1265
else if ((ep = strchr(dp, '>')) != NULL)
usr.sbin/zic/zic.c
1681
slashp = strchr(format, '/');
usr.sbin/zic/zic.c
1696
if (strchr("ABCDEFGHIJKLMNOPQRSTUVWXYZ", *cp) == NULL &&
usr.sbin/zic/zic.c
1697
strchr("abcdefghijklmnopqrstuvwxyz", *cp) == NULL)
usr.sbin/zic/zic.c
2206
strchr(zp->z_format, '%') == NULL &&
usr.sbin/zic/zic.c
2207
strchr(zp->z_format, '/') == NULL)
usr.sbin/zic/zic.c
2673
while ((cp = strchr(cp + 1, '/')) != NULL) {
usr.sbin/zic/zic.c
45
#define end(cp) (strchr((cp), '\0'))
usr.sbin/zic/zic.c
598
while ((s = strchr(s, '/'))
usr.sbin/zic/zic.c
603
(s = strchr(s, '/'));
usr.sbin/zic/zic.c
738
if (strchr(zp->z_format, '%') != 0)
usr.sbin/zic/zic.c
768
cp = strchr(buf, '\n');
usr.sbin/zic/zic.c
977
if ((cp = strchr(fields[i_format], '%')) != NULL) {
usr.sbin/zic/zic.c
978
if (*++cp != 's' || strchr(cp, '%') != 0) {