Symbol: strpbrk
bin/md5/md5.c
838
p = strpbrk(checksum, " \t\r");
bin/md5/md5.c
869
p = strpbrk(filename, "\t\r");
games/hunt/hunt/hunt.c
529
while ((s = strpbrk(envp, "=,")) != NULL) {
include/string.h
86
char *strpbrk(const char *, const char *);
lib/libc/gen/fstab.c
63
if (!strpbrk(cp, " \t")) {
lib/libc/hidden/string.h
69
PROTO_NORMAL(strpbrk);
lib/libc/locale/rune.c
181
tail = strpbrk(top, " \t");
lib/libc/net/getprotoent.c
104
p = strpbrk(cp, " \t");
lib/libc/net/getprotoent.c
143
cp = strpbrk(cp, " \t");
lib/libc/net/getprotoent.c
98
cp = strpbrk(cp, " \t");
lib/libc/net/getservent.c
105
p = strpbrk(cp, " \t");
lib/libc/net/getservent.c
111
cp = strpbrk(p, ",/");
lib/libc/net/getservent.c
131
cp = strpbrk(cp, " \t");
lib/libc/net/getservent.c
153
cp = strpbrk(cp, " \t");
lib/libc/rpc/getrpcent.c
166
cp = strpbrk(p, "#\n");
lib/libc/rpc/getrpcent.c
170
cp = strpbrk(p, " \t");
lib/libc/rpc/getrpcent.c
179
cp = strpbrk(cp, " \t");
lib/libc/rpc/getrpcent.c
193
cp = strpbrk(cp, " \t");
lib/libc/string/strpbrk.c
49
DEF_STRONG(strpbrk);
lib/libutil/ber.c
463
if ((p = strpbrk(p, "._-")) != NULL)
libexec/ftpd/ftpcmd.y
1220
if ((cp = strpbrk(cbuf, "\n"))) {
libexec/ftpd/ftpcmd.y
1227
if ((cp = strpbrk(cbuf, " \n")))
libexec/ftpd/ftpcmd.y
1253
if ((cp2 = strpbrk(cp, " \n")))
libexec/ftpd/ftpd.c
2593
if (strpbrk(whichf, "~{[*?") != NULL) {
libexec/spamd/spamd.c
1109
if (strpbrk(cp->ip, cp->rend))
sbin/disklabel/disklabel.c
828
if ((cp = strpbrk(line, "\r\n")))
sbin/disklabel/disklabel.c
830
if ((cp = strpbrk(line, "#"))) {
sbin/mount/mount.c
174
if (strpbrk(argv[0], ":@") != NULL)
sbin/mount/mount.c
749
strpbrk(fs->fs_spec, ":@") == NULL) {
sbin/swapctl/swapctl.c
378
t = strpbrk(s, ",");
sbin/unwind/libunbound/sldns/str2wire.c
2726
strpbrk(str, "+-") /* signed hexes */
usr.bin/dig/dig.c
1295
while (strpbrk(option, single_dash_opts) == &option[0]) {
usr.bin/dig/dig.c
1316
ptr = strpbrk(&option[1], dash_opts);
usr.bin/dig/dig.c
1566
while (strpbrk(option, single_dash_opts) == &option[0]) {
usr.bin/find/find.c
211
if (isxargs && strpbrk(entry->fts_path, BADCH)) {
usr.bin/ftp/fetch.c
1480
strpbrk(dir, "*?[]{}") != NULL)
usr.bin/ftp/fetch.c
1483
strpbrk(file, "*?[]{}") != NULL)
usr.bin/mail/fio.c
451
if (strpbrk(name, "~{[*?\\") == NULL)
usr.bin/mandoc/mansearch.c
764
} else if ((val = strpbrk(argv[*argi], "=~")) == NULL) {
usr.bin/rsync/rules.c
186
if (strpbrk(pattern, "*?[") == NULL) {
usr.bin/snmp/smi.c
505
if ((p = strpbrk(p, ".-")) != NULL)
usr.bin/ssh/misc.c
448
*s = strpbrk(*s,
usr.bin/ssh/misc.c
456
if ((*s = strpbrk(*s, QUOTE)) == NULL) {
usr.bin/ssh/misc.c
780
} else if ((s = strpbrk(s, ":/")) == NULL)
usr.bin/tmux/input.c
2879
for (start = p; (end = strpbrk(start, ":;")) != NULL; start = end + 1) {
usr.bin/tr/str.c
132
if ((p = strpbrk((char *)s->str + 2, "*]")) == NULL)
usr.bin/tset/tset.c
403
arg = strpbrk(arg, "><@=!:");
usr.bin/vi/ex/ex.c
1217
if (ecp->clen != 0 || strpbrk(p, "lr")) {
usr.sbin/httpd/patterns.c
567
if (strpbrk(p + upto, SPECIALS)) {
usr.sbin/mtree/spec.c
142
if (strpbrk(p, MAGIC))
usr.sbin/relayd/agentx_control.c
1130
if ((p = strpbrk(p, ".-")) != NULL)
usr.sbin/relayd/relayd.c
935
if (kv->kv_key != NULL && strpbrk(kv->kv_key, "*?[") != NULL)
usr.sbin/snmpd/smi.c
113
if ((p = strpbrk(p, ".-")) != NULL)
usr.sbin/unbound/sldns/str2wire.c
2726
strpbrk(str, "+-") /* signed hexes */
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
218
if ((epos = strpbrk(spos, " \t"))) {
usr.sbin/ypserv/revnetgroup/revnetgroup.c
124
data = strpbrk(readbuf, " \t");