Symbol: strpbrk
bin/ps/keyword.c
282
p = strpbrk(cp, FMTSEP);
bin/ps/ps.c
797
if (*cp == 't' && *s != '-' && strpbrk(s, ARGOPTS) == NULL)
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
911
p = strpbrk(*name, "/[");
distrib/utils/libhack/gethost.c
161
if (!(cp = strpbrk(p, "#\n")))
distrib/utils/libhack/gethost.c
164
if (!(cp = strpbrk(p, " \t")))
distrib/utils/libhack/gethost.c
198
if ((cp = strpbrk(name = cp, " \t")) != NULL)
distrib/utils/libhack/gethost.c
209
if ((cp = strpbrk(cp, " \t")) != NULL)
games/hunt/hunt/hunt.c
664
while ((s = strpbrk(envp, "=,")) != NULL) {
include/string.h
115
char *strpbrk(const char *, const char *);
lib/libbluetooth/bluetooth.c
121
if ((cp = strpbrk(p, "#\n")) == NULL)
lib/libbluetooth/bluetooth.c
124
if ((cp = strpbrk(p, " \t")) == NULL)
lib/libbluetooth/bluetooth.c
138
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
147
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
225
if ((cp = strpbrk(p, "#\n")) == NULL)
lib/libbluetooth/bluetooth.c
229
if ((cp = strpbrk(p, " \t")) == NULL)
lib/libbluetooth/bluetooth.c
234
if ((p = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
247
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/gen/fstab.c
103
if (!strpbrk(lp, " \t")) {
lib/libc/gen/sysctlgetmibinfo.c
464
if ((dot = strpbrk(gname, "./")) == NULL)
lib/libc/net/getaddrinfo.c
2321
if (!(cp = strpbrk(p, "#\n")))
lib/libc/net/getaddrinfo.c
2324
if (!(cp = strpbrk(p, " \t")))
lib/libc/net/getaddrinfo.c
2338
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/net/getaddrinfo.c
2429
cp = strpbrk(p, " \t");
lib/libc/net/getaddrinfo.c
2447
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/net/gethnamaddr.c
1142
cp = strpbrk(p, " \t");
lib/libc/net/gethnamaddr.c
1165
cp = strpbrk(p, " \t\n");
lib/libc/net/gethnamaddr.c
1191
cp = strpbrk(cp, " \t");
lib/libc/net/gethnamaddr.c
766
if (!(cp = strpbrk(p, " \t")))
lib/libc/net/gethnamaddr.c
798
if ((cp = strpbrk(name = cp, " \t")) != NULL)
lib/libc/net/gethnamaddr.c
807
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/net/getnetent.c
133
cp = strpbrk(p, "#\n");
lib/libc/net/getnetent.c
138
cp = strpbrk(p, " \t");
lib/libc/net/getnetent.c
144
p = strpbrk(cp, " \t");
lib/libc/net/getnetent.c
159
cp = strpbrk(cp, " \t");
lib/libc/net/getnetnamadr.c
617
cp = strpbrk(line, " \t");
lib/libc/net/getnetnamadr.c
623
p = strpbrk(cp, " \t");
lib/libc/net/getnetnamadr.c
642
cp = strpbrk(cp, " \t");
lib/libc/net/getprotoent_r.c
103
cp = strpbrk(p, " \t");
lib/libc/net/getprotoent_r.c
109
p = strpbrk(cp, " \t");
lib/libc/net/getprotoent_r.c
139
cp = strpbrk(cp, " \t");
lib/libc/net/getservent_r.c
142
p = strpbrk(p, " \t");
lib/libc/net/getservent_r.c
148
cp = strpbrk(p, ",/");
lib/libc/net/getservent_r.c
165
cp = strpbrk(cp, " \t");
lib/libc/net/getservent_r.c
185
cp = strpbrk(cp, " \t");
lib/libc/resolv/res_init.c
381
if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL)
lib/libc/rpc/getnetconfig.c
470
if ((tmpp = strpbrk(stringp, "\t ")) == NULL) {
lib/libc/rpc/getrpcent.c
194
cp = strpbrk(p, "#\n");
lib/libc/rpc/getrpcent.c
198
cp = strpbrk(p, " \t");
lib/libc/rpc/getrpcent.c
208
cp = strpbrk(cp, " \t");
lib/libc/rpc/getrpcent.c
218
cp = strpbrk(cp, " \t");
lib/librefuse/refuse_opt.c
185
const char *sep = strpbrk(templ, "= ");
libexec/ftpd/ftpcmd.y
1522
if ((cp = strpbrk(cmdp, " \n")))
libexec/ftpd/ftpcmd.y
1552
if ((cp2 = strpbrk(cp, " \n")))
libexec/ftpd/ftpd.c
3438
if (strpbrk(whichf, "~{[*?") != NULL) {
libexec/identd/identd.c
916
if ((p = strpbrk(username, "\r\n")) != NULL)
sbin/disklabel/main.c
1723
if ((cp = strpbrk(line, "#\r\n")) != NULL)
sbin/mount/mount.c
302
if (strpbrk(argv[0], ":@") != NULL) {
sbin/mount_portal/conf.c
207
if (strpbrk(p->p_key, RE_CHARS)) {
sbin/swapctl/swapctl.c
777
t = strpbrk(s, ",");
sbin/sysctl/sysctl.c
1404
if ((t = strpbrk(nname, "./")) == NULL)
sbin/sysctl/sysctl.c
861
if ((dot = strpbrk(key, "./")) == NULL)
share/examples/refuse/ian/libfetch/fetch.c
327
p = strpbrk(URL, "/@");
sys/lib/libkern/libkern.h
416
char *strpbrk(const char *, const char *);
tests/lib/libc/string/t_strpbrk.c
38
ATF_TC(strpbrk);
tests/lib/libc/string/t_strpbrk.c
39
ATF_TC_HEAD(strpbrk, tc)
tests/lib/libc/string/t_strpbrk.c
44
ATF_TC_BODY(strpbrk, tc)
tests/lib/libc/string/t_strpbrk.c
48
ATF_CHECK_EQ(strpbrk(s, ""), NULL);
tests/lib/libc/string/t_strpbrk.c
49
ATF_CHECK_EQ(strpbrk(s, "qrst"), NULL);
tests/lib/libc/string/t_strpbrk.c
50
ATF_CHECK_EQ(strpbrk(s, "a"), s);
tests/lib/libc/string/t_strpbrk.c
51
ATF_CHECK_EQ(strpbrk(s, "b"), s + 1);
tests/lib/libc/string/t_strpbrk.c
52
ATF_CHECK_EQ(strpbrk(s, "ab"), s);
tests/lib/libc/string/t_strpbrk.c
53
ATF_CHECK_EQ(strpbrk(s, "cdef"), s + 2);
tests/lib/libc/string/t_strpbrk.c
54
ATF_CHECK_EQ(strpbrk(s, "fedc"), s + 2);
tests/lib/libc/string/t_strpbrk.c
60
ATF_TP_ADD_TC(tp, strpbrk);
tests/usr.bin/xlint/lint1/msg_346.c
12
char *strpbrk(const char *, const char *); /* C99 7.21.5.4 */
tests/usr.bin/xlint/lint1/msg_346.c
50
take_char_ptr(strpbrk("string", "c"));
usr.bin/chpass/edit.c
189
if (ep->except && strpbrk(p, ep->except)) {
usr.bin/find/find.c
237
if (isxargs && strpbrk(g_entry->fts_path, BADCH)) {
usr.bin/ftp/fetch.c
2075
if (! EMPTYSTRING(dir) && strpbrk(dir, "*?[]{}") != NULL)
usr.bin/ftp/fetch.c
2077
if (! EMPTYSTRING(file) && strpbrk(file, "*?[]{}") != NULL)
usr.bin/mail/fio.c
475
if (strpbrk(name, "~{[*?$`'\"\\") == NULL)
usr.bin/mail/names.c
159
return strpbrk(str, " \t") != NULL;
usr.bin/mail/send.c
420
p = strpbrk(str, " \t");
usr.bin/tr/str.c
202
if ((p = strpbrk(s->str + 2, "*]")) == NULL)
usr.bin/tset/map.c
95
arg = strpbrk(arg, "><@=!:");
usr.sbin/altq/libaltq/parser.c
1054
end = strpbrk(cp, "<>");
usr.sbin/altq/libaltq/quip_server.c
156
tp = strpbrk(*cpp, " \t\n#");
usr.sbin/mtree/spec.c
213
if (strpbrk(p, MAGIC))
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
119
if (strpbrk(s, ";|&<>`'#!?*()[]^/${}\n\r\"\\:") != NULL)
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
232
if ((epos = strpbrk(spos, " \t"))) {