Symbol: strchr
bin/cp/cp.c
328
sep = strchr(to.base, '\0');
bin/cp/cp.c
433
sep = strchr(to.base, '\0');
bin/dd/args.c
114
if ((arg = strchr(oper, '=')) == NULL)
bin/df/df.c
318
while ((nextcp = strchr(nextcp, ',')) != NULL) {
bin/ed/io.c
361
if (*s && (cp = strchr(ESCAPES, *s)) != NULL)
bin/ed/main.c
1392
if (red && (*s == '!' || !strcmp(s, "..") || strchr(s, '/'))) {
bin/expr/expr.y
242
if (strchr("|&=<>+-*/%:()", *p))
bin/getfacl/getfacl.c
212
if ((p = strchr(pathname, '\n')) != NULL)
bin/hostname/hostname.c
83
p = strchr(hostname, '.');
bin/hostname/hostname.c
87
p = strchr(hostname, '.');
bin/kenv/kenv.c
101
eq = strchr(env, '=');
bin/kenv/kenv.c
176
cp = strchr(bp, '=');
bin/ls/util.c
186
(p = strchr(esc, (char)wc)) != NULL) {
bin/pax/file_subs.c
557
spt = strchr(spt, '/');
bin/pax/ftree.c
286
if ((pt = strchr(farray[0], '\n')) != NULL)
bin/pax/getoldopt.c
49
place = strchr(optstring, c);
bin/pax/options.c
1376
if ((endpt = strchr(frpt, ',')) != NULL)
bin/pax/options.c
1378
if ((pt = strchr(frpt, '=')) == NULL) {
bin/pax/pat_rep.c
103
if ((pt1 = strchr(str+1, *str)) == NULL) {
bin/pax/pat_rep.c
131
if ((pt2 = strchr(pt1, *str)) == NULL) {
bin/pax/tty_subs.c
119
if ((pt = strchr(str, '\n')) != NULL)
bin/ps/ps.c
1050
while (*argp != '\0' && strchr(W_SEP, *argp) != NULL)
bin/ps/ps.c
1055
if (strchr(T_SEP, *argp) == NULL) {
bin/ps/ps.c
1058
strchr(W_SEP T_SEP, *argp) == NULL)
bin/ps/ps.c
1074
while (*argp != '\0' && strchr(W_SEP T_SEP,
bin/ps/ps.c
1086
while (*argp != '\0' && strchr(W_SEP, *argp) != NULL)
bin/ps/ps.c
1088
if (*argp != '\0' && strchr(T_SEP, *argp) != NULL) {
bin/ps/ps.c
1448
optp = strchr(optlist, *cp);
bin/pwait/tests/pwait_reap.c
65
ATF_REQUIRE((eol = strchr(line, '\n')) != NULL);
bin/pwait/tests/pwait_reap.c
98
ATF_REQUIRE((eol = strchr(line, '\n')) != NULL);
bin/sh/alias.c
214
if ((v = strchr(n+1, '=')) == NULL) /* n+1: funny ksh stuff */
bin/sh/eval.c
764
p = strchr(text, '=');
bin/sh/exec.c
113
if (strchr(argv[0], '/') != NULL) {
bin/sh/exec.c
360
if (strchr(name, '/') != NULL) {
bin/sh/exec.c
780
if (strchr(argv[i], '/') == NULL) {
bin/sh/expand.c
199
if (strchr(ifs, c) != NULL) {
bin/sh/expand.c
304
strchr(ifsset() ? ifsval() : " \t\n", c) != NULL) {
bin/sh/expand.c
330
strchr(ifsset() ? ifsval() : " \t\n", c) != NULL) {
bin/sh/expand.c
344
strchr(ifsset() ? ifsval() : " \t\n", c) != NULL) {
bin/sh/expand.c
500
if (strchr(ifs, lastc) != NULL) {
bin/sh/expand.c
677
p = strchr(p, '=') + 1;
bin/sh/histedit.c
341
((repl = strchr(*argptr, '=')) != NULL)) {
bin/sh/mail.c
90
msg = strchr(p, '%');
bin/sh/main.c
317
if( strchr(basename, '/'))
bin/sh/miscbltin.c
306
if (strchr(ifs, c))
bin/sh/miscbltin.c
307
is_ifs = strchr(" \t\n", c) ? 1 : 2;
bin/sh/parser.c
1686
if (strchr(types, c) == NULL && c != ':' &&
bin/sh/parser.c
1718
p = strchr(types, c);
bin/sh/parser.c
671
strchr(n->narg.text, '/') ||
bin/sh/parser.c
672
strchr("!%*+-=?@}~",
bin/sh/show.c
295
if (strchr(fmt, '\n'))
bin/sh/show.c
308
if (strchr(s, '\n'))
bin/sh/var.c
180
if (strchr(*envp, '=')) {
bin/sh/var.c
295
if ((eqp = strchr(ss, '=')) != NULL)
bin/sh/var.c
448
result = strchr(cmdenviron->args[i], '=') + 1;
bin/sh/var.c
626
s = strchr(vars[i], '=');
bin/sh/var.c
670
if ((p = strchr(name, '=')) != NULL) {
bin/sh/var.c
760
if (strchr(name, '='))
bin/stty/gfmt.c
74
if ((s = strchr(s, ':')) == NULL)
bin/stty/gfmt.c
80
if (!(ep = strchr(p, '=')))
crypto/heimdal/appl/afsutil/afslog.c
284
strchr(argv[i], '/') ||
crypto/heimdal/appl/ftp/ftp/cmds.c
159
p = strchr(cp, ' ');
crypto/heimdal/appl/ftp/ftp/cmds.c
161
p = strchr(cp, '\r');
crypto/heimdal/appl/ftp/ftp/cmds.c
1761
cp = strchr(altarg, ' ');
crypto/heimdal/appl/ftp/ftp/cmds.c
1771
cp = strchr(altarg, ' ');
crypto/heimdal/appl/ftp/ftp/cmds.c
825
if ((cp = strchr(buf, '\n')) != NULL)
crypto/heimdal/appl/ftp/ftp/ftp.c
411
q = strchr (reply_string, '(');
crypto/heimdal/appl/ftp/ftp/ruserpass.c
100
dot = strchr (hostname_str, '.');
crypto/heimdal/appl/ftp/ftp/ruserpass.c
147
if ((tmp = strchr(hostname, '.')) != NULL &&
crypto/heimdal/appl/ftp/ftp/ruserpass.c
153
if ((tmp = strchr(host, '.')) != NULL &&
crypto/heimdal/appl/ftp/ftp/ruserpass.c
83
dot = strchr (hostname_str, '.');
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3197
if ((cp = strchr(cbuf, '\r'))) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3403
if ((cp = strchr(cbuf,'\n')))
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1144
if ((cp = strchr(cbuf, '\r'))) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1350
if ((cp = strchr(cbuf,'\n')))
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1087
while(*p && (isalnum((unsigned char)*p) || strchr(good_chars, (unsigned char)*p)))
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2103
end = strchr (str, sep);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
628
if ((p = strchr(line, '\n')) != NULL) {
crypto/heimdal/appl/gssmask/gssmaestro.c
616
port = strchr(name, ':');
crypto/heimdal/appl/gssmask/gssmaestro.c
779
password = strchr(user, ':');
crypto/heimdal/appl/login/env.c
95
p = strchr(newenv[j], '=');
crypto/heimdal/appl/login/login.c
620
if(strchr(*argv, '=') == NULL && strcmp(*argv, "-") != 0){
crypto/heimdal/appl/login/login_access.c
208
if ((at = strchr(tok + 1, '@')) != 0) { /* split user@host pattern */
crypto/heimdal/appl/login/login_access.c
252
if (strchr(string, '.') == 0)
crypto/heimdal/appl/login/utmp_login.c
55
hd = strchr (hostname, '.');
crypto/heimdal/appl/login/utmp_login.c
56
ld = strchr (local_hostname, '.');
crypto/heimdal/appl/push/push.c
247
tmp = strchr(tmp, ',');
crypto/heimdal/appl/push/push.c
665
p = strchr(a0, '@');
crypto/heimdal/appl/push/push.c
674
p = strchr(a0, ':');
crypto/heimdal/appl/rcp/rcp.c
160
if ((thost = strchr(argv[argc - 1], '@')) != NULL) {
crypto/heimdal/appl/rcp/rcp.c
181
host = strchr(argv[i], '@');
crypto/heimdal/appl/rcp/rcp.c
250
if ((host = strchr(argv[i], '@')) == NULL) {
crypto/heimdal/appl/rsh/login_access.c
208
if ((at = strchr(tok + 1, '@')) != 0) { /* split user@host pattern */
crypto/heimdal/appl/rsh/login_access.c
252
if (strchr(string, '.') == 0)
crypto/heimdal/appl/rsh/rsh.c
936
if (strchr(unique_tkfile,' ') != NULL) {
crypto/heimdal/appl/rsh/rsh.c
952
if((tmp = strchr(host, '@')) != NULL) {
crypto/heimdal/appl/rsh/rshd.c
351
end = strchr(*client_username + 3,' ');
crypto/heimdal/appl/su/su.c
455
char *p = strchr(newenv[j], '=');
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
161
if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0';
crypto/heimdal/appl/telnet/telnet/commands.c
1546
if ((cp = strchr(*epp, '='))) {
crypto/heimdal/appl/telnet/telnet/commands.c
1563
char *cp2 = strchr((char *)ep->value, ':');
crypto/heimdal/appl/telnet/telnet/commands.c
1571
if (strchr(hbuf, '.') == 0) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
270
char *strchr();
crypto/heimdal/appl/telnet/telnetd/telnetd.c
279
c = strchr(optarg, '-');
crypto/heimdal/appl/telnet/telnetd/telnetd.c
739
char *domain = strchr(host_name, '.');
crypto/heimdal/appl/telnet/telnetd/telnetd.c
740
char *p = strchr(remote_utmp_name, '.');
crypto/heimdal/appl/telnet/telnetd/utility.c
471
slash = strchr(line+1, '/');
crypto/heimdal/kadmin/load.c
198
p = strchr(p, '/');
crypto/heimdal/kadmin/util.c
498
else if(strchr("[]*?", *p) != NULL)
crypto/heimdal/kadmin/util.c
600
p = strchr(buf, '\n');
crypto/heimdal/kadmin/util.c
619
p = strchr (hexdigits, tolower((unsigned char)c));
crypto/heimdal/kdc/connect.c
181
char *q = strchr(p, '/');
crypto/heimdal/kdc/digest.c
828
username = strchr(ireq.u.digestRequest.username, '\\');
crypto/heimdal/kdc/digest.c
93
p = strchr(targetname, '.');
crypto/heimdal/kdc/hprop.c
292
port = strchr(host, ':');
crypto/heimdal/kdc/pkinit.c
1930
subject_name = strchr(p, ':');
crypto/heimdal/lib/com_err/parse.c
1699
char *q = strchr(x, *p);
crypto/heimdal/lib/com_err/parse.y
157
char *q = strchr(x, *p);
crypto/heimdal/lib/gssapi/krb5/import_name.c
150
p = strchr (tmp, '@');
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
61
q = strchr(p, '.');
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
87
q = strchr(p, '.');
crypto/heimdal/lib/gssapi/ntlm/import_name.c
71
p = strchr(name, '@');
crypto/heimdal/lib/gssapi/ntlm/import_name.c
78
p2 = strchr(p, '.');
crypto/heimdal/lib/gssapi/ntlm/import_name.c
82
p2 = strchr(p, '.');
crypto/heimdal/lib/hdb/dbinfo.c
154
if(p == NULL || strchr(p, '/') != NULL)
crypto/heimdal/lib/hdb/hdb-ldap.c
1918
search_base = strchr(p + strlen("ldapi://"), ':');
crypto/heimdal/lib/hdb/hdb.c
288
p = strchr(filename, ':');
crypto/heimdal/lib/hx509/ca.c
655
q = strchr(q, '/');
crypto/heimdal/lib/hx509/file.c
221
p = strchr(type, '-');
crypto/heimdal/lib/hx509/file.c
228
p = strchr(buf, ':');
crypto/heimdal/lib/hx509/file.c
239
p = strchr(buf, ':');
crypto/heimdal/lib/hx509/keyset.c
126
residue = strchr(name, ':');
crypto/heimdal/lib/hx509/ks_file.c
220
iv = strchr(type, ',');
crypto/heimdal/lib/hx509/ks_file.c
427
pnext = strchr(p, ',');
crypto/heimdal/lib/hx509/ks_p11.c
852
str = strchr(list, ',');
crypto/heimdal/lib/hx509/ks_p11.c
857
strnext = strchr(str, ',');
crypto/heimdal/lib/hx509/name.c
595
q = strchr(p, ',');
crypto/heimdal/lib/hx509/name.c
604
q = strchr(p, '=');
crypto/heimdal/lib/hx509/name.c
777
p2 = strchr(p, '}');
crypto/heimdal/lib/kadm5/ad.c
638
s = strchr(samname, '.');
crypto/heimdal/lib/kadm5/ad.c
649
s = strchr(short_spn, '.');
crypto/heimdal/lib/kadm5/init_c.c
112
colon = strchr ((*ctx)->admin_server, ':');
crypto/heimdal/lib/kadm5/init_c.c
427
slash = strchr (hostname, '/');
crypto/heimdal/lib/kadm5/password_quality.c
417
p = strchr(name, ':');
crypto/heimdal/lib/kafs/common.c
297
p = strchr(buf, '#');
crypto/heimdal/lib/krb5/addr_families.c
180
p = strchr(address, ':');
crypto/heimdal/lib/krb5/addr_families.c
377
p = strchr(address, ':');
crypto/heimdal/lib/krb5/cache.c
227
if ((colon = strchr(name, ':')) == NULL)
crypto/heimdal/lib/krb5/cache.c
234
strchr(colon + 1, ':') == NULL)
crypto/heimdal/lib/krb5/cache.c
995
p1 = strchr(p, ':');
crypto/heimdal/lib/krb5/config_file.c
130
p1 = strchr (p + 1, ']');
crypto/heimdal/lib/krb5/config_file.c
878
char * t = strchr(end + 1, '"');
crypto/heimdal/lib/krb5/expand_path.c
432
tok_end = strchr(tok_begin, '}');
crypto/heimdal/lib/krb5/get_host_realm.c
172
for (p = host; p != NULL; p = strchr (p + 1, '.')) {
crypto/heimdal/lib/krb5/get_host_realm.c
176
for (q = host; q != NULL; q = strchr(q + 1, '.'))
crypto/heimdal/lib/krb5/get_host_realm.c
188
p = strchr(host, '.');
crypto/heimdal/lib/krb5/get_host_realm.c
240
use_dns = (strchr(host, '.') != NULL);
crypto/heimdal/lib/krb5/keytab.c
173
residual = strchr(name, ':');
crypto/heimdal/lib/krb5/krbhst.c
230
if (p[0] == '[' && (q = strchr(p, ']')) != NULL) {
crypto/heimdal/lib/krb5/krbhst.c
408
if (strchr(hostname, '.') && hostname[strlen(hostname) - 1] != '.') {
crypto/heimdal/lib/krb5/krbhst.c
891
if (!strchr(realm, '.'))
crypto/heimdal/lib/krb5/log.c
293
p = strchr(p, '/');
crypto/heimdal/lib/krb5/principal.c
406
q = strchr(quotable_chars, *p);
crypto/heimdal/lib/krb5/send_to_kdc.c
277
colon = strchr(proxy, ':');
crypto/heimdal/lib/krb5/transited.c
78
p = strchr(p, '.');
crypto/heimdal/lib/krb5/verify_krb5_conf.c
305
p = strchr(p, '/');
crypto/heimdal/lib/roken/base64.c
130
for (p = str; *p && (*p == '=' || strchr(base64_chars, *p)); p += 4) {
crypto/heimdal/lib/roken/environment.c
88
r = strchr(p, '=');
crypto/heimdal/lib/roken/fnmatch.c
101
if ((string = strchr(string, '/')) == NULL)
crypto/heimdal/lib/roken/fnmatch.c
96
return (strchr(string, '/') == NULL ?
crypto/heimdal/lib/roken/getaddrinfo.c
239
if (strchr (tmp_canon, '.') == NULL) {
crypto/heimdal/lib/roken/getaddrinfo.c
247
if (strchr (tmp, '.') != NULL)
crypto/heimdal/lib/roken/getaddrinfo_hostspec.c
80
p = strchr (hostspec, ':');
crypto/heimdal/lib/roken/getarg.c
362
p = strchr (argv, '=');
crypto/heimdal/lib/roken/getnameinfo.c
58
char *dot = strchr (host, '.');
crypto/heimdal/lib/roken/getopt.c
77
!(oli = strchr(ostr, optopt))) {
crypto/heimdal/lib/roken/hostent_find_fqdn.c
48
if (strchr (ret, '.') == NULL)
crypto/heimdal/lib/roken/hostent_find_fqdn.c
50
if (strchr (*h, '.') != NULL) {
crypto/heimdal/lib/roken/iruserok.c
117
if (strchr(p, '\n') == NULL) {
crypto/heimdal/lib/roken/putenv.c
54
const char *eq = (const char *)strchr(string, '=');
crypto/heimdal/lib/roken/roken_gethostby.c
91
p = strchr(*host, ':');
crypto/heimdal/lib/roken/roken_gethostby.c
98
p = strchr(p ? p : *host, '/');
crypto/heimdal/lib/roken/strtok_r.c
49
while(*s1 && strchr(s2, *s1))
crypto/heimdal/lib/roken/strtok_r.c
54
while(*s1 && !strchr(s2, *s1))
crypto/heimdal/lib/roken/vis.c
155
if (!isascii(c) || !isalnum(c) || strchr("$-_.+!*'(),", c) != NULL) {
crypto/heimdal/lib/roken/vis.c
178
isextra = strchr(extra, c) != NULL;
crypto/krb5/src/clients/kinit/kinit.c
208
sep = strchr(av, '=');
crypto/krb5/src/clients/ksu/authorization.c
347
if (strchr(fcmd, '/')){
crypto/krb5/src/clients/ksu/authorization.c
575
newline = strchr(line_ptr, '\n');
crypto/krb5/src/clients/ksu/ccache.c
403
while ((p = strchr(sym, '/')) != NULL)
crypto/krb5/src/clients/ksu/ccache.c
405
while ((p = strchr(sym, '+')) != NULL)
crypto/krb5/src/clients/ksu/main.c
861
if (strchr(defname, ':') != NULL) {
crypto/krb5/src/clients/ksu/main.c
895
sep = strchr(target, ':');
crypto/krb5/src/clients/kvno/kvno.c
261
if (*line == '\0' || strchr(line, ':') != NULL) {
crypto/krb5/src/kadmin/cli/kadmin.c
209
cp = strchr(name, '@');
crypto/krb5/src/kadmin/cli/kadmin.c
214
cp = strchr(cp + 1, '@');
crypto/krb5/src/kadmin/cli/kadmin.c
494
realm = strchr(canon, '@');
crypto/krb5/src/kadmin/cli/kadmin.c
498
realm = strchr(realm + 1, '@');
crypto/krb5/src/kadmin/cli/kadmin.c
502
cp = strchr(canon, '/');
crypto/krb5/src/kadmin/cli/kadmin.c
506
cp = strchr(cp + 1, '/');
crypto/krb5/src/kadmin/cli/keytab.c
92
if (strchr(name, ':') != NULL)
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
677
append_realm = (realm != NULL) && (strchr(glob, '@') == NULL);
crypto/krb5/src/kadmin/dbutil/tdumputil.c
112
if (strchr(s, fl.fieldsep) != NULL)
crypto/krb5/src/kadmin/dbutil/tdumputil.c
114
if (strchr(s, fl.recordsep) != NULL)
crypto/krb5/src/kadmin/dbutil/tdumputil.c
116
if (strchr(s, fl.quotechar) != NULL)
crypto/krb5/src/kadmin/server/ipropd_svc.c
249
if ((s = strchr(clprinc, '/')) == NULL || (e = strchr(++s, '@')) == NULL ||
crypto/krb5/src/kdc/do_tgs_req.c
501
if (strchr(hostname, '.') == NULL)
crypto/krb5/src/lib/kadm5/alt_prof.c
400
if (*server == '[' && (end = strchr(server + 1, ']')) != NULL) {
crypto/krb5/src/lib/kadm5/alt_prof.c
606
if ((ep = strchr(sp, ',')) != NULL ||
crypto/krb5/src/lib/kadm5/alt_prof.c
607
(ep = strchr(sp, ' ')) != NULL ||
crypto/krb5/src/lib/kadm5/alt_prof.c
608
(ep = strchr(sp, '\t')) != NULL) {
crypto/krb5/src/lib/kadm5/logger.c
341
cp2 = strchr(&cp[7], ':');
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
67
append_realm = (realm != NULL) && (strchr(glob, '@') == NULL);
crypto/krb5/src/lib/kadm5/srv/svr_policy.c
28
if (strchr(allowed_keysalts, '\t') != NULL)
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
168
strchr(buf, '/') || strchr(buf, '\\')) {
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1227
else if (strchr(defname + 2, ':') == NULL) /* Skip drive prefix if any. */
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
372
sep = strchr(residual, ':');
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
385
sep = strchr(residual, ':');
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
426
sep = strchr(residual, ':');
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
431
sep = strchr(cname, ':');
crypto/krb5/src/lib/krb5/ccache/ccbase.c
213
cp = strchr (name, ':');
crypto/krb5/src/lib/krb5/ccache/ccselect_k5identity.c
115
sep = strchr(field, '=');
crypto/krb5/src/lib/krb5/keytab/ktbase.c
163
cp = strchr (name, ':');
crypto/krb5/src/lib/krb5/krb/conv_princ.c
323
if ((p->flags & DO_REALM_CONVERSION) && !strchr(instance, '.')) {
crypto/krb5/src/lib/krb5/krb/kerrs.c
152
while ((p = strchr(s, '%')) != NULL) {
crypto/krb5/src/lib/krb5/krb/parse_host_string.c
91
} else if (*address == '[' && (p = strchr(address, ']')) != NULL) {
crypto/krb5/src/lib/krb5/krb/plugin.c
166
sep = strchr(modstr, ':');
crypto/krb5/src/lib/krb5/os/expand_path.c
503
tok_end = strchr(tok_begin, '}');
crypto/krb5/src/lib/krb5/os/hostrealm.c
335
if (strchr(name, ':') != NULL)
crypto/krb5/src/lib/krb5/os/hostrealm_dns.c
55
fqdn = strchr(fqdn, '.');
crypto/krb5/src/lib/krb5/os/hostrealm_domain.c
100
dot = strchr(uhost, '.');
crypto/krb5/src/lib/krb5/os/hostrealm_domain.c
86
while (limit-- >= 0 && (dot = strchr(suffix, '.')) != NULL) {
crypto/krb5/src/lib/krb5/os/hostrealm_profile.c
64
for (p = host; p != NULL; p = (*p == '.') ? p + 1 : strchr(p, '.')) {
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
316
for(s = filepath, i=0; (t = strchr(s, ':')) || (t=s+strlen(s)); s=t+1, i++) {
crypto/krb5/src/lib/krb5/os/localauth.c
240
p = strchr(value, ':');
crypto/krb5/src/lib/krb5/os/localauth_rule.c
162
if (!(cp[0] == 's' && cp[1] == '/' && (ep = strchr(cp + 2, '/')) &&
crypto/krb5/src/lib/krb5/os/localauth_rule.c
163
(tp = strchr(ep + 1, '/')))) {
crypto/krb5/src/lib/krb5/os/localauth_rule.c
90
endp = strchr(startp, ')');
crypto/krb5/src/lib/krb5/os/locate_kdc.c
226
cp = strchr(*host, '/');
crypto/krb5/src/lib/krb5/os/prompter.c
103
retp = strchr(prompts[i].reply->data, '\n');
crypto/krb5/src/lib/krb5/os/prompter.c
281
if ((ptr = strchr(prompts[i].reply->data, '\n')))
crypto/krb5/src/lib/krb5/os/read_pwd.c
154
if ((ptr = strchr(password, '\n')))
crypto/krb5/src/lib/krb5/os/read_pwd.c
175
if ((ptr = strchr(tmpstr, '\n')))
crypto/krb5/src/lib/krb5/os/sn2princ.c
123
if (canonhost == host && strchr(host, '.') == NULL) {
crypto/krb5/src/lib/krb5/rcache/rc_base.c
82
sep = strchr(name, ':');
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1209
if( (s=strchr(line, '\n')) ) *s = '\0';
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
819
if( (s=strchr(line, '\n')) ) *s = '\0';
crypto/krb5/src/lib/rpc/getrpcent.c
186
cp = strchr(p, '#');
crypto/krb5/src/lib/rpc/getrpcent.c
189
cp = strchr(p, '\n');
crypto/krb5/src/lib/rpc/getrpcent.c
194
cp = strchr(p, ' ');
crypto/krb5/src/lib/rpc/getrpcent.c
197
cp = strchr(p, '\t');
crypto/krb5/src/lib/rpc/getrpcent.c
208
cp = strchr(p, ' ');
crypto/krb5/src/lib/rpc/getrpcent.c
213
cp = strchr(p, '\t');
crypto/krb5/src/lib/rpc/getrpcent.c
224
cp = strchr(p, ' ');
crypto/krb5/src/lib/rpc/getrpcent.c
229
cp = strchr(p, '\t');
crypto/krb5/src/plugins/hostrealm/test/main.c
67
q = strchr(p, '.');
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
129
char *pos = strchr(input, '=');
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
207
if (ofd == STDOUT_FILENO && (t = strchr(p, '\n')) != NULL)
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
615
if ((p = strchr(s, '\n')) != NULL)
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
670
if ((eq = strchr(s, '=')) == NULL)
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
765
if ((np = strchr(name, '\n')) != NULL)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
141
pos = strchr(input, '=');
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_service_stash.c
97
sep = strchr(start, '#');
crypto/krb5/src/plugins/kdb/test/kdb_test.c
298
sep = strchr(str, ':');
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
255
vp = strchr(cp, '=');
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
393
residual = strchr(value, ':');
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
482
residual = strchr(value, ':');
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
214
comma = strchr(value, ',');
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
303
nk = strchr(*rule, '<');
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
314
nk = strchr(nk+1, '<'); /* keep looking */
crypto/krb5/src/plugins/preauth/securid_sam2/securid2.c
389
cp = strchr(securid_user, '@');
crypto/krb5/src/util/profile/prof_init.c
347
for(s = filepath, i=0; (t = strchr(s, ':')) || (t=s+strlen(s)); s=t+1, i++) {
crypto/krb5/src/util/profile/prof_init.c
69
p = strchr(p, ':');
crypto/krb5/src/util/profile/prof_parse.c
149
cp = strchr(cp, '=');
crypto/krb5/src/util/profile/prof_parse.c
185
p = strchr(tag, '*');
crypto/krb5/src/util/profile/prof_parse.c
203
p = strchr(tag, '*');
crypto/krb5/src/util/profile/prof_parse.c
393
newline = strchr (p, '\n');
crypto/krb5/src/util/profile/prof_parse.c
470
if (strchr(str, '\n') || strchr(str, '\t') || strchr(str, '\b'))
crypto/krb5/src/util/profile/prof_parse.c
96
p = strchr(cp, ']');
crypto/krb5/src/util/ss/listen.c
147
cp = strchr (c, ' ');
crypto/krb5/src/util/ss/listen.c
150
cp = strchr (c, '\t');
crypto/krb5/src/util/support/base64.c
99
p = strchr(base64_chars, token[i]);
crypto/krb5/src/util/support/fake-addrinfo.c
1214
if (ai->ai_canonname && strchr(ai->ai_canonname, ':'))
crypto/krb5/src/util/support/fake-addrinfo.c
1226
if (strchr(name2, '.') != 0)
crypto/krb5/src/util/support/fnmatch.c
151
strchr(string, '/') == NULL ?
crypto/krb5/src/util/support/fnmatch.c
156
if ((string = strchr(string, '/')) == NULL)
crypto/krb5/src/util/support/getopt.c
112
!(oli = strchr(ostr, optopt))) {
crypto/krb5/src/util/support/getopt_long.c
179
if ((has_equal = strchr(current_argv, '=')) != NULL) {
crypto/krb5/src/util/support/getopt_long.c
96
!(oli = strchr(ostr, optopt))) {
crypto/krb5/src/util/support/json.c
598
p = strchr(quotemap_c, *str);
crypto/krb5/src/util/support/json.c
835
q = strchr(quotemap_json, *p);
crypto/krb5/src/util/verto/verto.c
216
tmp = strchr(bn, '-');
crypto/krb5/src/util/verto/verto.c
218
if (strchr(tmp+1, '.')) {
crypto/krb5/src/util/verto/verto.c
219
*strchr(tmp+1, '.') = '\0';
crypto/krb5/src/util/verto/verto.c
390
if ((strchr(impl, '/') && !strcmp(impl, (*record)->filename))
crypto/krb5/src/util/verto/verto.c
423
suffix = strchr(suffix, '.');
crypto/krb5/src/util/verto/verto.c
434
if (!success && strchr(impl, '/'))
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
267
ctemp = strchr(uname, '@');
crypto/krb5/src/windows/leash/LeashView.cpp
892
realm = strchr(pname, '@');
crypto/krb5/src/windows/leashdll/lsh_pwd.c
752
p_Principal = strchr(principal, '@');
crypto/krb5/src/windows/leashdll/lshutil.cpp
470
LPTSTR realmStr = strchr(str, '@');
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
1004
t = strchr(rec, ' ');
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
964
t = strchr(s, ' ');
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
975
t = strchr(s, ' ');
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
992
t = strchr(s, ' ');
crypto/openssh/addr.c
471
if ((mp = strchr(addrbuf, '/')) != NULL) {
crypto/openssh/auth-options.c
267
if (allow_bare_port && strchr(opt, ':') == NULL) {
crypto/openssh/auth-options.c
410
if ((tmp = strchr(opt, '=')) == NULL) {
crypto/openssh/auth2-methods.c
108
if ((p = strchr(method, ':')) != NULL)
crypto/openssh/auth2-pubkeyfile.c
247
if ((ep = strchr(cp, '#')) != NULL)
crypto/openssh/auth2.c
293
if ((style = strchr(user, ':')) != NULL)
crypto/openssh/auth2.c
803
if (strchr(authctxt->auth_method_info, '\n') != NULL)
crypto/openssh/channels.c
5310
cp = strchr(buf, ':');
crypto/openssh/channels.c
5388
cp = strchr(disp, ':');
crypto/openssh/channels.c
5390
cp = strchr(cp, '.');
crypto/openssh/clientloop.c
2108
if (strchr(hosts, '*') != NULL || strchr(hosts, '?') != NULL)
crypto/openssh/clientloop.c
2111
if ((cp = strchr(hosts, ',')) == NULL)
crypto/openssh/clientloop.c
2114
if (strchr(cp + 1, ',') != NULL)
crypto/openssh/clientloop.c
2154
if (ctx->ip_str != NULL && strchr(l->hosts, ',') != NULL) {
crypto/openssh/clientloop.c
2759
if ((val = strchr(name, '=')) == NULL) {
crypto/openssh/clientloop.c
276
strchr(SSH_X11_VALID_DISPLAY_CHARS, display[i]) == NULL) {
crypto/openssh/clientloop.c
2784
if ((val = strchr(name, '=')) == 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
915
if ((p = strchr(my[*idx], ',')) != NULL)
crypto/openssh/kex.c
917
if ((p = strchr(peer[*idx], ',')) != NULL)
crypto/openssh/misc.c
1122
if ((cp = strchr(tmp, '@')) != NULL) {
crypto/openssh/misc.c
1127
if ((delim = strchr(tmp, ';')) != NULL) {
crypto/openssh/misc.c
1150
if ((cp = strchr(tmp, '/')) != NULL)
crypto/openssh/misc.c
1288
if ((path = strchr(copy, '/')) != NULL) {
crypto/openssh/misc.c
1391
if ((varend = strchr(string, '}')) == NULL) {
crypto/openssh/misc.c
1436
if (strchr(keys[i].key, *string) != NULL) {
crypto/openssh/misc.c
2414
if (strchr(name, '=') != NULL) {
crypto/openssh/misc.c
2635
if ((cp = strchr(sdup, '=')) == NULL || cp == sdup) {
crypto/openssh/misc.c
3018
if ((cp = strchr(name, '=')) == NULL) {
crypto/openssh/misc.c
603
if ((ep = strchr(sp, ':')) == NULL) {
crypto/openssh/misc.c
819
if ((s = strchr(s, ']')) == NULL)
crypto/openssh/mux.c
239
if ((cp = strchr(env, '=')) == NULL || cp == env)
crypto/openssh/openbsd-compat/base64.c
212
pos = strchr(Base64, ch);
crypto/openssh/openbsd-compat/fnmatch.c
118
if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') {
crypto/openssh/openbsd-compat/fnmatch.c
339
strendseg = strchr(string, '/');
crypto/openssh/openbsd-compat/fnmatch.c
341
strendseg = strchr(string, '\0');
crypto/openssh/openbsd-compat/fnmatch.c
343
strendseg = strchr(string, '\0');
crypto/openssh/openbsd-compat/getopt_long.c
202
if ((has_equal = strchr(current_argv, '=')) != NULL) {
crypto/openssh/openbsd-compat/getopt_long.c
363
(place[1] == '\0' && strchr(options, '-') == NULL)) {
crypto/openssh/openbsd-compat/getopt_long.c
428
else if (*place != ':' && strchr(options, *place) != NULL)
crypto/openssh/openbsd-compat/getopt_long.c
441
(oli = strchr(options, optchar)) == NULL) {
crypto/openssh/openbsd-compat/port-linux.c
199
if ((cx = strchr(oldctx, ':')) == NULL ||
crypto/openssh/openbsd-compat/port-linux.c
200
(cx = strchr(cx + 1, ':')) == NULL ||
crypto/openssh/openbsd-compat/port-linux.c
214
cx2 = strchr(cx + 1, ':');
crypto/openssh/readconf.c
1169
if (strchr(WHITESPACE "\f", line[len]) == NULL)
crypto/openssh/readconf.c
1929
if (*arg == '\0' || strchr(arg, '=') != NULL) {
crypto/openssh/readconf.c
1955
if (strchr(arg, '=') == NULL) {
crypto/openssh/readconf.c
2260
if ((arg2 = strchr(arg, ':')) == NULL ||
crypto/openssh/readconf.c
2537
if (strchr(str + len, '\r') != NULL) {
crypto/openssh/readconf.c
2541
if ((arg = strchr(line, '#')) != NULL) {
crypto/openssh/readconf.c
3435
if (strchr("'`\"$\\;&<>|(){},", s[i]) != NULL ||
crypto/openssh/readconf.c
3452
if (strchr("'`\";&<>|(){}", s[i]) != NULL)
crypto/openssh/readconf.c
3480
if ((cp = strchr(orig, '#')) != NULL)
crypto/openssh/readconf.c
3937
i = strchr(o->jump_host, ':') != NULL ||
crypto/openssh/readconf.c
785
arg = strchr(attrib, '=');
crypto/openssh/regress/check-perm.c
49
if ((cp = strchr(cp, '/')) == NULL)
crypto/openssh/regress/misc/fuzz-harness/authkeys_fuzz.cc
54
for (; size > 0 && strchr(" \t\r\n", data[size - 1]) != NULL; size--) ;
crypto/openssh/regress/netcat.c
1104
if ((n = strchr(p, '-')) != NULL) {
crypto/openssh/regress/netcat.c
1629
if (strchr(host, ':') != NULL) {
crypto/openssh/scp.c
1400
if (strchr(name, '\n') != NULL) {
crypto/openssh/scp.c
1803
if (*cp == '\0' || strchr(cp, '/') != NULL ||
crypto/openssh/servconf.c
1134
if (strchr(WHITESPACE "\f", line[len]) == NULL)
crypto/openssh/servconf.c
1239
if (strchr(arg, '[') == NULL && (p = strchr(arg, ':')) != NULL
crypto/openssh/servconf.c
1240
&& strchr(p+1, ':') != NULL) {
crypto/openssh/servconf.c
2055
if (*arg == '\0' || strchr(arg, '=') != NULL)
crypto/openssh/servconf.c
2074
if (*arg == '\0' || strchr(arg, '=') == NULL)
crypto/openssh/servconf.c
2253
strchr(arg, ':') == NULL) {
crypto/openssh/servconf.c
2371
if (strchr(str + len, '\r') != NULL) {
crypto/openssh/servconf.c
2375
if ((arg = strchr(line, '#')) != NULL) {
crypto/openssh/servconf.c
890
arg = strchr(attrib, '=');
crypto/openssh/session.c
1003
if ((val = strchr(*var, '=')) != NULL) {
crypto/openssh/session.c
1080
cp = strchr(ocp, '=');
crypto/openssh/session.c
1130
if ((value = strchr(cp, '=')) == NULL) {
crypto/openssh/session.c
1299
if ((cp = strchr(cp, '/')) == NULL)
crypto/openssh/session.c
818
value = strchr(cp, '=');
crypto/openssh/sftp-realpath.c
114
p = strchr(left, '/');
crypto/openssh/sftp-server.c
2021
if ((cp = strchr(client_addr, ' ')) == NULL) {
crypto/openssh/sftp.c
2678
if (sftp_server == NULL || strchr(sftp_server, '/') == NULL)
crypto/openssh/sftp.c
601
if (strchr("[]?*\\", s[i]) != NULL)
crypto/openssh/ssh-add.c
773
if ((cp = strchr(os, '>')) == NULL) {
crypto/openssh/ssh-ecdsa-sk.c
187
if (strchr(origin, '\"') != NULL ||
crypto/openssh/ssh-keygen.c
1923
if (*timespec == '+' && strchr(timespec, ':') == NULL) {
crypto/openssh/ssh-keygen.c
1941
to = strchr(from, ':');
crypto/openssh/ssh-keygen.c
2022
val = xstrdup(strchr(opt, ':') + 1);
crypto/openssh/ssh-keygen.c
2023
if ((cp = strchr(val, '=')) != NULL)
crypto/openssh/ssh-keygen.c
3106
if (strchr(cp, '/') != NULL || strstr(cp, "..") != NULL ||
crypto/openssh/ssh-keygen.c
3107
strchr(cp, '\\') != NULL) {
crypto/openssh/ssh-keyscan.c
803
if ((cp = strchr(line, '#')) == NULL)
crypto/openssh/ssh.c
1293
if (strchr(argv0, '/') != NULL && access(argv0, X_OK) != 0)
crypto/openssh/ssh.c
1449
if (strchr(host, '.') == NULL) {
crypto/openssh/ssh.c
1570
if ((value = strchr(name, '=')) == NULL) {
crypto/openssh/ssh.c
287
return (strchr(name, '%') != NULL || strchr(name, ':') != NULL ||
crypto/openssh/sshconnect2.c
115
if ((cp = strchr(ret, ',')) != NULL)
crypto/openssl/apps/ca.c
2584
p = strchr(tmp, ',');
crypto/openssl/apps/ca.c
2592
p = strchr(p, ',');
crypto/openssl/apps/cmp.c
1062
strchr(names, '@') != NULL ? GEN_EMAIL : strchr(names, ':') != NULL ? GEN_URI
crypto/openssl/apps/cmp.c
2126
if ((ptr = strchr(oid, ':')) == NULL) {
crypto/openssl/apps/cmp.c
2163
end = strchr(ptr, ',');
crypto/openssl/apps/engine.c
261
if ((arg = strchr(cmd, ':')) == NULL) {
crypto/openssl/apps/lib/app_provider.c
111
if ((p.key = strchr(copy, ':')) != NULL) {
crypto/openssl/apps/lib/app_provider.c
94
|| (p.val = strchr(copy, '=')) == NULL) {
crypto/openssl/apps/lib/app_x509.c
95
vtmp = strchr(stmp, ':');
crypto/openssl/apps/lib/apps.c
2075
vtmp = strchr(stmp, ':');
crypto/openssl/apps/lib/apps.c
271
const char *arg_ptr = strchr(arg, ':');
crypto/openssl/apps/lib/apps.c
292
tmp = strchr(tpass, '\n');
crypto/openssl/apps/lib/apps.c
3429
|| (vtmp = strchr(stmp, ':')) == NULL)
crypto/openssl/apps/lib/engine_loader.c
79
q = strchr(p, ':');
crypto/openssl/apps/lib/http_server.c
324
if (((end = strchr(reqbuf, '\r')) != NULL && end[1] == '\n')
crypto/openssl/apps/lib/http_server.c
325
|| (end = strchr(reqbuf, '\n')) != NULL)
crypto/openssl/apps/lib/http_server.c
425
if (((end = strchr(inbuf, '\r')) != NULL && end[1] == '\n')
crypto/openssl/apps/lib/http_server.c
426
|| (end = strchr(inbuf, '\n')) != NULL)
crypto/openssl/apps/lib/http_server.c
440
value = strchr(key, ':');
crypto/openssl/apps/lib/http_server.c
517
if (log_get_verbosity() < LOG_TRACE && (p = strchr(buf, '\r')) != NULL)
crypto/openssl/apps/lib/opt.c
921
if ((arg = strchr(p, '=')) != NULL)
crypto/openssl/apps/lib/s_socket.c
260
strchr(hostname, ':') == NULL
crypto/openssl/apps/ocsp.c
544
value = strchr(header, '=');
crypto/openssl/apps/passwd.c
283
char *c = (strchr(passwd, '\n'));
crypto/openssl/apps/passwd.c
291
while ((r > 0) && (!strchr(trash, '\n')));
crypto/openssl/apps/pkeyutl.c
411
char *passin = strchr(opt, ':');
crypto/openssl/apps/req.c
1543
const char *p = strchr(gstr, ':');
crypto/openssl/apps/req.c
250
if ((p = strchr(kv, '=')) == NULL) {
crypto/openssl/apps/s_client.c
4027
cmd_start = strchr(cmd_start, '{');
crypto/openssl/apps/s_client.c
4042
char *cmd_end = strchr(cmd_start, '}');
crypto/openssl/apps/s_client.c
4057
arg_start = strchr(cmd_start, ':');
crypto/openssl/apps/speed.c
4991
p = strchr(buf, '\n');
crypto/openssl/crypto/bio/bio_addr.c
515
if ((p = strchr(hostserv, ']')) == NULL)
crypto/openssl/crypto/bio/bio_addr.c
530
p = strchr(hostserv, ':');
crypto/openssl/crypto/bio/bio_addr.c
559
if (p != NULL && strchr(p, ':'))
crypto/openssl/crypto/bio/bss_file.c
63
if (strchr(mode, 'b') == NULL)
crypto/openssl/crypto/cmp/cmp_util.c
101
msg = strchr(p_level, ':');
crypto/openssl/crypto/cmp/cmp_util.c
49
const char *end_level = strchr(level, ':');
crypto/openssl/crypto/cmp/cmp_util.c
77
const char *p_file = buf == NULL ? NULL : strchr(buf, ':');
crypto/openssl/crypto/cmp/cmp_util.c
87
const char *p_line = strchr(++p_file, ':');
crypto/openssl/crypto/conf/conf_def.c
403
pval = strchr(p, ':');
crypto/openssl/crypto/conf/conf_mod.c
741
p = strchr(lstart, sep);
crypto/openssl/crypto/conf/conf_ssl.c
112
name = strchr(cmd_conf->name, '.');
crypto/openssl/crypto/core_algorithm.c
191
first_name_end = strchr(algo->algorithm_names, ':');
crypto/openssl/crypto/core_namemap.c
333
if ((q = strchr(p, separator)) == NULL) {
crypto/openssl/crypto/dso/dso_dl.c
218
transform = (strchr(filename, '/') == NULL);
crypto/openssl/crypto/dso/dso_dlfcn.c
251
transform = (strchr(filename, '/') == NULL);
crypto/openssl/crypto/dso/dso_vms.c
163
sp2 = strchr(sp1, '.');
crypto/openssl/crypto/dso/dso_vms.c
175
sp2 = strchr(sp1, ';');
crypto/openssl/crypto/dso/dso_vms.c
474
p = strchr(filename, ':');
crypto/openssl/crypto/encode_decode/decoder_meth.c
154
const char *q = strchr(names, NAME_SEPARATOR);
crypto/openssl/crypto/encode_decode/decoder_meth.c
191
const char *q = strchr(names, NAME_SEPARATOR);
crypto/openssl/crypto/encode_decode/encoder_meth.c
154
const char *q = strchr(names, NAME_SEPARATOR);
crypto/openssl/crypto/encode_decode/encoder_meth.c
191
const char *q = strchr(names, NAME_SEPARATOR);
crypto/openssl/crypto/engine/eng_cnf.c
21
const char *p = strchr(name, '.');
crypto/openssl/crypto/evp/evp_fetch.c
142
const char *q = strchr(names, NAME_SEPARATOR);
crypto/openssl/crypto/evp/evp_fetch.c
182
const char *q = strchr(names, NAME_SEPARATOR);
crypto/openssl/crypto/hpke/hpke_util.c
491
char *cp = strchr(st, OSSL_HPKE_STR_DELIMCHAR);
crypto/openssl/crypto/http/http_client.c
1488
if (server[0] != '[' && strchr(server, ':') != NULL)
crypto/openssl/crypto/http/http_client.c
795
value = strchr(key, ':');
crypto/openssl/crypto/http/http_client.c
800
line_end = strchr(value, '\r');
crypto/openssl/crypto/http/http_client.c
802
line_end = strchr(value, '\n');
crypto/openssl/crypto/http/http_client.c
835
&& (strchr(rctx->expected_ct, ';') != NULL
crypto/openssl/crypto/http/http_client.c
836
|| (semicolon = strchr(value, ';')) == NULL
crypto/openssl/crypto/http/http_lib.c
108
host_end = strchr(host + 1, ']');
crypto/openssl/crypto/http/http_lib.c
144
tmp = strchr(p, '?');
crypto/openssl/crypto/http/http_lib.c
154
tmp = strchr(p, '#');
crypto/openssl/crypto/mem.c
112
char *semi = strchr(md_failstring, ';');
crypto/openssl/crypto/mem.c
120
atsign = strchr(md_failstring, '@');
crypto/openssl/crypto/provider_conf.c
60
const char *p = strchr(name, '.');
crypto/openssl/crypto/punycode.c
271
const char *tmpptr = strchr(inptr, '.');
crypto/openssl/crypto/sparcv9cap.c
97
if ((e = strchr(e, ':')))
crypto/openssl/crypto/store/store_lib.c
101
if ((p = strchr(scheme_copy, ':')) != NULL) {
crypto/openssl/crypto/store/store_lib.c
506
if ((p = strchr(scheme, ':')) != NULL)
crypto/openssl/crypto/store/store_register.c
175
|| strchr("+-.", *scheme) != NULL))
crypto/openssl/crypto/ui/ui_lib.c
164
if (strchr(cancel_chars, *p) != NULL) {
crypto/openssl/crypto/ui/ui_lib.c
933
if (strchr(uis->_.boolean_data.ok_chars, *p)) {
crypto/openssl/crypto/ui/ui_lib.c
937
if (strchr(uis->_.boolean_data.cancel_chars, *p)) {
crypto/openssl/crypto/ui/ui_openssl.c
269
} while (strchr(buf, '\n') == NULL);
crypto/openssl/crypto/ui/ui_openssl.c
344
if ((p = (char *)strchr(result, '\n')) != NULL) {
crypto/openssl/crypto/x509/v3_cpols.c
259
const char *colon = strchr(tagstr, ':');
crypto/openssl/crypto/x509/v3_info.c
124
ptmp = strchr(cnf->name, ';');
crypto/openssl/crypto/x509/v3_san.c
637
if ((p = strchr(value, ';')) == NULL)
crypto/openssl/crypto/x509/v3_utl.c
1126
slash = strchr(ipasc, '/');
crypto/openssl/crypto/x509/v3_utl.c
1166
if (strchr(ipasc, ':')) {
crypto/openssl/fuzz/test-corpus.c
85
if (strchr(":<]", pathname[dirname_len - 1]) == NULL)
crypto/openssl/include/internal/common.h
234
if (strchr(path, ':') != NULL
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
458
p = strchr(un.release, '.');
crypto/openssl/ssl/d1_srtp.c
109
col = strchr(ptr, ':');
crypto/openssl/ssl/ssl_conf.c
247
if (strchr(value, ':') != NULL)
crypto/openssl/ssl/t1_lib.c
1288
&& ((current_prefix = strchr(prefixes, elem[0])) != NULL
crypto/openssl/ssl/t1_lib.c
3763
p = strchr(etmp, '+');
crypto/openssl/test/bio_prefix_text.c
189
colon = strchr(arg, ':');
crypto/openssl/test/bio_prefix_text.c
227
colon = strchr(arg, ':');
crypto/openssl/test/evp_test.c
1731
p = strchr(tmpval, ':');
crypto/openssl/test/evp_test.c
2536
if ((p = strchr(name, ':')) == NULL
crypto/openssl/test/evp_test.c
2585
p = strchr(tmpval, ':');
crypto/openssl/test/evp_test.c
2615
p = strchr(value, ':');
crypto/openssl/test/evp_test.c
266
tmpval = strchr(tmpkey, ':');
crypto/openssl/test/evp_test.c
2850
if (strchr(name, ':') != NULL)
crypto/openssl/test/evp_test.c
2889
if (strchr(name, ':') != NULL)
crypto/openssl/test/evp_test.c
2926
if (strchr(name, ':') != NULL)
crypto/openssl/test/evp_test.c
3616
if ((p = strchr(keyword, '.')) != NULL) {
crypto/openssl/test/evp_test.c
3871
p = strchr(name, ':');
crypto/openssl/test/evp_test.c
4176
|| !TEST_ptr(pub = strchr(priv, ':'))) {
crypto/openssl/test/evp_test.c
5176
strnid = strchr(pp->value, ':');
crypto/openssl/test/evp_test.c
5179
keydata = strchr(strnid, ':');
crypto/openssl/test/http_test.c
72
hdr = strchr(hdr, ' ');
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
504
creturn = strchr(reqname, '\r');
crypto/openssl/test/testutil/stanza.c
109
if (!TEST_ptr(equals = strchr(buff, '='))) {
crypto/openssl/test/testutil/stanza.c
94
if (!TEST_ptr(p = strchr(buff, '\n'))) {
crypto/openssl/test/v3nametest.c
332
if (!ret && samename && strchr(nameincert, '@') != NULL)
include/string.h
85
char *strchr(const char *, int) __pure;
lib/geom/eli/geom_eli.c
413
p = strchr(buf, '\n');
lib/geom/part/geom_part.c
1009
if (strchr(argv[4], '[') == NULL)
lib/geom/part/geom_part.c
1077
if (strchr(flags, 'C') != NULL) {
lib/libbe/be.c
1030
if (strchr(name, ' ') != NULL)
lib/libbe/be.c
1261
for (char *p; (p = strchr(s+1, '/')) != NULL; s = p) {
lib/libbe/be.c
134
if ((pos = strchr(lbh->root, '/')) == NULL)
lib/libbe/be.c
217
atpos = strchr(zfs_get_name(zfs_hdl), '@');
lib/libbe/be.c
409
if ((snapdelim = strchr(path, '@')) == NULL) {
lib/libbe/be.c
573
if ((snap = strchr(name, '@')) == NULL)
lib/libbe/be.c
733
if ((child_dataset = strchr(pos, '/')) != NULL)
lib/libbe/be.c
832
snapname = strchr(parentname, '@');
lib/libbluetooth/bluetooth.c
296
for (i = 5, end = strchr(str, ':');
lib/libbluetooth/bluetooth.c
298
i --, str = end + 1, end = strchr(str, ':')) {
lib/libc/db/test/dbtest.c
160
if (ofd == STDOUT_FILENO && (t = strchr(p, '\n')) != NULL)
lib/libc/gen/exec.c
258
if (strchr(name, '/') != NULL) {
lib/libc/gen/fmtcheck.c
139
if (strchr("diouxX", *f)) {
lib/libc/gen/fmtcheck.c
181
if (strchr("DOU", *f)) {
lib/libc/gen/fmtcheck.c
186
if (strchr("aAeEfFgG", *f)) {
lib/libc/gen/fmtcheck.c
272
f = strchr(f, '%');
lib/libc/gen/fmtcheck.c
285
while (*f && (strchr("#'0- +", *f)))
lib/libc/gen/fnmatch.c
139
strchr(string, '/') == NULL ?
lib/libc/gen/fnmatch.c
144
if ((string = strchr(string, '/')) == NULL)
lib/libc/gen/fnmatch.c
285
while ((cp = strchr(cp, special))) {
lib/libc/gen/fnmatch.c
423
while ((cp = strchr(cp, special))) {
lib/libc/gen/getttyent.c
132
while (!strchr(p, '\n') && !feof(tf)) {
lib/libc/gen/getttyent.c
206
if ((p = strchr(p, '\n')))
lib/libc/gen/getttyent.c
254
return ((p = strchr(p, '=')) ? ++p : NULL);
lib/libc/gen/getttyent.c
84
if ((cons = strchr(buf, '/')) == NULL)
lib/libc/gen/popen.c
73
cloexec = strchr(type, 'e') != NULL;
lib/libc/gen/popen.c
78
if (strchr(type, '+')) {
lib/libc/gen/syslog.c
323
p = strchr(tbuf, '>') + 3;
lib/libc/gen/syslog.c
482
if ((begin = strchr(LogTag, '[')) == NULL || begin == LogTag)
lib/libc/gen/syslog.c
485
if ((end = strchr(begin + 1, ']')) == NULL || end[1] != 0 ||
lib/libc/gen/timezone.c
58
if ((end = strchr(beg, ','))) { /* "PST,PDT" */
lib/libc/iconv/bsd_iconv.c
206
slashpos = strchr(list[i], '/');
lib/libc/iconv/bsd_iconv.c
215
slashpos = strchr(list[i], '/');
lib/libc/iconv/bsd_iconv.c
270
dst = strchr(convname, '/');
lib/libc/iconv/citrus_esdb.c
322
if ((p = strchr(buf1, '/')) != NULL)
lib/libc/iconv/citrus_iconv.c
319
if (strchr(realsrc, '/') != NULL || strchr(realdst, '/'))
lib/libc/iconv/citrus_prop.c
91
p = strchr(xdigit, _bcs_toupper(ch)); \
lib/libc/inet/inet_cidr_pton.c
172
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
lib/libc/inet/inet_cidr_pton.c
173
pch = strchr((xdigits = xdigits_u), ch);
lib/libc/inet/inet_cidr_pton.c
260
cp = strchr(digits, ch);
lib/libc/inet/inet_cidr_pton.c
91
n = strchr(digits, ch) - digits;
lib/libc/inet/inet_net_pton.c
106
n = strchr(xdigits, ch) - xdigits;
lib/libc/inet/inet_net_pton.c
129
n = strchr(digits, ch) - digits;
lib/libc/inet/inet_net_pton.c
158
n = strchr(digits, ch) - digits;
lib/libc/inet/inet_net_pton.c
227
sep = strchr(buf, '/');
lib/libc/inet/inet_pton.c
150
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
lib/libc/inet/inet_pton.c
151
pch = strchr((xdigits = xdigits_u), ch);
lib/libc/inet/inet_pton.c
87
if ((pch = strchr(digits, ch)) != NULL) {
lib/libc/locale/setlocale.c
144
if ((r = strchr(locale, '/')) == NULL) {
lib/libc/locale/setlocale.c
233
strchr(new, '/') != NULL) {
lib/libc/nameser/ns_name.c
229
if ((cp = strchr(src, ']')) == NULL) {
lib/libc/nameser/ns_name.c
249
else if ((cp = strchr(digits, c)) != NULL) {
lib/libc/nameser/ns_name.c
252
(cp = strchr(digits, c)) == NULL) {
lib/libc/nameser/ns_name.c
258
(cp = strchr(digits, c)) == NULL) {
lib/libc/nameser/ns_print.c
1146
if (strchr("\n\"\\", *rdata) != NULL)
lib/libc/net/base64.c
208
pos = strchr(Base64, ch);
lib/libc/net/getaddrinfo.c
1351
cp = strchr(hostname, SCOPE_DELIMITER);
lib/libc/net/getaddrinfo.c
2552
cp = strchr(p, '\n');
lib/libc/net/gethostbynis.c
94
if ((cp = strchr(result, '\n')))
lib/libc/net/gethostnamadr.c
562
if (!strchr(name, '.') &&
lib/libc/net/getnameinfo.c
321
p = strchr(hp->h_name, '.');
lib/libc/net/getnetbynis.c
83
if ((cp = strchr(result, '\n')))
lib/libc/net/hesiod.c
159
p = strchr(bindname, '@');
lib/libc/net/hesiod.c
162
if (strchr(p, '.'))
lib/libc/net/linkaddr.c
63
if ((nptr = strchr(addr, ':')) != NULL) {
lib/libc/net/rcmd.c
585
if (strchr(p, '\n') == NULL) {
lib/libc/nls/msgcat.c
141
if (strchr(name, '/') != NULL)
lib/libc/nls/msgcat.c
153
strchr(lang, '/') != NULL)
lib/libc/nls/msgcat.c
178
if (strchr(name, '/') != NULL)
lib/libc/nls/msgcat.c
184
if ((cptr = strchr(cptr1, '@')) != NULL)
lib/libc/nls/msgcat.c
187
if ((cptr = strchr(cptr1, '_')) != NULL) {
lib/libc/nls/msgcat.c
191
if ((cptr = strchr(cptr1, '.')) != NULL) {
lib/libc/regex/grot/debug.c
91
if (strchr("\\|()^$.[+*?{}!<> ", (char)opnd) != NULL)
lib/libc/regex/grot/main.c
245
if (strchr(f2, '(') == NULL || strchr(f2, ')') == NULL)
lib/libc/regex/grot/main.c
247
subs[0].rm_so = strchr(f2, '(') - f2 + 1;
lib/libc/regex/grot/main.c
248
subs[0].rm_eo = strchr(f2, ')') - f2;
lib/libc/regex/grot/main.c
312
if (strchr(legal, *p) != NULL)
lib/libc/regex/grot/main.c
362
return(strchr(s, c) != NULL);
lib/libc/resolv/res_init.c
223
res_setdnsrch(statp, cp, strchr(cp, '\0'));
lib/libc/resolv/res_init.c
229
(cp = strchr(buf, '.')) != NULL)
lib/libc/resolv/res_init.c
246
cp = strchr(cp, '.') + 1; /*%< we know there is one */
lib/libc/resolv/res_init.c
604
if (strchr(mask, '.') &&
lib/libc/resolv/res_mkupdate.c
813
(strchr(digits, c) - digits);
lib/libc/rpc/getnetconfig.c
674
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetconfig.c
676
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetconfig.c
678
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetconfig.c
687
tmp = strchr(tmp, '\0') + 1;
lib/libc/rpc/getnetpath.c
239
if ((cp = strchr(npp, token)) == NULL) {
lib/libc/rpc/getnetpath.c
261
while ((np = strchr(ep, '\\')) != NULL) {
lib/libc/rpc/getpublickey.c
70
p = strchr(lookup, ':');
lib/libc/rpc/netnamer.c
103
val1 = strchr(netname, '.');
lib/libc/rpc/netnamer.c
109
val2 = strchr(val1, '@');
lib/libc/rpc/netnamer.c
199
val = strchr(netname, '.');
lib/libc/rpc/netnamer.c
205
val2 = strchr(val, '@');
lib/libc/stdio/fmemopen.c
111
ck->bin = strchr(mode, 'b') != NULL;
lib/libc/stdio/mktemp.c
137
if (trv < path || NULL != strchr(suffp, '/')) {
lib/libc/stdio/mktemp.c
177
pad = strchr(padchar, *trv);
lib/libc/stdlib/getenv.c
354
envVars[envNdx].value = strchr(envVars[envNdx].name, '=');
lib/libc/stdlib/getenv.c
604
if ((equals = strchr(*env, '=')) == NULL) {
lib/libc/stdlib/getenv.c
658
if (string == NULL || (equals = strchr(string, '=')) == NULL ||
lib/libc/stdlib/getopt.c
81
if (strchr(ostr, '-') == NULL)
lib/libc/stdlib/getopt.c
89
if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
lib/libc/stdlib/getopt_long.c
217
if ((has_equal = strchr(current_argv, '=')) != NULL) {
lib/libc/stdlib/getopt_long.c
407
(place[1] == '\0' && strchr(options, '-') == NULL)) {
lib/libc/stdlib/getopt_long.c
481
} else if (*place != ':' && strchr(options, *place) != NULL)
lib/libc/stdlib/getopt_long.c
494
(oli = strchr(options, optchar)) == NULL) {
lib/libc/stdlib/realpath.c
87
p = strchr(left, '/');
lib/libc/string/strchr.c
36
__weak_reference(strchr, index);
lib/libc/string/strstr.c
202
h = strchr(h, *n);
lib/libc/tests/gen/fnmatch_test.c
113
if ((strchr(t->string, '/') == NULL ||
lib/libc/tests/gen/fnmatch_test.c
133
strchr(t->string, '/') == NULL) ||
lib/libc/tests/gen/fnmatch_test.c
142
if ((strchr(t->string, '/') == NULL || t->result == 0)
lib/libc/tests/gen/fnmatch_test.c
157
if (strchr(t->pattern, '\\') == NULL &&
lib/libc/tests/gen/fnmatch_test.c
86
if (strchr(t->pattern, '\\') == NULL &&
lib/libc/tests/gen/fnmatch_test.c
94
if (strchr(t->pattern, '\\') != NULL &&
lib/libc/tests/gen/fnmatch_test.c
95
strchr(t->string, '\\') == NULL &&
lib/libc/tests/gen/popen_test.c
60
if (strchr(mode, 'e') != NULL)
lib/libc/tests/gen/test-fnmatch.c
57
if (strchr(t->pattern, '\'') != NULL ||
lib/libc/tests/gen/test-fnmatch.c
58
strchr(t->string, '\'') != NULL)
lib/libc/tests/gen/test-fnmatch.c
67
(t->flags == 0 && strchr(t->pattern, '\\') == NULL)))
lib/libc/tests/stdio/fopen_test.c
51
exp_fget_ret = strchr(mode, 'e') != NULL ? FD_CLOEXEC : 0;
lib/libc/tests/stdio/fopen_test.c
56
if (strchr(mode, '+'))
lib/libc/yp/yplib.c
298
if (strchr(dom, '/') != NULL)
lib/libcompat/4.3/rexec.c
153
if ((mydomain = strchr(myname, '.')) == NULL)
lib/libcompat/4.3/rexec.c
173
if ((tmp = strchr(host, '.')) != NULL &&
lib/libefivar/efivar-dp-xlate.c
650
relpath = strchr(path, ':');
lib/libefivar/efivar-dp-xlate.c
765
else if (strchr(modpath, ':')) /* Handle dev:/bar/baz */
lib/libfetch/common.c
318
if ((sep = strchr(hb, ']')) == NULL) {
lib/libfetch/common.h
187
#define CHECK_FLAG(x) (flags && strchr(flags, (x)))
lib/libfetch/fetch.c
379
strchr(URL, '/') == NULL && strchr(URL, ':') == NULL))
lib/libfetch/file.c
139
p = strchr(fn, 0);
lib/libfetch/ftp.c
1072
if (flags != NULL && strchr(flags, 'd') != NULL)
lib/libfetch/http.c
1041
if ((ve = strchr(v, ':')) == NULL)
lib/libfetch/http.c
1051
if ((ve = strchr(v, ':')) == NULL)
lib/libfetch/http.c
1061
if ((ve = strchr(v, ':')) == NULL)
lib/libfetch/http.c
1483
if (flags != NULL && strchr(flags, 'd') != NULL)
lib/libgssapi/gss_mech_switch.c
69
q = strchr(p, '.');
lib/libgssapi/gss_mech_switch.c
95
q = strchr(p, '.');
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1058
if (target == 0 && cs.type == CS94MULTI && strchr("@AB", cs.final) &&
lib/libiconv_modules/ISO2022/citrus_iso2022.c
230
if (!strchr("0123", token[0]) || token[1] != '=')
lib/libiconv_modules/ISO2022/citrus_iso2022.c
287
!strchr("0123", token[4]) ||
lib/libiconv_modules/ISO2022/citrus_iso2022.c
543
if (*s && strchr("@AB", *s))
lib/libiconv_modules/ISO2022/citrus_iso2022.c
552
if (*s && strchr("()*+", *s))
lib/libiconv_modules/ISO2022/citrus_iso2022.c
557
if (*s && strchr(",-./", *s))
lib/libiconv_modules/ISO2022/citrus_iso2022.c
600
if (1 <= n && string[0] && strchr("\217\216", string[0])) {
lib/libiconv_modules/ISO2022/citrus_iso2022.c
658
string[1] && strchr("no", string[1])) {
lib/libiconv_modules/ISO2022/citrus_iso2022.c
668
string[1] && strchr("~}|", string[1])) {
lib/libiconv_modules/ISO2022/citrus_iso2022.c
677
strchr("NO", string[1])) {
lib/libjail/jail.c
1099
p = strchr(desc.s, '\0');
lib/libjail/jail.c
1286
p = strchr(name, '.');
lib/libjail/jail.c
431
for (p = strchr(value, ','); p; p = strchr(p + 1, ','))
lib/libkiconv/xlat16_iconv.c
308
p = strchr(setlocale(category, NULL), '.');
lib/libnetbsd/sockaddr_snprintf.c
168
if ((w = strchr(addr, ':')) != NULL) {
lib/libnetgraph/debug.c
248
if (strchr(path, ':') == NULL)
lib/libpam/modules/pam_guest/pam_guest.c
58
if ((next = strchr(list, ',')) == NULL)
lib/libpam/modules/pam_guest/pam_guest.c
59
next = strchr(list, '\0');
lib/libpam/modules/pam_krb5/pam_krb5.c
237
if (strchr(user, '@')) {
lib/libpam/modules/pam_login_access/login_access.c
268
if (strchr(string, '.') == NULL)
lib/libpmc/libpmc.c
1009
q = strchr(p, '=');
lib/libpmc/libpmc.c
1020
q = strchr(p, '=');
lib/libpmc/libpmc.c
1030
q = strchr(p, '=');
lib/libpmc/libpmc.c
1048
q = strchr(p, '=');
lib/libpmc/libpmc.c
1086
q = strchr(p, '=');
lib/libpmc/libpmc.c
1107
q = strchr(p, '=');
lib/libpmc/libpmc.c
329
q = strchr(p, '='); /* skip '=' */
lib/libpmc/libpmc.c
641
q = strchr(p, '=');
lib/libpmc/libpmc.c
761
q = strchr(p, '=');
lib/libpmc/libpmc.c
806
q = strchr(p, '=');
lib/libpmcstat/libpmcstat_logging.c
450
path[0] != '.' && strchr(path, ':') != NULL) {
lib/librpcsec_gss/rpcsec_gss_conf.c
111
q = strchr(p, '.');
lib/librpcsec_gss/rpcsec_gss_conf.c
85
q = strchr(p, '.');
lib/librpcsvc/secretkey.c
65
p = strchr(lookup, ':');
lib/libsecureboot/openpgp/opgp_key.c
49
cp = strchr(user->id, '<');
lib/libusb/libusb10.c
2060
(locale[2] != '\0' && strchr("-_.", locale[2]) == NULL))
lib/libusbhid/usage.c
224
sep = strchr(name, ':');
lib/libutil/fparseln.c
158
strchr(buf, esc) != NULL) {
lib/libutil/gr_util.c
604
if ((loc = strchr(line, ':')) == NULL)
lib/libutil/gr_util.c
611
if ((loc = strchr(loc + 1, ':')) == NULL)
lib/libutil/gr_util.c
619
if ((loc = strchr(loc + 1, ':')) == NULL)
lib/libutil/login_cap.c
127
strchr(exclude, str[indx]) != NULL)
lib/libutil/login_cap.c
170
loc = strchr(str, qc);
lib/libutil/login_class.c
232
char *p = strchr(*set_env, '=');
lib/libutil/mntopts.c
73
p = strchr(opt, '=');
lib/libutil/quotafile.c
87
if ((cp = strchr(opt, '=')))
lib/libutil/trimdomain.c
66
(s = strchr(domain, '.')) != NULL)
lib/nss_tacplus/nss_tacplus.c
173
if ((value = strchr(av, '=')) == NULL) {
libexec/comsat/comsat.c
118
if ((cp = strchr(name, '@')) == NULL)
libexec/comsat/comsat.c
122
if ((cp = strchr(cp + 1, ':')) != NULL &&
libexec/comsat/comsat.c
123
strchr((file = cp + 1), '/') == NULL) {
libexec/comsat/comsat.c
151
if (strchr(s, '/')) {
libexec/fingerd/fingerd.c
155
if (secure && strchr(*ap, '@')) {
libexec/flua/libfreebsd/kenv/kenv.c
58
cp = strchr(bp, '=');
libexec/getty/chat.c
113
const char * s = strchr(xdigits, tolower(*q));
libexec/getty/subr.c
565
while ((q = strchr(q, ','))) {
libexec/mknetid/mknetid.c
187
if ((ptr = strchr(readbuf, ':')) == NULL) {
libexec/mknetid/mknetid.c
193
if ((ptr = strchr(ptr, ':')) == NULL) {
libexec/mknetid/mknetid.c
200
if ((ptr = strchr(ptr, ':')) == NULL) {
libexec/mknetid/mknetid.c
207
if ((ptr = strchr(ptr, ':')) == NULL) {
libexec/mknetid/parse_group.c
107
if (!strchr(line, '\n')) {
libexec/phttpget/phttpget.c
135
p = strchr(env_HTTP_PROXY, '/');
libexec/phttpget/phttpget.c
138
p = strchr(env_HTTP_PROXY, ':');
libexec/phttpget/phttpget.c
465
if (strchr(hln, '\0') != eolp)
libexec/phttpget/phttpget.c
487
hln = strchr(hln + 7, ' ');
libexec/pppoed/pppoed.c
586
else if ((dot = strchr(hostname, '.')))
libexec/rbootd/parseconf.c
123
if ((cp = strchr(line,'#')) != NULL) /* trash comments */
libexec/rtld-elf/libmap.c
473
else if (strchr(n,'/') == NULL)
libexec/rtld-elf/rtld.c
1943
if (strchr(name, '/') != NULL) { /* Hard coded pathname */
libexec/rtld-elf/rtld.c
3648
n = strchr(name, '/');
libexec/rtld-elf/rtld.c
431
v = strchr(n, '=');
libexec/rtld-elf/rtld.c
459
v = strchr(n, '=');
libexec/rtld-elf/rtld.c
6359
if (search_in_path && strchr(argv0, '/') == NULL) {
libexec/rtld-elf/rtld.c
6514
v = strchr(n, '=');
libexec/tftpd/tftp-utils.c
229
ps = strchr(s, ' ');
libexec/ypxfr/yp_dbwrite.c
63
if (map[0] == '.' || strchr(map, '/')) {
sbin/bectl/bectl.c
222
if ((atpos = strchr(bootenv, '@')) != NULL) {
sbin/bectl/bectl.c
241
else if (strchr(snapname, '@') != NULL)
sbin/bectl/bectl.c
390
if ((flags & BE_DESTROY_ORIGIN) == 0 && strchr(target, '@') == NULL) {
sbin/bectl/bectl_jail.c
101
if ((val = strchr(name, '=')) != NULL)
sbin/bectl/bectl_jail.c
64
if ((val = strchr(arg, '=')) == NULL) {
sbin/bectl/bectl_list.c
108
if ((sep = strchr(dsname, '@')) != NULL)
sbin/bsdlabel/bsdlabel.c
741
if ((cp = strchr(line,'\n')) != NULL)
sbin/bsdlabel/bsdlabel.c
746
tp = strchr(cp, ':');
sbin/camcontrol/modeedit.c
883
if ((value = strchr(buffer, '#')) != NULL)
sbin/conscontrol/conscontrol.c
115
else if (strchr (devnam, '/')) {
sbin/conscontrol/conscontrol.c
72
if ((avail = strchr(buf, '/')) == NULL)
sbin/ddb/ddb_script.c
126
if (strchr(argv[0], '=') != 0) {
sbin/devd/devd.cc
738
var_at = strchr(src, '$');
sbin/devd/devd.cc
883
sp = strchr(sp, ' ');
sbin/devd/devd.cc
899
sp = strchr(sp, ' ');
sbin/devmatch/devmatch.c
212
cp = strchr(val, ';');
sbin/devmatch/devmatch.c
258
cp = strchr(val, ';');
sbin/devmatch/devmatch.c
438
cp = strchr(cp, ';');
sbin/dhclient/dhclient.c
1725
char* posDot = strchr(hostname, '.');
sbin/dhclient/dhclient.c
1848
char* posDot = strchr(hostname, '.');
sbin/dump/dumprmt.c
141
if ((cp = strchr(rmtpeer, '@')) != NULL) {
sbin/dump/main.c
296
if (strchr(tape, ':')) {
sbin/dump/main.c
298
tape = strchr(host, ':');
sbin/dump/main.c
301
if (strchr(tape, '\n')) {
sbin/dump/tape.c
588
if (nexttape || strchr(tape, ',')) {
sbin/dump/tape.c
591
if ((p = strchr(tape, ',')) != NULL) {
sbin/fsck/fsck.c
446
if ((newoptions = strchr(optstr, ':')) == NULL)
sbin/fsck/fsck.c
531
p = strchr(p, '=');
sbin/fsck_ffs/pass2.c
679
if ((cp = strchr(oldname, '/')) == NULL) {
sbin/fsdb/fsdb.c
1171
p = strchr(name, '.');
sbin/geom/core/geom.c
547
if (strchr(totalpath, ':') != NULL)
sbin/hastd/parse.y
749
pos = strchr(buf, '.');
sbin/hastd/parse.y
812
pos = strchr(buf, '.');
sbin/hastd/proto_tcp.c
143
if (strchr(addr, ':') != strrchr(addr, ':')) {
sbin/ifconfig/af_link.c
64
while ((format_char = strchr(ether_format, ':')) != NULL) {
sbin/ifconfig/ifbridge.c
839
if ((lastp = strchr(token, '-')) != NULL)
sbin/ifconfig/ifconfig.c
2055
if ((cp = strchr(mstat.name, '/')) != NULL) {
sbin/ifconfig/ifconfig.c
334
modifier = strchr(category, ':');
sbin/ifconfig/ifieee80211.c
1139
tp = strchr(cp, ',');
sbin/ifconfig/ifieee80211.c
1503
cp = strchr(val, ':');
sbin/ifconfig/ifieee80211.c
5964
if (sep != NULL && strchr(sep, *val) != NULL) {
sbin/ifconfig/ifieee80211.c
678
cp = strchr(val, ':');
sbin/ifconfig/ifieee80211.c
719
cp = strchr(val, '/');
sbin/ifconfig/ifmedia.c
355
opt = strchr(opt, '\0') + 1;
sbin/ifconfig/ifvlan.c
104
return (strchr(name, '.') != NULL);
sbin/ipf/common/genmask.c
19
if (strchr(msk, '.') || strchr(msk, 'x') || strchr(msk, ':')) {
sbin/ipf/common/lexer.c
339
if (strchr("=,/;{}()@", c) != NULL) {
sbin/ipf/ipf/ipf.c
283
if (strstr(opt, "block") || strchr(opt, 'd')) {
sbin/ipf/ipf/ipf.c
394
} else if (strchr(arg, 'i') || strchr(arg, 'I'))
sbin/ipf/ipf/ipf.c
396
else if (strchr(arg, 'o') || strchr(arg, 'O'))
sbin/ipf/ipf/ipf.c
398
else if (strchr(arg, 'a') || strchr(arg, 'A'))
sbin/ipf/ipfs/ipfs.c
156
s = strchr(ifs, ',');
sbin/ipf/ipfs/ipfs.c
93
s = strchr(ifs, ',');
sbin/ipf/ipfstat/ipfstat.c
1883
if ((comma = strchr(s, ',')) != NULL) {
sbin/ipf/ipftest/ip_fil.c
220
addr = strchr(name, '=');
sbin/ipf/ipftest/ip_fil.c
237
addr = strchr(name, '=');
sbin/ipf/iplang/iplang_y.y
1054
if (!(t = strchr(flags, *s))) {
sbin/ipf/ippool/ippool.c
1053
if (strchr(arg, ':') == NULL) {
sbin/ipf/ippool/ippool.c
1055
s = strchr(arg, '/');
sbin/ipf/ippool/ippool.c
1058
else if (strchr(s, '.') == NULL) {
sbin/ipf/ippool/ippool.c
1073
if ((s = strchr(arg, '/')) == NULL)
sbin/ipf/ipscan/ipscan_y.y
207
t = strchr(s, c);
sbin/ipf/ipsend/ipsend.c
79
if (!(s = strchr(args, ',')))
sbin/ipf/ipsend/ipsend.c
87
if (ic->icmp_type == ICMP_REDIRECT && strchr(s, ','))
sbin/ipf/ipsend/ipsopt.c
110
if ((t = strchr(class, ',')))
sbin/ipf/ipsend/ipsopt.c
149
if ((t = strchr(s, '=')))
sbin/ipf/libipf/alist_new.c
21
if (strchr(host, ':') != NULL)
sbin/ipf/libipf/alist_new.c
46
slash = strchr(host, '/');
sbin/ipf/libipf/assigndefined.c
20
t = strchr(s, '=');
sbin/ipf/libipf/buildopts.c
22
if ((t = strchr(s, '=')))
sbin/ipf/libipf/ipf_dotuning.c
40
} else if ((t = strchr(s, '=')) != NULL) {
sbin/ipf/libipf/ipft_hx.c
74
if ((s = strchr(line, '\n'))) {
sbin/ipf/libipf/ipft_hx.c
81
if ((s = strchr(line, '#')))
sbin/ipf/libipf/ipft_hx.c
89
if ((*line == '[') && (s = strchr(line, ']'))) {
sbin/ipf/libipf/ipft_hx.c
93
if ((u = strchr(t, ',')) && (u < s)) {
sbin/ipf/libipf/ipft_tx.c
123
if ((s = strchr(line, '\n')))
sbin/ipf/libipf/ipft_tx.c
125
if ((s = strchr(line, '\r')))
sbin/ipf/libipf/ipft_tx.c
127
if ((s = strchr(line, '#')))
sbin/ipf/libipf/ipft_tx.c
234
last = strchr(*cpp, ',');
sbin/ipf/libipf/ipft_tx.c
254
last = strchr(*cpp, ',');
sbin/ipf/libipf/ipft_tx.c
270
if ((t = strchr(myflagset, *s)))
sbin/ipf/libipf/ipft_tx.c
292
t = strchr(*cpp, ',');
sbin/ipf/libipf/ipft_tx.c
395
last = strchr(*cpp, ',');
sbin/ipf/libipf/ipft_tx.c
420
last = strchr(*cpp, ',');
sbin/ipf/libipf/ipft_tx.c
442
if ((t = strchr(myflagset, *s)))
sbin/ipf/libipf/ipft_tx.c
464
t = strchr(*cpp, ',');
sbin/ipf/libipf/load_file.c
37
s = strchr(line, '\n');
sbin/ipf/libipf/load_file.c
52
s = strchr(line, '\r');
sbin/ipf/libipf/load_file.c
66
s = strchr(t, '#');
sbin/ipf/libipf/load_http.c
123
t = strchr(buffer, ' ');
sbin/ipf/libipf/load_http.c
132
while ((t = strchr(u, '\r')) != NULL) {
sbin/ipf/libipf/load_http.c
155
t = strchr(buffer, '\n');
sbin/ipf/libipf/load_http.c
166
u = strchr(buffer, '#');
sbin/ipf/libipf/load_http.c
65
t = strchr(s, '/');
sbin/ipf/libipf/load_http.c
82
u = strchr(s, '@');
sbin/ipf/libipf/load_http.c
92
u = strchr(s, ':');
sbin/ipf/libipf/parsefields.c
16
t = strchr(s, '=');
sbin/ipf/libipf/parseipfexpr.c
151
delim = strchr(s, '/');
sbin/ipf/libipf/parseipfexpr.c
177
delim = strchr(s, '/');
sbin/ipf/libipf/parseipfexpr.c
218
delim = strchr(s, '/');
sbin/ipf/libipf/parseipfexpr.c
76
arg = strchr(ops, '=');
sbin/ipf/libipf/parsewhoisline.c
101
s = strchr(s, ' ');
sbin/ipf/libipf/parsewhoisline.c
25
s = strchr(src, '(');
sbin/ipf/libipf/parsewhoisline.c
45
s = strchr(s, ')');
sbin/ipf/libipf/parsewhoisline.c
54
s = strchr(s, ' ');
sbin/ipf/libipf/parsewhoisline.c
92
s = strchr(s, ')');
sbin/ipf/libipf/save_syslog.c
45
s = strchr(str, '.');
sbin/ipf/libipf/save_v1trap.c
115
if (strchr(*strings, ' ') == NULL)
sbin/ipf/libipf/save_v1trap.c
126
s = strchr(str, ' ');
sbin/ipf/libipf/save_v1trap.c
139
if (strchr(s, ':') == NULL) {
sbin/ipf/libipf/save_v2trap.c
118
if (strchr(*strings, ' ') == NULL)
sbin/ipf/libipf/save_v2trap.c
131
s = strchr(str, ' ');
sbin/ipf/libipf/save_v2trap.c
144
if (strchr(s, ':') == NULL) {
sbin/ipf/libipf/tcp_flags.c
21
s = strchr(flgs, '/');
sbin/ipf/libipf/tcpflags.c
39
if (!(t = strchr(flagset, *s))) {
sbin/ipfw/ipfw2.c
1153
a = strchr(s, ',');
sbin/ipfw/ipfw2.c
2485
*strchr(timestr, '\n') = '\0';
sbin/ipfw/ipfw2.c
2492
*strchr(timestr, '\n') = '\0';
sbin/ipfw/ipfw2.c
3373
p = strchr(s, '=');
sbin/ipfw/ipfw2.c
3391
} else if (strchr(p, '.') != NULL) {
sbin/ipfw/ipfw2.c
3407
if ((p = strchr(av + 6, ')')) == NULL)
sbin/ipfw/ipfw2.c
3410
p = strchr(av + 6, ',');
sbin/ipfw/ipfw2.c
3753
if ((p = strchr(arg + 6, ')')) == NULL)
sbin/ipfw/ipfw2.c
3756
p = strchr(arg + 6, ',');
sbin/ipfw/ipfw2.c
4222
} else if (strchr(src, '.') != NULL) {
sbin/ipfw/ipfw2.c
4505
if (strchr(*av, '['))
sbin/ipfw/ipfw2.c
4511
s = strchr(*av, ',');
sbin/ipfw/ipfw2.c
4513
s = strchr(*av, ']');
sbin/ipfw/ipfw2.c
4521
s = strchr(s, ':');
sbin/ipfw/ipfw2.c
4522
if (s && strchr(s+1, ':'))
sbin/ipfw/ipfw2.c
861
q = strchr(p, ',');
sbin/ipfw/ipv6.c
368
if ((q = strchr(av, ',')) ) {
sbin/ipfw/ipv6.c
373
if ((p = strchr(av, '/')) ) {
sbin/ipfw/ipv6.c
386
if (md == '/' && strchr(p, ':')) {
sbin/ipfw/main.c
136
copy = !strchr("," WHITESP, arg[i]);
sbin/ipfw/main.c
138
copy = !strchr(WHITESP, arg[i]);
sbin/ipfw/main.c
155
if (strchr(WHITESP, arg[i]) != NULL)
sbin/ipfw/main.c
176
if (strchr(WHITESP, arg[i]) != NULL || i == l-1) {
sbin/ipfw/main.c
255
s = strchr(av[2], '=');
sbin/ipfw/nat.c
233
sep = strchr (str, '-');
sbin/ipfw/nat.c
279
ptr = strchr (str, ':');
sbin/ipfw/nat.c
329
while ((sep = strchr(sep, ',')) != NULL) {
sbin/ipfw/nat.c
356
if (strchr(**av, ',') != NULL) {
sbin/ipfw/nat.c
391
while ((sep = strchr(sep, ',')) != NULL) {
sbin/ipfw/nat.c
431
if (strchr(**av, ',') != NULL) {
sbin/ipfw/nat.c
443
if (strchr(**av, ':'))
sbin/ipfw/nat.c
464
if (strchr(**av, ':') != NULL) {
sbin/ipfw/nat.c
492
if (strchr(**av, ':') != NULL) {
sbin/ipfw/nat.c
538
if (strchr (sep, ':')) {
sbin/ipfw/nat64clat.c
209
if ((p = strchr(*av, '/')) != NULL)
sbin/ipfw/nat64clat.c
301
if ((p = strchr(*av, '/')) != NULL)
sbin/ipfw/nat64lsn.c
341
if ((l = strchr(p, '/')) != NULL)
sbin/ipfw/nat64stl.c
247
if ((p = strchr(*av, '/')) != NULL)
sbin/ipfw/nptv6.c
167
if ((l = strchr(p, '/')) != NULL)
sbin/ipfw/tables.c
1205
if ((p = strchr(arg, '/')) != NULL) {
sbin/ipfw/tables.c
1239
if ((p = strchr(arg, '/')) != NULL) {
sbin/ipfw/tables.c
1279
if ((p = strchr(arg, ',')) != NULL)
sbin/ipfw/tables.c
1303
if ((p = strchr(arg, ',')) != NULL)
sbin/ipfw/tables.c
1327
if ((p = strchr(arg, ',')) != NULL)
sbin/ipfw/tables.c
1345
if ((p = strchr(arg, ',')) != NULL)
sbin/ipfw/tables.c
1369
if ((p = strchr(arg, ',')) != NULL)
sbin/ipfw/tables.c
1410
if ((p = strchr(key, '/')) != NULL)
sbin/ipfw/tables.c
1439
if (strchr(key, '.') == NULL) {
sbin/ipfw/tables.c
1576
if ((comma = strchr(n, ',')) != NULL)
sbin/ipfw/tables.c
1621
if (strchr(n, '.') != NULL &&
sbin/ipfw/tables.c
1646
if (strchr(n, ':') != NULL) {
sbin/ipfw/tables.c
429
if ((p = strchr(*av, ':')) != NULL)
sbin/kldload/kldload.c
60
if (strchr(kldname, '/') != NULL)
sbin/mdmfs/mdmfs.c
736
for (argc = 1, p = cmd; (p = strchr(p, ' ')) != NULL; p++)
sbin/mknod/mknod.c
141
if ((cp = strchr(argv[5], ':')) != NULL) {
sbin/mount/mount.c
417
if (vfslist == NULL && ((ep = strchr(argv[0], '@')) != NULL ||
sbin/mount/mount.c
418
(ep = strchr(argv[0], ':')) != NULL)) {
sbin/mount/mount.c
767
val = strchr(p, '=');
sbin/mount/mount.c
790
p = strchr(p, '=');
sbin/mount/mount_fs.c
86
p = strchr(optarg, '=');
sbin/mount/vfslist.c
78
while ((nextcp = strchr(nextcp, ',')) != NULL) {
sbin/mount_cd9660/mount_cd9660.c
113
p = strchr(optarg, '=');
sbin/mount_msdosfs/mount_msdosfs.c
112
csp = strchr(optarg,'.');
sbin/mount_msdosfs/mount_msdosfs.c
127
p = strchr(optarg, '=');
sbin/mount_nfs/mount_nfs.c
224
pnextopt = strchr(opt, ',');
sbin/mount_nfs/mount_nfs.c
229
pval = strchr(opt, '=');
sbin/mount_nfs/mount_nfs.c
462
if (strchr(gssname, '@') == NULL &&
sbin/mount_nfs/mount_nfs.c
593
if (*spec == '[' && (delimp = strchr(spec + 1, ']')) != NULL &&
sbin/mount_nullfs/mount_nullfs.c
78
p = strchr(optarg, '=');
sbin/mount_unionfs/mount_unionfs.c
135
p = strchr(optarg, '=');
sbin/natd/natd.c
1556
if ((ptr = strchr(buf, '#')))
sbin/natd/natd.c
1562
for (p = strchr(buf, '\0'); isspace(*--p);)
sbin/natd/natd.c
1653
separator = strchr(ptr, ',');
sbin/natd/natd.c
1675
separator = strchr (ptr, ':');
sbin/natd/natd.c
1694
separator = strchr (ptr, ':');
sbin/natd/natd.c
1838
separator = strchr(ptr, ',');
sbin/natd/natd.c
1919
sep = strchr (str, '-');
sbin/natd/natd.c
1963
ptr = strchr (str, ':');
sbin/newfs_msdos/mkfs_msdos.c
1072
if (c < ' ' + !i || strchr("\"*+,./:;<=>?[\\]|", c))
sbin/newfs_msdos/mkfs_msdos.c
441
if (!strchr(bname, '/')) {
sbin/newfs_msdos/newfs_msdos.c
181
if (!o.create_size && !strchr(fname, '/')) {
sbin/nvmecontrol/fabrics.c
103
cp = strchr(in_address, ':');
sbin/nvmecontrol/fabrics.c
112
if (strchr(cp + 1, ':') != NULL) {
sbin/nvmecontrol/fabrics.c
79
cp = strchr(in_address + 1, ']');
sbin/pfctl/parse.y
1348
if ($3 && strchr($3, '/') != NULL) {
sbin/pfctl/parse.y
3947
if (strchr($1, '&')) {
sbin/pfctl/parse.y
4938
if (strchr(pf_timeouts[i].name, '.') == NULL) {
sbin/pfctl/parse.y
8034
char *p = strchr(port, ':');
sbin/pfctl/parse.y
8339
if (anchorname && strchr(anchorname, '/') != NULL) {
sbin/pfctl/pf_ruleset.c
207
while ((r = strchr(q, '/')) != NULL || *q) {
sbin/pfctl/pf_ruleset.c
399
while ((r = strchr(q, '/')) != NULL || *q) {
sbin/pfctl/pfctl.c
1078
if ((sbs = strchr(s, '[')) != NULL && (sbe = strrchr(s, ']')) != NULL) {
sbin/pfctl/pfctl.c
1081
} else if ((sbs = strchr(s, ':')) != NULL) {
sbin/pfctl/pfctl.c
1181
*strchr(timestr, '\n') = '\0';
sbin/pfctl/pfctl.c
1243
*strchr(timestr, '\n') = '\0';
sbin/pfctl/pfctl.c
3830
mode = strchr("st", ch) ? O_RDONLY : O_RDWR;
sbin/pfctl/pfctl.c
681
if ((p = strchr(addr, '/')) != NULL) {
sbin/pfctl/pfctl_osfp.c
351
if ((ptr = strchr(wr_name, ' ')) == NULL) {
sbin/pfctl/pfctl_osfp.c
511
if (strchr(version_name, ' '))
sbin/pfctl/pfctl_osfp.c
513
else if (strchr(version_name, '.') &&
sbin/pfctl/pfctl_parser.c
1410
if ((q = strchr(tcpflags, *p)) == NULL)
sbin/pfctl/pfctl_parser.c
1888
if ((p = strchr(s, '/')) != NULL) {
sbin/pfilctl/pfilctl.c
215
if ((ruleset = strchr(argv[0], ':')) == NULL)
sbin/ping/ping6.c
2708
p = strchr(name, '.');
sbin/reboot/reboot.c
141
slash = strchr(sfs.f_mntfromname, '/');
sbin/reboot/reboot.c
206
eq = strchr(raw, '=');
sbin/restore/tape.c
136
if (strchr(source, ':')) {
sbin/restore/tape.c
138
source = strchr(host, ':');
sbin/restore/utilities.c
58
start = strchr(name, '/');
sbin/route/route.c
1304
if (idx == RTAX_DST && (q = strchr(str, '/')) != NULL)
sbin/route/route.c
1339
q = strchr(str,'/');
sbin/route/route.c
1363
strchr(str, '.') == NULL)
sbin/route/route.c
391
if (*token != '-' && strchr(token, '-') != NULL) {
sbin/route/route.c
590
(cp = strchr(domain_storage, '.')) != NULL) {
sbin/route/route.c
656
p = strchr(rt_line, '.');
sbin/routed/main.c
178
p = strchr(optarg,',');
sbin/routed/rtquery/rtquery.c
229
p = strchr(optarg,'=');
sbin/swapon/swapon.c
462
p = strchr(vnodefile, ',');
sbin/swapon/swapon.c
567
p = strchr(linebuf, ' ');
sbin/swapon/swapon.c
646
for (argc = 1, p = cmd; (p = strchr(p, ' ')) != NULL; p++)
sbin/sysctl/sysctl.c
625
pq = strchr(line, '\'');
sbin/sysctl/sysctl.c
626
pdq = strchr(line, '\"');
sbin/sysctl/sysctl.c
628
while((p = strchr(p, '#')) != NULL) {
sbin/sysctl/sysctl.c
630
if ((p = strchr(pq+1, '\'')) != NULL)
sbin/sysctl/sysctl.c
634
if ((p = strchr(pdq+1, '\"')) != NULL)
sbin/umbctl/umbctl.c
297
if((p = strchr(buf, '=')) != NULL)
sbin/umount/umount.c
359
(delimp = strchr(nfsdirname + 1, ']')) != NULL &&
sbin/zfsbootcfg/zfsbootcfg.c
245
name = strchr(buf + 4, '/');
share/examples/ipfilter/l4check/l4check.c
411
port = strchr(host, ',');
share/examples/ipfilter/l4check/l4check.c
505
s = strchr(buf, '\n');
share/examples/ipfilter/l4check/l4check.c
517
s = strchr(buf, '#');
share/examples/ipfilter/l4check/l4check.c
544
if (!strchr(t, ',')) {
stand/common/boot.c
287
spec = strchr(spec, ';');
stand/common/boot.c
293
if ((ep = strchr(spec, ';')) != NULL) {
stand/common/commands.c
76
ep = strchr(cp, ' ');
stand/common/dev_net.c
408
portp = val = strchr(ptr, ':');
stand/common/dev_net.c
413
val = strchr(ptr, '/');
stand/common/disk.c
439
if ((cp = strchr(np, ':')) != NULL && cp[1] != '\0') {
stand/common/gfx_fb.c
2805
ptr = strchr(buf, ':');
stand/common/install.c
127
val = strchr(tag, '=');
stand/common/install.c
133
p = strchr(val, '\n');
stand/common/install.c
230
e = strchr(devname, '/');
stand/common/install.c
236
if ((e = strchr(devname, ':')) != NULL) {
stand/common/install.c
278
pkgname = strchr(s, '/');
stand/common/install.c
80
s = strchr(v, ',');
stand/common/install.c
89
s = strchr(val, ',');
stand/common/interp_parse.c
156
PARSE_FAIL((q = strchr(p, token)) == NULL);
stand/common/module.c
1122
return (cp != name || strchr(name, '/') != NULL);
stand/common/module.c
1273
cp = strchr(val, ';');
stand/common/module.c
1319
cp = strchr(val, ';');
stand/common/module.c
1480
cp = strchr(cp, ';');
stand/efi/boot1/zfs_module.c
181
(dname = strchr(&zfs_bootonce[4], '/')) == NULL ||
stand/efi/libefi/devicename.c
54
if (devspec == NULL || *devspec == '/' || !strchr(devspec, ':')) {
stand/efi/libefi/efihttp.c
452
c = strchr(host, '/');
stand/efi/libefi/efihttp.c
457
c = strchr(hostp, '/');
stand/efi/libefi/efihttp.c
786
end = strchr(cursor, '"');
stand/efi/libefi/efipart.c
669
p = strchr(pathname, ':');
stand/efi/loader/framebuffer.c
761
height_start = strchr(maxres, 'x');
stand/fdt/fdt_loader_cmd.c
343
comaptr = strchr(name, ',');
stand/i386/gptzfsboot/zfsboot.c
662
q = strchr(ptr, ':');
stand/i386/libi386/devicename.c
50
(strchr(devspec, ':') == NULL)) {
stand/i386/libi386/vbe.c
1241
} else if (strchr(argv[2], 'x') != NULL) {
stand/i386/libi386/vbe.c
141
height_start = strchr(maxres, 'x');
stand/kboot/kboot/hostdisk.c
432
colon = strchr(devspec, ':');
stand/kboot/kboot/hostdisk.c
452
cp = strchr(devspec, ':');
stand/kboot/kboot/main.c
135
if (devspec == NULL || strchr(devspec, ':') == NULL) {
stand/kboot/libkboot/dfk.c
157
x = strchr(val, ' ');
stand/kboot/libkboot/dfk.c
162
if (strchr("dDbB", t) == NULL)
stand/kboot/libkboot/dfk.c
167
x = strchr(x, '\n');
stand/libofw/devicename.c
73
if ((s = strchr(p + 1, '/')) == NULL)
stand/libofw/devicename.c
74
s = strchr(p, '\0');
stand/libofw/ofw_net.c
203
if ((ch = strchr(path, ':')) != NULL)
stand/libsa/bootp.c
777
while (*endv && strchr(" \t\n\r", *endv))
stand/libsa/bootp.c
779
vp = strchr(endv, '='); /* find name=value separator */
stand/libsa/bootp.c
783
if (op->fmt == __ILIST && (s = strchr(vp, ';')))
stand/libsa/cd9660.c
258
sep = strchr(path, '/');
stand/libsa/dosfs.c
712
if (!(s = strchr(path, '/')))
stand/libsa/dosfs.c
713
s = strchr(path, 0);
stand/libsa/environment.c
177
if ((value = strchr(copy, '=')) != NULL)
stand/libsa/getopt.c
66
!(oli = strchr(ostr, optopt))) {
stand/libsa/zfs/zfs.c
1630
sep = strchr(np, '/');
stand/libsa/zfs/zfs.c
1717
dsname = strchr(name, '/');
stand/libsa/zfs/zfs.c
1784
beroot = strchr(currdev, ':') + 1;
stand/libsa/zfs/zfsimpl.c
3298
q = strchr(p, '/');
stand/libsa/zfs/zfsimpl.c
3322
} else if ((q = strchr(element, '@')) != NULL) {
stand/powerpc/ofw/main.c
193
ch = strchr(bootpath, ':');
stand/uboot/devicename.c
53
(strchr(devspec, ':') == NULL)) {
stand/userboot/userboot/devicename.c
51
(strchr(devspec, ':') == NULL)) {
sys/amd64/vmm/vmm.c
1641
if ((cp2 = strchr(cp, ' ')) != NULL)
sys/arm64/arm64/machdep.c
675
order = strchr(order, ',');
sys/compat/linux/linux_xattr.c
117
dot = strchr(uname, '.');
sys/compat/linuxkpi/common/include/linux/kstrtox.h
255
if (strchr("eEtTyY1", s[0]) != NULL)
sys/compat/linuxkpi/common/include/linux/kstrtox.h
257
else if (strchr("dDfFnN0", s[0]) != NULL)
sys/compat/linuxkpi/common/src/linux_firmware.c
106
(strchr(fw_name, '/') != NULL || strchr(fw_name, '.') != NULL ||
sys/compat/linuxkpi/common/src/linux_firmware.c
107
strchr(fw_name, '-'))) {
sys/compat/linuxkpi/common/src/linux_firmware.c
110
while ((p = strchr(fwimg, '/')) != NULL)
sys/compat/linuxkpi/common/src/linux_firmware.c
114
while ((p = strchr(fwimg, '.')) != NULL)
sys/compat/linuxkpi/common/src/linux_firmware.c
119
while ((p = strchr(fwimg, '-')) != NULL)
sys/ddb/db_input.c
278
db_le = strchr(db_lbuf_start, '\0');
sys/dev/hid/hidquirk.c
365
end = strchr(env, ',');
sys/dev/mxge/if_mxge.c
2830
ptr = strchr(ptr, '-');
sys/dev/netmap/netmap_kern.h
1572
((strchr(hdr->nr_name, '{') != NULL || strchr(hdr->nr_name, '}') != NULL) ? EOPNOTSUPP : 0)
sys/dev/ocs_fc/ocs_os.h
331
#define ocs_strchr(s,c) strchr(s,c)
sys/dev/pms/freebsd/driver/common/osstring.h
66
#define osti_strchr(s, n) strchr((char *)s, (int)n)
sys/dev/qat/qat_common/adf_cfg_section.c
64
pos = strchr(core_val, ',');
sys/dev/qat/qat_common/adf_cfg_section.c
69
pos = strchr(core_val, ',');
sys/dev/qat/qat_common/adf_cfg_section.c
84
pos = strchr(tokens[i], '-');
sys/dev/sound/sndstat.c
1114
e = strchr(line, ':');
sys/dev/sound/sndstat.c
1122
e = strchr(line, '<');
sys/dev/sound/sndstat.c
1132
e = strchr(line, '(');
sys/dev/uart/uart_bus_fdt.c
128
sep = strchr(buf, ':');
sys/dev/usb/quirk/usb_quirk.c
994
end = strchr(env, ',');
sys/dev/usb/serial/ulpt.c
716
for (p = str - 1; p; p = strchr(p, ';')) {
sys/dev/usb/serial/ulpt.c
722
q = strchr(p, ';');
sys/dev/xen/blkback/blkback.c
3446
if (strchr(xbb->dev_mode, 'w') == NULL)
sys/fs/nfs/nfs_commonsubs.c
3844
cp = strchr(str0, '@');
sys/fs/nfs/nfs_commonsubs.c
4070
cp = strchr(str0, '@');
sys/fs/nfs/nfsport.h
979
#define STRCHR(s, c) strchr((s), (c))
sys/fs/nfsclient/nfs_clvfsops.c
1379
cp = strchr(srvkrbname, ':');
sys/fs/nfsclient/nfs_clvfsops.c
577
dirpath = strchr(path, ':');
sys/fs/nfsclient/nfs_clvfsops.c
775
p = strchr(nmp->nm_hostname, ':');
sys/fs/nfsclient/nfs_clvfsops.c
816
if (*spec == '[' && (delimp = strchr(spec + 1, ']')) != NULL &&
sys/fs/nfsserver/nfs_nfsdstate.c
7603
cp = strchr(mdspathp, '@');
sys/fs/nfsserver/nfs_nfsdstate.c
7844
if (strchr(addr, ':') != NULL)
sys/fs/smbfs/smbfs_vfsops.c
219
pc = strchr(strncpy(pc, vcp->vc_username, pe - pc - 2), 0);
sys/fs/smbfs/smbfs_vfsops.c
222
pc = strchr(strncpy(pc, vcp->vc_srvname, pe - pc - 2), 0);
sys/fs/smbfs/smbfs_vnops.c
1013
if (strchr(name, '\\') != NULL)
sys/fs/smbfs/smbfs_vnops.c
1025
cp = strchr(name, '.');
sys/fs/smbfs/smbfs_vnops.c
1030
cp = strchr(cp + 1, '.');
sys/fs/smbfs/smbfs_vnops.c
1034
if (strchr(badchars83, *cp) != NULL)
sys/fs/smbfs/smbfs_vnops.c
1038
if (strchr(badchars, *cp) != NULL)
sys/fs/tarfs/tarfs_subr.c
312
p = strchr(map, '\n') + 1;
sys/fs/tarfs/tarfs_vfsops.c
604
sep = strchr(key, '=');
sys/gdb/gdb_main.c
235
if (strchr(tok, '=') != NULL)
sys/gdb/gdb_main.c
386
if (strchr(forbidden, c) != NULL) {
sys/geom/part/g_part.c
1931
strchr(gpp.gpp_flags, 'C') != NULL) ? 1 : 0;
sys/kern/imgact_binmisc.c
281
while ((p = strchr(p, '#')) != NULL) {
sys/kern/kern_boottrace.c
432
delim = strchr(message, ':');
sys/kern/kern_environment.c
443
eqpos = strchr(cp, '=');
sys/kern/kern_intr.c
1589
verbose = strchr(modif, 'v') != NULL;
sys/kern/kern_intr.c
1590
all = strchr(modif, 'a') != NULL;
sys/kern/kern_intr.c
716
start = strchr(ih->ih_name, ':');
sys/kern/kern_intr.c
718
start = strchr(ih->ih_name, 0);
sys/kern/kern_jail.c
4853
name = strchr(name, '.') + 1;
sys/kern/kern_jailmeta.c
443
MIN(opt->len, strchr(p + keylen + 1, '\n') -
sys/kern/kern_ktr.c
425
db_ktr_verbose |= (strchr(modif, 'v') != NULL) ? 2 : 0;
sys/kern/kern_ktr.c
426
db_ktr_verbose |= (strchr(modif, 'V') != NULL) ? 1 : 0; /* just timestamp please */
sys/kern/kern_ktr.c
427
if (strchr(modif, 'a') != NULL) {
sys/kern/kern_linker.c
1220
if (strchr(file, '/') || strchr(file, '.')) {
sys/kern/kern_linker.c
2162
if (strchr(name, '/'))
sys/kern/kern_sysctl.c
3117
if (strchr(modif, db_sysctl_modifs[i])) {
sys/kern/subr_boot.c
143
opts = strchr(kargs, '-');
sys/kern/subr_boot.c
146
sw = strchr(howto_switches, *opts);
sys/kern/subr_boot.c
151
opts = strchr(opts, '-');
sys/kern/subr_bus.c
6153
cp = strchr(at, ':');
sys/kern/subr_hints.c
242
p = strchr(cp, 'h');
sys/kern/subr_hints.c
281
s = strchr(s, '.') + 1; /* start of device */
sys/kern/subr_hints.c
284
s = strchr(s, '.') + 1; /* start of unit */
sys/kern/subr_hints.c
289
s = strchr(s, '.') + 1; /* start of resname */
sys/kern/subr_hints.c
292
s = strchr(s, '=') + 1; /* start of value */
sys/kern/subr_hints.c
66
eq = strchr(cp, '=');
sys/kern/subr_msan.c
211
fn = strchr(buf, '@');
sys/kern/subr_msan.c
265
fn = strchr(buf, '@');
sys/kern/tty_inq.c
380
if (strchr(breakc, tib->tib_data[boff]) && !GETBIT(tib, boff)) {
sys/kern/tty_inq.c
421
if (strchr(breakc, tib->tib_data[boff]) && !GETBIT(tib, boff)) {
sys/kern/uipc_mqueue.c
2042
if (len < 2 || strchr(path + 1, '/') != NULL)
sys/kern/uipc_mqueue.c
2153
if (len < 2 || strchr(path + 1, '/') != NULL)
sys/kern/vfs_mount.c
276
while ((p = strchr(opt1, '.')) != NULL &&
sys/kern/vfs_mountroot.c
1143
val = strchr(name, '=');
sys/libkern/fnmatch.c
92
strchr(string, '/') == NULL ?
sys/libkern/fnmatch.c
97
if ((string = strchr(string, '/')) == NULL)
sys/libkern/inet_pton.c
146
if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
sys/libkern/inet_pton.c
147
pch = strchr((xdigits = xdigits_u), ch);
sys/libkern/inet_pton.c
81
if ((pch = strchr(digits, ch)) != NULL) {
sys/net/dummymbuf.c
261
char *delim = strchr(*cur, ';');
sys/net/dummymbuf.c
296
char *sp = strchr(*cur, ' ');
sys/net/iflib.c
6781
sprintf(strchr(buf, 0), "%d", ndesc[i]);
sys/net/route/route_ddb.c
229
if (strchr(buf, ':') != NULL) {
sys/netgraph/ng_ksocket.c
242
if ((t = strchr(s + *off, '/')) == NULL)
sys/netgraph/ng_ksocket.c
646
if ((s2 = strchr(s1, '/')) == NULL)
sys/netgraph/ng_ksocket.c
653
if ((s2 = strchr(s1, '/')) == NULL)
sys/netinet/tcp_usrreq.c
2925
show_bblog = strchr(modif, 'b') != NULL;
sys/netinet/tcp_usrreq.c
2926
show_inpcb = strchr(modif, 'i') != NULL;
sys/netinet/tcp_usrreq.c
2937
only_locked = strchr(modif, 'l') != NULL;
sys/netinet/tcp_usrreq.c
2938
show_bblog = strchr(modif, 'b') != NULL;
sys/netinet/tcp_usrreq.c
2939
show_inpcb = strchr(modif, 'i') != NULL;
sys/netpfil/ipfilter/netinet/ip_compat.h
30
# define index strchr
sys/netpfil/ipfilter/netinet/radix_ipf.c
1077
if (strchr(str, ':') == NULL) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
1091
if (strchr(str, '.') != NULL) {
sys/netpfil/ipfilter/netinet/radix_ipf.c
1150
s = strchr(line, '\n');
sys/netpfil/ipfilter/netinet/radix_ipf.c
1159
s = strchr(tab[lines - 1].host, '/');
sys/netpfil/ipfw/ip_fw_table_algo.c
1212
if ((pdel = strchr(data, ' ')) == NULL)
sys/netpfil/ipfw/ip_fw_table_algo.c
1218
if ((s = strchr(pdel, ' ')) != NULL)
sys/netpfil/ipfw/ip_fw_table_algo.c
3836
if ((pdel = strchr(data, ' ')) == NULL)
sys/netpfil/ipfw/ip_fw_table_algo.c
3842
if ((s = strchr(pdel, ' ')) != NULL)
sys/netpfil/pf/pf_ruleset.c
314
while ((r = strchr(aname, '/')) != NULL || *aname) {
sys/netpfil/pf/pf_ruleset.c
613
while ((r = strchr(q, '/')) != NULL || *q) {
sys/ofed/drivers/infiniband/core/ib_device.c
330
if (strchr(device->name, '%')) {
sys/security/mac_lomac/mac_lomac.c
767
range = strchr(string, '(');
sys/security/mac_lomac/mac_lomac.c
770
auxsingle = strchr(string, '[');
sys/security/mac_lomac/mac_lomac.c
781
rangehigh = strchr(rangelow, '-');
sys/security/mac_lomac/mac_lomac.c
787
rangeend = strchr(rangehigh, ')');
sys/security/mac_lomac/mac_lomac.c
803
auxsingleend = strchr(auxsingle, ']');
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
397
next_entry = strchr(entry, '\n');
sys/sys/libkern.h
253
char *strchr(const char *, int);
sys/sys/libkern.h
299
return (strchr(p, ch));
sys/vm/uma_core.c
2660
if (strchr("./\\ -", *c) != NULL)
sys/vm/vm_page.c
5974
phys = strchr(modif, 'p') != NULL;
sys/vm/vm_page.c
5975
virt = strchr(modif, 'v') != NULL;
sys/x86/iommu/amd_drv.c
1193
show_domains = strchr(modif, 'd') != NULL;
sys/x86/iommu/amd_drv.c
1194
show_mappings = strchr(modif, 'm') != NULL;
sys/x86/iommu/amd_drv.c
1195
show_cmdq = strchr(modif, 'q') != NULL;
sys/x86/iommu/amd_drv.c
1212
show_domains = strchr(modif, 'd') != NULL;
sys/x86/iommu/amd_drv.c
1213
show_mappings = strchr(modif, 'm') != NULL;
sys/x86/iommu/amd_drv.c
1214
show_cmdq = strchr(modif, 'q') != NULL;
sys/x86/iommu/intel_drv.c
1147
show_mappings = strchr(db_tok_string, 'm') != NULL;
sys/x86/iommu/intel_drv.c
1267
show_domains = strchr(modif, 'd') != NULL;
sys/x86/iommu/intel_drv.c
1268
show_mappings = strchr(modif, 'm') != NULL;
sys/x86/iommu/intel_drv.c
1281
show_domains = strchr(modif, 'd') != NULL;
sys/x86/iommu/intel_drv.c
1282
show_mappings = strchr(modif, 'm') != NULL;
sys/xen/xenbus/xenbusb.c
572
p = strchr(node, '/');
sys/xen/xenbus/xenbusb.c
578
p = strchr(type, '/');
sys/xen/xenbus/xenbusb.c
591
p = strchr(p, '/');
tests/sys/net/routing/rtsock_common.h
211
if (strchr(addr, ':'))
tests/sys/net/routing/rtsock_common.h
231
if (strchr(addr, ':')) {
tests/sys/net/routing/rtsock_common.h
566
if (strchr(addr, ':')) {
tests/sys/net/routing/rtsock_common.h
576
k = strchr(addr, '%');
tests/sys/net/routing/rtsock_common.h
580
} else if (strchr(addr, '.'))
tests/sys/net/routing/rtsock_common.h
587
if ((delimiter = strchr(addr, '%')) != NULL) {
tests/sys/net/routing/rtsock_config.h
102
if ((s = strchr(buf, '/')) == NULL)
tests/sys/net/routing/rtsock_config.h
79
if ((s = strchr(buf, '/')) == NULL)
tools/regression/geom_gpt/gctl_test_helper.c
63
colon = strchr(arg, ':');
tools/regression/geom_gpt/gctl_test_helper.c
64
equal = strchr(arg, '=');
tools/tools/ath/athpoke/athpoke.c
102
cp = strchr(argv[0], '=');
tools/tools/ath/athprom/athprom.c
133
cp = strchr(argv[0], '=');
tools/tools/crypto/cryptocheck.c
2018
} else if (strchr(algname, '+') != NULL) {
tools/tools/crypto/cryptocheck.c
319
cp = strchr(name, '+');
tools/tools/cxgbtool/cxgbtool.c
1159
slash = strchr(s, '/');
tools/tools/cxgbtool/cxgbtool.c
1201
return strchr(s, '.') ? parse_ipaddr(s, val, mask) :
tools/tools/net80211/wesside/wesside/wesside.c
1526
ptr = strchr(myip, '.');
tools/tools/net80211/wesside/wesside/wesside.c
1528
ptr = strchr(ptr+1, '.');
tools/tools/net80211/wesside/wesside/wesside.c
1530
ptr = strchr(ptr+1, '.');
tools/tools/net80211/wesside/wesside/wesside.c
2036
ptr = strchr(arp_ip, '.');
tools/tools/net80211/wesside/wesside/wesside.c
2038
ptr = strchr(++ptr, '.');
tools/tools/net80211/wesside/wesside/wesside.c
2040
ptr = strchr(++ptr, '.');
tools/tools/net80211/wlanwatch/wlanwatch.c
149
(cp = strchr(domain, '.'))) {
tools/tools/net80211/wlanwatch/wlanwatch.c
173
if ((cp = strchr(hp->h_name, '.')) &&
tools/tools/netmap/nmreplay.c
1008
while (i <l && !strchr(seps, src[i])) i++;
tools/tools/netmap/nmreplay.c
1314
if (strchr(conv->s, *ep))
tools/tools/netmap/nmreplay.c
999
while (i <l && strchr(seps, src[i]))
tools/tools/netmap/pkt-gen.c
364
pp = strchr(name, ':');
tools/tools/netmap/pkt-gen.c
386
pp = strchr(name, '@');
tools/tools/netmap/pkt-gen.c
396
pp = strchr(name, ']');
tools/tools/netmap/pkt-gen.c
428
ap = strchr(name, '-');
tools/tools/netmap/pkt-gen.c
529
if (!strncmp(g->ifname, "netmap:", 7) && !strchr(ifname, '{')
tools/tools/netmap/pkt-gen.c
530
&& !strchr(ifname, '}')) {
tools/tools/so_splice/pingpong.c
45
port = strchr(host, ':');
tools/tools/so_splice/proxy.c
364
port = strchr(host, ':');
tools/tools/vimage/vimage.c
173
strchr(&vst[vst_last].name[namelen], '.') != NULL))
usr.bin/ar/ar.c
319
if ((!bsdar->mode || strchr("ptx", bsdar->mode)) &&
usr.bin/ar/ar.c
363
if (strchr(valid_modes, bsdar->mode) == NULL)
usr.bin/at/at.c
354
eqp = strchr(*atenv, '=');
usr.bin/at/at.c
658
if ((p = strchr(arg, '.')) == NULL)
usr.bin/basename/basename.c
109
if (suffixlen && (q = strchr(p, '\0') - suffixlen) > p &&
usr.bin/bintrans/qp.c
72
if (strchr("0123456789ABCDEFabcdef", body[1]) == NULL) {
usr.bin/bintrans/qp.c
76
if (strchr("0123456789ABCDEFabcdef", body[2]) == NULL) {
usr.bin/bintrans/uudecode.c
209
q = strchr(p, ' ');
usr.bin/bintrans/uudecode.c
235
p = strchr(q, '/');
usr.bin/calendar/io.c
565
if ((pp = strchr(buf, '\t')) == NULL)
usr.bin/calendar/locale.c
145
if ((p = strchr(p, ' ')) == NULL) {
usr.bin/calendar/parsedata.c
129
if ((p = strchr(date, ' ')) == NULL) {
usr.bin/calendar/parsedata.c
130
if ((p = strchr(date, '/')) == NULL) {
usr.bin/calendar/parsedata.c
199
if ((py = strchr(p2, '/')) != NULL) {
usr.bin/calendar/parsedata.c
282
if (strchr(p2, '*') != NULL)
usr.bin/cap_mkdb/cap_mkdb.c
169
if ((p = strchr(bp, ':')) == NULL) {
usr.bin/cap_mkdb/cap_mkdb.c
207
if (strchr(bp, '|') == NULL)
usr.bin/chat/chat.c
331
sp = strchr (buf, '\n');
usr.bin/chat/chat.c
740
if (strchr (term, *str) == (char *) 0) {
usr.bin/chpass/chpass.c
187
if (strchr(arg, ':'))
usr.bin/chpass/field.c
73
if (strchr(p, '.'))
usr.bin/cmp/cmp.c
81
colon = strchr(spec, ':');
usr.bin/ctags/ctags.c
295
/* lisp */ if (strchr(LISPCHR, c)) {
usr.bin/ctags/lisp.c
78
if (!(cp = strchr(lbp, ')')))
usr.bin/dtc/fdt.cc
2275
const char *val = strchr(def, '=');
usr.bin/env/env.c
133
login_class = strchr(login_name, '/');
usr.bin/env/env.c
181
for (argv += optind; *argv && (p = strchr(*argv, '=')); ++argv) {
usr.bin/env/envopts.c
105
if (strchr(filename, '/') != NULL)
usr.bin/env/envopts.c
465
*dest_p = strchr(newstr, '\0');
usr.bin/find/function.c
448
strchr(entry->fts_accpath, '/') != NULL)
usr.bin/find/misc.c
100
if ((p = strchr(resp, '\n')) != NULL)
usr.bin/finger/finger.c
278
if (strchr(*p, '@'))
usr.bin/finger/finger.c
309
if ((conf_realname = strchr(conf_alias, ':')) == NULL)
usr.bin/getaddrinfo/getaddrinfo.c
135
if ((p = strchr(service, '/')) != NULL) {
usr.bin/getent/getent.c
518
proto = strchr(argv[i], '/');
usr.bin/gprof/elf.c
136
(uflag && strchr(strtab + sym->st_name, '.') != NULL))
usr.bin/gprof/kernel.c
52
if (uflag && strchr(name, '.') != NULL)
usr.bin/hexdump/display.c
223
for (p2 = ++p1; *p1 && strchr(spec, *p1); ++p1);
usr.bin/hexdump/parse.c
164
while (*++fmt != 0 && strchr(spec + 1, *fmt) != NULL)
usr.bin/hexdump/parse.c
239
while (*++p1 != 0 && strchr(spec, *p1) != NULL)
usr.bin/hexdump/parse.c
245
while (*++p1 != 0 && strchr(spec + 1, *p1) != NULL)
usr.bin/hexdump/parse.c
55
if (!(p = strchr(buf, '\n'))) {
usr.bin/last/last.c
135
p = strchr(argv[optind - 1], ch);
usr.bin/last/last.c
137
p = strchr(argv[optind], ch);
usr.bin/last/last.c
481
if ((argdot = strchr(arg, '.')) == NULL)
usr.bin/last/last.c
487
hostdot = strchr(name, '.');
usr.bin/last/last.c
541
if ((p = strchr(arg, '.')) == NULL)
usr.bin/lex/initparse.c
942
if (strchr(prefix, '[') || strchr(prefix, ']'))
usr.bin/lex/initscan.c
3244
int amt = (int) (strchr (yytext, '|') - yytext);
usr.bin/limits/limits.c
344
if ((p = strchr(rcs_string, optopt)) != NULL) {
usr.bin/limits/limits.c
476
while (*argv && (p = strchr(*argv, '='))) {
usr.bin/locale/locale.c
496
if ((cs = strchr(s, '.')) != NULL) {
usr.bin/localedef/ctype.c
349
if (strchr(" \f\n\r\t\v", (char)wc) != NULL)
usr.bin/localedef/ctype.c
351
if (strchr("0123456789ABCDEFabcdef", (char)wc) != NULL)
usr.bin/localedef/ctype.c
353
if (strchr(" \t", (char)wc))
usr.bin/localedef/ctype.c
366
if (strchr("!\"'#$%&()*+,-./:;<=>?@[\\]^_`{|}~",
usr.bin/localedef/localedef.c
162
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/locate/locate/fastfind.c
173
if (strchr(LOCATE_REG, *p) != NULL)
usr.bin/locate/locate/util.c
148
if (strchr(LOCATE_REG, *p) == NULL)
usr.bin/locate/locate/util.c
158
(strchr(p, '[') != NULL || strchr(p, ']') != NULL)) {
usr.bin/locate/locate/util.c
169
if (p >= name && strchr(LOCATE_REG, *p) != NULL)
usr.bin/locate/locate/util.c
179
if (strchr(LOCATE_REG, *p) != NULL)
usr.bin/logger/logger.c
257
p = strchr(p0, ']');
usr.bin/logger/logger.c
273
p = strchr(hs, ':');
usr.bin/login/login.c
794
if (strlen(s) > 1024 || (p = strchr(s, '=')) == NULL)
usr.bin/login/login_fbtab.c
94
if ((cp = strchr(buf, '#')))
usr.bin/mail/fio.c
402
if (strchr(xname, ' ') && stat(xname, &sbuf) < 0) {
usr.bin/mail/lex.c
299
while (*cp != '\0' && strchr(" \t0123456789$^.:/-+*'\"", *cp) == NULL)
usr.bin/mail/list.c
718
if (value("searchheaders") && (cp = strchr(str, ':')) != NULL) {
usr.bin/mail/names.c
187
for (cp2 = wbuf; *cp != '\0' && strchr(" \t,(", *cp) == NULL;
usr.bin/mail/names.c
243
while(*cp != '\0' && strchr("@%!", *(cp + 1)) == NULL)
usr.bin/mail/names.c
250
while(cp != cp_temp && strchr(" \t,<>", *(cp - 1)) == NULL) {
usr.bin/mail/util.c
388
if (strchr(name, '(') == NULL && strchr(name, '<') == NULL
usr.bin/mail/util.c
389
&& strchr(name, ' ') == NULL)
usr.bin/mail/util.c
520
if ((cp = strchr(linebuf, 'F')) == NULL)
usr.bin/mail/util.c
524
while ((cp = strchr(cp, 'r')) != NULL) {
usr.bin/mail/util.c
526
if ((cp = strchr(cp, 'f')) == NULL)
usr.bin/mail/util.c
530
if ((cp = strchr(cp, ' ')) == NULL)
usr.bin/mkimg/mkimg.c
264
sep = strchr(spec, ':');
usr.bin/mkimg/mkimg.c
305
sep = strchr(spec, '/');
usr.bin/netstat/inet6.c
1332
(cp = strchr(domain, '.')))
usr.bin/netstat/inet6.c
1347
(cp = strchr(hbuf, '.')) &&
usr.bin/number/number.c
93
if (strchr(line, '\n') == NULL)
usr.bin/patch/pch.c
1484
t = strchr(buf, '\0') - 1;
usr.bin/patch/pch.c
1623
for (n = 0, cp = path; (cp = strchr(cp, '/')) != NULL; n++) {
usr.bin/patch/util.c
374
tab = strchr(t, '\t') != NULL;
usr.bin/pr/egetopt.c
107
!(oli = strchr(ostr, eoptopt))) {
usr.bin/pr/egetopt.c
114
if (strchr(ostr, '#') && (isdigit(eoptopt) ||
usr.bin/printf/printf.c
232
while (*fmt && strchr(skip1, *fmt) != NULL) {
usr.bin/printf/printf.c
340
if (!strchr("aAeEfFgG", *fmt)) {
usr.bin/quota/quota.c
590
strchr(fst->f_mntfromname, '@') != NULL)
usr.bin/script/script.c
170
if (strchr(optarg, '%'))
usr.bin/sed/compile.c
187
#define addrchar(c) (strchr("0123456789/\\$", (c)))
usr.bin/sed/compile.c
602
} else if (strchr("123456789", *p) != NULL) {
usr.bin/sed/process.c
632
(p = strchr(escapes, c)) != NULL) {
usr.bin/seq/seq.c
283
while (*fmt != '\0' && strchr("#0- +'", *fmt)) {
usr.bin/seq/seq.c
288
while (*fmt != '\0' && strchr("0123456789", *fmt)) {
usr.bin/seq/seq.c
295
while (*fmt != '\0' && strchr("0123456789", *fmt)) {
usr.bin/seq/seq.c
480
if (strchr(buf, 'e'))
usr.bin/seq/seq.c
485
if (strchr(buf, 'e'))
usr.bin/seq/seq.c
493
if (strchr(buf, 'e'))
usr.bin/sockstat/main.c
782
protoname = strchr(proto->name, '/') + 1;
usr.bin/sort/sort.c
740
sptr = strchr(s, ',');
usr.bin/su/su.c
556
p = strchr(*pp, '=');
usr.bin/su/su.c
583
if (strlen(s) > 1024 || strchr(s, '=') == NULL)
usr.bin/systat/devs.c
304
cp = strchr(tmpstr1, '\n');
usr.bin/systat/iolat.c
320
p = strchr(cmd, '=');
usr.bin/systat/netcmds.c
129
cp = strchr(tmpstr1, '\n');
usr.bin/systat/netstat.c
431
cp = strchr(line, '\0');
usr.bin/systat/netstat.c
441
cp = strchr(line, '\0');
usr.bin/tcopy/tcopy.cc
325
char *p = strchr(name, '\0') - 3;
usr.bin/tcopy/tcopy.cc
398
char *p = strchr(name, '\0') - 3;
usr.bin/tftp/main.c
237
if ((s = strchr(host, '/')) == NULL)
usr.bin/tftp/main.c
242
if ((s = strchr(path, ';')) != NULL) {
usr.bin/tftp/main.c
442
if (strchr(argv[n], ':')) {
usr.bin/tftp/main.c
808
if ((cp = strchr(line, '\n')) != NULL)
usr.bin/tip/libacu/courier.c
280
if (strchr(buf, '0') ||
usr.bin/tip/libacu/courier.c
281
(strchr(buf, 'O') && strchr(buf, 'K')))
usr.bin/tip/libacu/hayes.c
299
if (strchr(dumbuf, '0') ||
usr.bin/tip/libacu/hayes.c
300
(strchr(dumbuf, 'O') && strchr(dumbuf, 'K')))
usr.bin/tip/libacu/t3000.c
298
if (strchr(buf, '0') ||
usr.bin/tip/libacu/t3000.c
299
(strchr(buf, 'O') && strchr(buf, 'K')))
usr.bin/tip/libacu/ventel.c
110
cp = strchr(line, '\r');
usr.bin/tip/libacu/ventel.c
113
for (cp = line; (cp = strchr(cp, ' ')) != NULL; cp++)
usr.bin/tip/tip/cu.c
86
if (strchr(optarg, '/'))
usr.bin/tip/tip/remote.c
219
if ((cp = strchr(next, ',')) == NULL) {
usr.bin/tip/tip/value.c
180
if ((cp = strchr(s, '='))) {
usr.bin/tip/tip/value.c
193
} else if ((cp = strchr(s, '?'))) {
usr.bin/top/commands.c
133
if ((str = strchr(str, ' ')) == NULL)
usr.bin/touch/touch.c
220
if ((p = strchr(arg, '.')) == NULL)
usr.bin/touch/touch.c
315
colon = strchr(arg, ':');
usr.bin/touch/touch.c
316
if (colon == NULL || strchr(colon + 1, ':') == NULL)
usr.bin/touch/touch.c
318
fmt = strchr(arg, 'T') != NULL ? "%Y-%m-%dT%H:%M:%S" :
usr.bin/tr/str.c
139
if ((p = strchr(s->str + 2, ']')) == NULL)
usr.bin/tr/str.c
149
if (s->str[2] == '\0' || (p = strchr(s->str + 3, ']')) == NULL)
usr.bin/tr/str.c
160
if (p[0] != '*' || strchr(p, ']') == NULL)
usr.bin/units/units.c
323
!strchr(".0123456789", *(slash + 1))))
usr.bin/units/units.c
325
slash = strchr(scratch, '/');
usr.bin/units/units.c
332
if (strchr("0123456789.", *item)) { /* item is a number */
usr.bin/units/units.c
338
offset = strchr(item, '&');
usr.bin/units/units.c
345
divider = strchr(item, '|');
usr.bin/units/units.c
396
if (strchr("23456789",
usr.bin/units/units.c
572
if (strchr(toadd, PRIMITIVECHAR))
usr.bin/usbhidaction/usbhidaction.c
298
p = strchr(buf, '\n');
usr.bin/usbhidaction/usbhidaction.c
302
p = strchr(buf, '\n');
usr.bin/usbhidaction/usbhidaction.c
318
tmp = strchr(name, '#');
usr.bin/vtfontcvt/vtfontcvt.c
423
while ((p = strchr(p, '-')) != NULL) {
usr.bin/vtfontcvt/vtfontcvt.c
574
p = strchr(ln, ':') + 1;
usr.bin/w/w.c
256
if ((dot = strchr(x_suffix, '.')) != NULL &&
usr.bin/w/w.c
257
strchr(dot+1, '.') == 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
500
if ((cp2 = strchr(buf, '\n')) != NULL)
usr.bin/whereis/whereis.c
609
if ((cp2 = strchr(buf, '\n')) != NULL)
usr.bin/which/which.c
127
if (strchr(filename, '/') != NULL)
usr.bin/whois/whois.c
471
strchr(query, ' ') != NULL)
usr.bin/whois/whois.c
502
if (strchr("#%\r\n", buf[0]) != NULL)
usr.sbin/ac/ac.c
118
if ((rcp = strchr(tp->line, '*')) != NULL) {
usr.sbin/arp/arp.c
231
if ((p = strchr(line, '#')) != NULL)
usr.sbin/bhyve/amd64/pci_lpc.c
115
if (strchr(varfile, '=') == NULL) {
usr.sbin/bhyve/bhyverun.c
164
else if (strchr(cp, '=') != NULL)
usr.sbin/bhyve/bhyverun.c
761
value = strchr(option, '=');
usr.sbin/bhyve/bhyverun.c
789
cp = strchr(line, '\n');
usr.sbin/bhyve/block_if.c
454
cp = strchr(opts, ',');
usr.sbin/bhyve/config.c
138
if (strchr(name, '.') != NULL)
usr.sbin/bhyve/config.c
262
cp = strchr(vp + 2, ')');
usr.sbin/bhyve/config.c
326
if (strchr(value, '%') == NULL)
usr.sbin/bhyve/config.c
349
if (strchr(name, '.') != NULL)
usr.sbin/bhyve/gdb.c
1680
value = strchr(feature, '=');
usr.sbin/bhyve/net_backends.c
304
cp = strchr(opts, ',');
usr.sbin/bhyve/pci_emul.c
244
value = strchr(name, '=');
usr.sbin/bhyve/pci_emul.c
283
if ((cp = strchr(str, ',')) != NULL) {
usr.sbin/bhyve/pci_emul.c
286
if ((cp = strchr(emul, ',')) != NULL) {
usr.sbin/bhyve/pci_fbuf.c
265
cp = strchr(value + 1, ']');
usr.sbin/bhyve/pci_fbuf.c
302
cp = strchr(value, ':');
usr.sbin/bhyve/pci_nvme.c
3394
cp = strchr(opts, ',');
usr.sbin/bhyve/pci_passthru.c
805
cp = strchr(opts, ',');
usr.sbin/bhyve/pci_passthru.c
901
cp = strchr(name, '\0');
usr.sbin/bhyve/pci_virtio_9p.c
230
if (strchr(token, '=') != NULL) {
usr.sbin/bhyve/pci_virtio_input.c
623
char *cp = strchr(opts, ',');
usr.sbin/bhyve/pci_virtio_scsi.c
1047
if (path[0] != '/' && (id = strchr(path, ':')) != NULL) {
usr.sbin/bhyve/pci_virtio_scsi.c
1158
value = strchr(name, '=');
usr.sbin/bhyve/pci_xhci.c
2740
cp = strchr(opt, '=');
usr.sbin/bhyve/qemu_fwcfg.c
563
opt_end = strchr(opt_ptr, ',');
usr.sbin/bhyve/slirp/slirp-helper.c
315
port = strchr(addr, ':');
usr.sbin/bhyve/slirp/slirp-helper.c
352
host = strchr(p, ':');
usr.sbin/bhyve/slirp/slirp-helper.c
362
guest = strchr(host, '-');
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
178
char *c_end = strchr(c->command, ' ');
usr.sbin/bluetooth/btpand/btpand.c
115
if (strchr(optarg, '/') == NULL) {
usr.sbin/bluetooth/hccontrol/hccontrol.c
268
char *c_end = strchr(c->command, ' ');
usr.sbin/bluetooth/hccontrol/le.c
225
while ((token = strchr(token, ',')) != NULL) {
usr.sbin/bluetooth/l2control/l2control.c
184
char *c_end = strchr(c->command, ' ');
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
183
char *c_end = strchr(c->command, ' ');
usr.sbin/bootparamd/bootparamd/bootparamd.c
129
if ( (where = strchr(buffer,':')) ) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
224
"%s",strchr(strstr(result,fileid), '=') + 1);
usr.sbin/bootparamd/bootparamd/bootparamd.c
225
if (strchr(buf, ' ') != NULL)
usr.sbin/bootparamd/bootparamd/bootparamd.c
226
*(char *)(strchr(buf, ' ')) = '\0';
usr.sbin/bsdinstall/partedit/gpart_ops.c
1203
if (items[3].value != NULL && strchr(items[3].value, '/') != NULL) {
usr.sbin/bsdinstall/partedit/gpart_ops.c
682
if (items[3].value != NULL && strchr(items[3].value, '/') != NULL) {
usr.sbin/bsdinstall/partedit/scripted.c
171
partconfig = strchr(input, '}');
usr.sbin/bsdinstall/runconsoles/runconsoles.c
272
p = strchr(buf, '/');
usr.sbin/bsdinstall/runconsoles/runconsoles.c
281
p = strchr(buf, ',');
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
379
if (strchr("():|", c) != NULL)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
239
if (strchr(",]", *(str + len)) != NULL)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
1085
if (*endptr != '.' && strchr("],\0", *endptr) == NULL && i != 3)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
322
if (strchr(delim, *ptr) == NULL)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
332
if (strchr(delim, *ptr) != NULL || *ptr == '=')
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
339
while (*ptr != '\0' && strchr(delim, *ptr) == NULL)
usr.sbin/cdcontrol/cdcontrol.c
498
if (strchr (arg, '#')) {
usr.sbin/cdcontrol/cdcontrol.c
517
if (strchr (arg, ':')) {
usr.sbin/chown/chown.c
147
if ((cp = strchr(*argv, ':')) != NULL) {
usr.sbin/chown/chown.c
152
else if ((cp = strchr(*argv, '.')) != NULL) {
usr.sbin/config/config.y
230
if (strchr($1, '=') != NULL)
usr.sbin/config/main.cc
670
if (strchr(dp->d_name, '_') &&
usr.sbin/config/main.cc
701
if (strchr(s, '_') && strncmp(s, "opt_", 4) != 0) {
usr.sbin/config/mkmakefile.cc
192
if ((eq = strchr(src, '=')) == NULL) {
usr.sbin/config/mkmakefile.cc
250
if ((s = strchr(line, '#')) != NULL)
usr.sbin/config/mkmakefile.cc
272
s = strchr(result, '=');
usr.sbin/cron/lib/env.c
253
if (!(q = strchr(p, '=')))
usr.sbin/cron/lib/misc.c
254
while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
usr.sbin/cron/lib/misc.c
487
while (*s && (NULL != strchr(t, *s))) {
usr.sbin/cron/lib/misc.c
492
while (*s && (NULL == strchr(t, *s)) && (rp < &rb[MAX_TEMPSTR])) {
usr.sbin/cxgbetool/cxgbetool.c
732
colon = strchr(args[1], ':');
usr.sbin/cxgbetool/cxgbetool.c
754
slash = strchr(args[1], '/');
usr.sbin/devinfo/devinfo.c
288
end = strchr(cp, ' ');
usr.sbin/edquota/edquota.c
234
(cp = strchr(*argv, '-')) != NULL) {
usr.sbin/fdread/fdutil.c
181
if ((cp = strchr(s, ',')) == NULL) {
usr.sbin/fifolog/fifolog_writer/fifolog_writer.c
103
p = strchr(buf, '\0');
usr.sbin/fstyp/hammer.c
159
if ((p = strchr(p, ':')) != NULL)
usr.sbin/fstyp/hammer2.c
186
p = strchr(p, '@');
usr.sbin/gssd/gssd.c
1240
if ((cp = strchr(ccname, '@')) != NULL)
usr.sbin/gssd/gssd.c
1260
cp2 = strchr(cp, ':');
usr.sbin/gssd/gssd.c
1534
cp = strchr(pname, '/');
usr.sbin/gssd/gssd.c
1546
cp2 = strchr(cp, '@');
usr.sbin/gssd/gssd.c
1561
cp = strchr(pname, '@');
usr.sbin/gssd/gssd.c
1567
if (strchr(pname, '/') == NULL)
usr.sbin/gssd/gssd.c
348
cp2 = strchr(cp, ':');
usr.sbin/gssd/gssd.c
580
cp2 = strchr(cp, ':');
usr.sbin/gstat/gstat.c
326
if ((p = strchr(tmp_f_s, '\n')) != NULL)
usr.sbin/ifmcstat/ifmcstat.c
539
pcolon = strchr(thisifname, ':');
usr.sbin/inetd/inetd.c
1669
if ((group = strchr(user, ':')) == NULL) {
usr.sbin/inetd/inetd.c
1674
if ((perm = strchr(group, ':')) == NULL) {
usr.sbin/inetd/inetd.c
1865
if ((s = strchr(arg, '/')) != NULL) {
usr.sbin/inetd/inetd.c
2065
cp = strchr(line, '\n');
usr.sbin/ip6addrctl/ip6addrctl.c
316
if ((plenstr = strchr(prefix, '/')) == NULL) {
usr.sbin/jail/command.c
1034
p = strchr(p + 1, '/');
usr.sbin/jail/command.c
374
while ((p = strchr(cs, ' ')) != NULL && strlen(p) > 1) {
usr.sbin/jail/command.c
385
if ((cs = strchr(val, '|'))) {
usr.sbin/jail/command.c
394
if (!(cs = strchr(addr, '/'))) {
usr.sbin/jail/command.c
399
} else if (strchr(cs + 1, '.')) {
usr.sbin/jail/command.c
431
while ((p = strchr(cs, ' ')) != NULL && strlen(p) > 1) {
usr.sbin/jail/command.c
442
if ((cs = strchr(val, '|'))) {
usr.sbin/jail/command.c
452
if (!(cs = strchr(addr, '/'))) {
usr.sbin/jail/config.c
410
} else if ((cs = strchr(value, '='))) {
usr.sbin/jail/config.c
681
cs = strchr(s->s, '|');
usr.sbin/jail/config.c
688
if ((cs = strchr(s->s, '/')) != NULL) {
usr.sbin/jail/config.c
692
if ((cs = strchr(s->s, ' ')) != NULL) {
usr.sbin/jail/config.c
702
cs = strchr(s->s, '|');
usr.sbin/jail/config.c
709
if ((cs = strchr(s->s, '/')) != NULL) {
usr.sbin/jail/config.c
713
if ((cs = strchr(s->s, ' ')) != NULL) {
usr.sbin/jail/config.c
846
while ((p = strchr(opt1, '.')) != NULL &&
usr.sbin/jail/config.c
873
(jd = strchr(jc, '.')) && (wd = strchr(wc, '.'));
usr.sbin/jail/config.c
888
for (wc = strchr(wname, '*'); wc; wc = strchr(wc + 1, '*'))
usr.sbin/jail/jail.c
1042
: strchr(p, '\'') ? '"'
usr.sbin/jail/jail.c
1043
: strchr(p, '"') ? '\''
usr.sbin/jail/jail.c
1044
: strchr(p, ' ') || strchr(p, '\t') ? '"'
usr.sbin/jail/jail.c
293
ncs = strchr(cs, ',');
usr.sbin/jail/jail.c
335
if (strchr(argv[i], '='))
usr.sbin/jail/jail.c
341
} else if (argc > 1 || (argc == 1 && strchr(argv[0], '='))) {
usr.sbin/jail/jail.c
372
ncs = strchr(cs, ',');
usr.sbin/jexec/jexec.c
82
if (strchr(optarg, '=') == NULL)
usr.sbin/jls/jls.c
223
(dot = strchr(params[i].jp_name, '.'))) {
usr.sbin/jls/jls.c
377
ap = strchr(parama->jp_name, '.');
usr.sbin/jls/jls.c
378
bp = strchr(paramb->jp_name, '.');
usr.sbin/jls/jls.c
572
if (strchr(p, '\''))
usr.sbin/jls/jls.c
574
else if (strchr(p, '"'))
usr.sbin/kldxref/kldxref.c
284
colon = strchr(walker, ':');
usr.sbin/kldxref/kldxref.c
285
semi = strchr(walker, ';');
usr.sbin/lpr/chkprintcap/skimprintcap.c
107
lastchar = strchr(curline, '\n');
usr.sbin/lpr/chkprintcap/skimprintcap.c
111
lastchar = strchr(curline, '\0');
usr.sbin/lpr/chkprintcap/skimprintcap.c
208
endfield = strchr(curline, ':');
usr.sbin/lpr/common_source/common.c
535
srcp = strchr(fname, '/');
usr.sbin/lpr/common_source/common.c
564
eostat = strchr(xStr, '\0'); \
usr.sbin/lpr/common_source/ctlinfo.c
559
if (strchr(OTHER_USERID_CHARS, *cp) != NULL)
usr.sbin/lpr/common_source/ctlinfo.c
649
slash = strchr(lbuff, '/');
usr.sbin/lpr/common_source/ctlinfo.c
887
nl = strchr(strp, '\n');
usr.sbin/lpr/common_source/matchjobs.c
227
atsign = strchr(jobstr, '@');
usr.sbin/lpr/common_source/matchjobs.c
228
colon = strchr(jobstr, ':');
usr.sbin/lpr/common_source/matchjobs.c
274
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
1238
if ((cp = strchr(job, ':')) != NULL) {
usr.sbin/lpr/lpd/printjob.c
1786
if (strchr(pp->lp, '@') != NULL)
usr.sbin/lpr/lpd/printjob.c
584
if (strchr(line + 1, '/'))
usr.sbin/lpr/lpd/printjob.c
978
if (line[0] == 'U' && !strchr(line + 1, '/'))
usr.sbin/lpr/lpd/recvjob.c
427
if (tfname[0] && strchr(tfname, '/') == NULL)
usr.sbin/lpr/lpd/recvjob.c
429
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/mtree.c
1011
cp = strchr(pathspec, '/');
usr.sbin/makefs/mtree.c
224
p = strchr(base, '$');
usr.sbin/makefs/mtree.c
251
p = strchr(v, '}');
usr.sbin/makefs/mtree.c
305
while (c != EOF && strchr(cs, c) != NULL)
usr.sbin/makefs/mtree.c
320
while (c != EOF && strchr(cs, c) == NULL)
usr.sbin/makefs/mtree.c
502
value = strchr(keyword, '=');
usr.sbin/makefs/mtree.c
641
p = strchr(value, '.');
usr.sbin/makefs/mtree.c
992
cp = strchr(pathspec, '/');
usr.sbin/makefs/zfs/dsl.c
301
(next = strchr(dsname, '/')) == NULL ||
usr.sbin/mfiutil/mfi_config.c
299
cp = strchr(cp, ',');
usr.sbin/mountd/mountd.c
2832
cp = strchr(seclist, ':');
usr.sbin/mountd/mountd.c
2893
if ((cpoptend = strchr(cpopt, ','))) {
usr.sbin/mountd/mountd.c
2895
if ((cpoptarg = strchr(cpopt, '='))) {
usr.sbin/mountd/mountd.c
2900
if ((cpoptarg = strchr(cpopt, '='))) {
usr.sbin/mountd/mountd.c
2941
if (strchr(cpoptarg, '/') != NULL) {
usr.sbin/mountd/mountd.c
3464
p = strchr(cp, '/');
usr.sbin/mountd/mountd.c
402
if (!quot && strchr(delim, *srcptr))
usr.sbin/moused/moused/moused.c
1217
cr = strchr(cdev, '\n');
usr.sbin/moused/moused/moused.c
1220
cr = strchr(cdev, ' ');
usr.sbin/mptutil/mpt_config.c
371
cp = strchr(cp, ',');
usr.sbin/mtest/mtest.c
229
if ((p = (char*)strchr(line, '\n'))
usr.sbin/mtest/mtest.c
563
cp = strchr(str1, '\n');
usr.sbin/ndp/ndp.c
1040
valptr = strchr(cp, '='); \
usr.sbin/ndp/ndp.c
376
if ((p = strchr(line, '#')) != NULL)
usr.sbin/newsyslog/newsyslog.c
1248
if ((group = strchr(q, ':')) != NULL ||
usr.sbin/nfscbd/nfscbd.c
120
cp = strchr(myname, '.');
usr.sbin/nfscbd/nfscbd.c
133
(cp = strchr(aip->ai_canonname, '.')) != NULL
usr.sbin/nfscbd/nfscbd.c
164
if (strchr(cp, '@') == NULL &&
usr.sbin/nfsd/nfsd.c
1069
if ((cp = strchr(hostname, '.')) == NULL ||
usr.sbin/nfsd/nfsd.c
1077
(cp = strchr(aip->ai_canonname, '.')) !=
usr.sbin/nfsd/nfsd.c
1262
cp2 = strchr(cp, ',');
usr.sbin/nfsd/nfsd.c
1270
dsvol = strchr(cp, ':');
usr.sbin/nfsd/nfsd.c
1276
mdsp = strchr(dsvol, '#');
usr.sbin/nfsuserd/nfsuserd.c
144
if ((cp = strchr(hostname, '.')) != NULL &&
usr.sbin/nfsuserd/nfsuserd.c
153
(cp = strchr(aip->ai_canonname, '.')) != NULL
usr.sbin/nvram/nvram.c
149
cp = strchr(*argv, '=');
usr.sbin/pciconf/pciconf.c
1135
if ((ch = strchr(buf, '#')) != NULL)
usr.sbin/pciconf/pciconf.c
1137
ch = strchr(buf, '\0') - 1;
usr.sbin/pciconf/pciconf.c
1242
cp = strchr(name, '\0');
usr.sbin/pciconf/pciconf.c
1280
ep = strchr(str, '@');
usr.sbin/pciconf/pciconf.c
1314
if (strchr(str, ':') == NULL)
usr.sbin/pkg/pkg.c
517
endp = strchr(buf, '$');
usr.sbin/pmcstat/pmcstat_log.c
303
sep = strchr(funcname, '\n');
usr.sbin/pmcstat/pmcstat_log.c
311
sep = strchr(sourcefile, ':');
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
178
cp = strchr(host, ':');
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
240
cp = strchr(host, ':');
usr.sbin/pnfsdsfile/pnfsdsfile.c
95
cp = strchr(hostn, ',');
usr.sbin/powerd/powerd.c
235
q = strchr(p, ' ');
usr.sbin/ppp/cbcp.c
343
} else if (strchr(cbcp->fsm.phone, ','))
usr.sbin/ppp/cbcp.c
396
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
1190
sep = strchr(arg->argv[arg->argn], '+');
usr.sbin/ppp/datalink.c
1200
sep = strchr(sep, '-');
usr.sbin/ppp/datalink.c
1221
sep = strchr(sep, '.');
usr.sbin/ppp/datalink.c
704
char *ptr = strchr(dl->cbcp.fsm.phone, ',');
usr.sbin/ppp/defs.c
143
if (!isalnum(*ptr) && strchr("-.", *ptr) == NULL)
usr.sbin/ppp/ether.c
477
provider = strchr(iface, ':');
usr.sbin/ppp/ipcp.c
256
if ((cp = strchr(ncp, '\n')) == NULL) /* Point at next line */
usr.sbin/ppp/iplist.c
104
if (ptr != NULL && (ptr = strchr(ptr, ',')) != NULL)
usr.sbin/ppp/iplist.c
110
if ((end = strchr(ptr, ',')) == NULL)
usr.sbin/ppp/nat_cmd.c
350
minus = strchr(str, '-');
usr.sbin/ppp/nat_cmd.c
376
colon = strchr(str, ':');
usr.sbin/ppp/ncpaddr.c
965
if ((cp = strchr(data, ':')) == NULL) {
usr.sbin/ppp/ncpaddr.c
991
} else if (strchr(cp + 1, ':') != NULL) {
usr.sbin/ppp/netgraph.c
534
if ((nodename = strchr(nodetype, ':')) != NULL) {
usr.sbin/ppp/netgraph.c
682
done = strchr(" \t", devp[len]) ? 1 : 0;
usr.sbin/ppp/prompt.c
123
else if ((dot = strchr(shostname, '.')))
usr.sbin/ppp/radius.c
419
if (width == 32 && strchr(argv[0], '/') == NULL) {
usr.sbin/ppp/systems.c
107
ptr = strchr(from+2, '}');
usr.sbin/ppp/systems.c
140
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
260
if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
usr.sbin/ppp/udp.c
264
svc = strchr(port, '/');
usr.sbin/pppctl/pppctl.c
486
if ((p = strchr(addr, ']')) == NULL) {
usr.sbin/pppctl/pppctl.c
644
next = strchr(start, ';');
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
350
for (c = strchr(on->names, '.'); c != NULL; c = strchr(c + 1, '.'))
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
474
newline = strchr(od->description, '\n');
usr.sbin/pw/psdate.c
236
if (strchr("(+-", q[1]) != NULL)
usr.sbin/pw/pw_conf.c
162
char *p = strchr(str + 1, *str);
usr.sbin/pw/pw_group.c
93
if (strchr(line, ':') != 0)
usr.sbin/pw/pw_user.c
117
while ((tmp = strchr(tmp + 1, '/')) != NULL) {
usr.sbin/pw/pw_user.c
213
if (strchr(line, ':') != NULL)
usr.sbin/pw/pw_user.c
578
if ((p = strchr(uname, '&')) != NULL) {
usr.sbin/pw/pw_user.c
643
if (strchr(badchars, *ch) != NULL ||
usr.sbin/route6d/route6d.c
3183
if ((p = strchr(ap, ',')) != NULL) {
usr.sbin/route6d/route6d.c
3187
if ((p = strchr(ap, '/')) == NULL) {
usr.sbin/route6d/route6d.c
3214
if ((iflp = strchr(iflp, ',')) != NULL)
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
860
if ((cp = strchr(hostname, '.')) != NULL &&
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
870
(cp = strchr(aip->ai_canonname, '.')) !=
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
100
s = (strchr(s, ':') + 1);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
366
if ((ptr = strchr(data.data, ':')) == NULL) {
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
99
while (strchr(s, ':')) {
usr.sbin/rpc.ypupdated/yp_dbupdate.c
86
if ((domptr = strchr(netname, '@')) == NULL)
usr.sbin/rtadvctl/rtadvctl.c
242
p = strchr(plstr, ':');
usr.sbin/rtadvctl/rtadvctl.c
243
q = strchr(plstr, '=');
usr.sbin/rtadvctl/rtadvctl.c
955
src_last = strchr(src, '\0');
usr.sbin/rtadvd/config.c
101
p = strchr(src, '.');
usr.sbin/rtadvd/config.c
431
if (strchr(flagstr, 'm'))
usr.sbin/rtadvd/config.c
433
if (strchr(flagstr, 'o'))
usr.sbin/rtadvd/config.c
435
if (strchr(flagstr, 'h'))
usr.sbin/rtadvd/config.c
437
if (strchr(flagstr, 'l')) {
usr.sbin/rtadvd/config.c
553
if (strchr(flagstr, 'l'))
usr.sbin/rtadvd/config.c
555
if (strchr(flagstr, 'a'))
usr.sbin/rtadvd/config.c
739
if (strchr(flagstr, 'h'))
usr.sbin/rtadvd/config.c
741
if (strchr(flagstr, 'l')) {
usr.sbin/rtsold/rtsol.c
824
src_last = strchr(src, '\0');
usr.sbin/rwhod/rwhod.c
229
if ((cp = strchr(myname, '.')) != NULL)
usr.sbin/services_mkdb/services_mkdb.c
284
proto = strchr(port, '/');
usr.sbin/services_mkdb/services_mkdb.c
371
if ((p = strchr(d, '/')) == NULL)
usr.sbin/syslogd/syslogd.c
1362
for (p = line; (q = strchr(p, '\n')) != NULL; p = q + 1) {
usr.sbin/syslogd/syslogd.c
2434
if (*p == '\0' || strchr("!+-:", *p) == NULL)
usr.sbin/syslogd/syslogd.c
2649
if ((p = strchr(LocalHostName, '.')) != NULL) {
usr.sbin/syslogd/syslogd.c
2975
for (bp = buf; *q != '\0' && !strchr("\t,; ", *q); )
usr.sbin/syslogd/syslogd.c
2980
while (strchr(",;", *q))
usr.sbin/syslogd/syslogd.c
3005
while (*p != '\0' && !strchr("\t.; ", *p)) {
usr.sbin/syslogd/syslogd.c
3006
for (bp = buf; *p != '\0' && !strchr("\t,;. ", *p); )
usr.sbin/syslogd/syslogd.c
3512
if (*s != '[' || (cp1 = strchr(s + 1, ']')) == NULL)
usr.sbin/syslogd/syslogd.c
3537
if ((cp1 = strchr(s, '/')) != NULL &&
usr.sbin/syslogd/syslogd.c
3693
else if (strchr(name, '.') == NULL) {
usr.sbin/syslogd/syslogd.c
418
(cp = strchr(name + 1, ']')) != NULL) {
usr.sbin/syslogd/syslogd.c
425
cp = strchr(name, ':');
usr.sbin/syslogd/syslogd.c
426
if (cp != NULL && strchr(cp + 1, ':') == NULL) {
usr.sbin/syslogd/syslogd.c
524
p = strchr(optarg, ']');
usr.sbin/syslogd/syslogd.c
526
p = strchr(p + 1, ':');
usr.sbin/syslogd/syslogd.c
528
p = strchr(optarg, ':');
usr.sbin/syslogd/syslogd.c
529
if (p != NULL && strchr(p + 1, ':') != NULL)
usr.sbin/syslogd/syslogd.c
582
else if ((name = strchr(optarg, ':')) != NULL) {
usr.sbin/traceroute/ifaddrlist.c
134
if (strchr(device, ':') != NULL)
usr.sbin/traceroute/traceroute.c
1873
cp = strchr(domain, '.');
usr.sbin/traceroute/traceroute.c
1882
cp = strchr(hp->h_name, '.');
usr.sbin/traceroute/traceroute.c
1902
if ((cp = strchr(hp->h_name, '.')) != NULL &&
usr.sbin/traceroute6/traceroute6.c
1639
(cp = strchr(domain, '.')))
usr.sbin/traceroute6/traceroute6.c
1648
if ((cp = strchr(line, '.')) &&
usr.sbin/tzsetup/tzsetup.c
490
if (strchr(line, ',') != NULL)
usr.sbin/tzsetup/tzsetup.c
525
if (strchr(line, ',') == NULL)
usr.sbin/uhsoctl/uhsoctl.c
639
if ((p = strchr(buf, '\r')) != NULL)
usr.sbin/uhsoctl/uhsoctl.c
641
else if ((p = strchr(buf, '\n')) != NULL)
usr.sbin/usbconfig/dump.c
388
if ((ch = strchr(buf, '#')) != NULL)
usr.sbin/usbconfig/dump.c
392
ch = strchr(buf, '\0') - 1;
usr.sbin/yp_mkdb/yp_mkdb.c
253
if ((sep = strchr(buf, '\n')))
usr.sbin/yp_mkdb/yp_mkdb.c
260
if ((sep = strchr(buf, '\n')))
usr.sbin/ypbind/ypbind.c
174
if (strchr(*argp, '/')) {
usr.sbin/ypbind/ypbind.c
244
if (strchr(argp->ypsetdom_domain, '/')) {
usr.sbin/ypldap/aldap.c
584
if ((forward = strchr(p, '/')) != NULL)
usr.sbin/ypldap/aldap.c
587
if ((forward2 = strchr(p, ':')) != NULL) {
usr.sbin/ypldap/aldap.c
609
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypldap/aldap.c
620
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypldap/aldap.c
623
if ((forward2 = strchr(p, ',')) == NULL) {
usr.sbin/ypldap/aldap.c
641
if ((forward = strchr(p, '?')) != NULL)
usr.sbin/ypserv/yp_access.c
249
if (strchr(map, '/')) {
usr.sbin/ypserv/yp_access.c
322
strchr(domain, '/') || strlen(domain) > YPMAXDOMAIN)
usr.sbin/ypserv/yp_dblookup.c
386
if (map[0] == '.' || strchr(map, '/')) {