Symbol: strpbrk
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3201
if ((cp = strpbrk(cbuf, " \n")))
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3228
if ((cp2 = strpbrk(cp, " \n")))
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1148
if ((cp = strpbrk(cbuf, " \n")))
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1175
if ((cp2 = strpbrk(cp, " \n")))
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2221
if (strpbrk(whichf, "~{[*?") != NULL) {
crypto/krb5/src/lib/kadm5/str_conv.c
299
sp = strpbrk(s, ksseps);
crypto/openssh/misc.c
455
*s = strpbrk(*s,
crypto/openssh/misc.c
463
if ((*s = strpbrk(*s, QUOTE)) == NULL) {
crypto/openssh/misc.c
760
} else if ((s = strpbrk(s, ":/")) == NULL)
crypto/openssh/sftp-client.c
809
if (strpbrk(filename, SFTP_DIRECTORY_CHARS) != NULL) {
crypto/openssl/crypto/http/http_lib.c
114
host_end = strpbrk(host, ":/?#");
crypto/openssl/crypto/http/http_lib.c
96
authority_end = strpbrk(p, "/?#");
crypto/openssl/test/conf_include_test.c
51
while ((p = strpbrk(p, DIRSEP)) != NULL) {
include/string.h
127
char *strpbrk(const char *, const char *) __pure;
lib/libbluetooth/bluetooth.c
119
if ((cp = strpbrk(p, "#\n")) == NULL)
lib/libbluetooth/bluetooth.c
122
if ((cp = strpbrk(p, " \t")) == NULL)
lib/libbluetooth/bluetooth.c
136
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
145
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
223
if ((cp = strpbrk(p, "#\n")) == NULL)
lib/libbluetooth/bluetooth.c
227
if ((cp = strpbrk(p, " \t")) == NULL)
lib/libbluetooth/bluetooth.c
232
if ((p = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
245
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/gen/fstab.c
123
if (!strpbrk(p, " \t")) {
lib/libc/gen/getnetgrent.c
734
if ((epos = strpbrk(spos, " \t"))) {
lib/libc/net/getaddrinfo.c
2420
cp = strpbrk(p, "#\n");
lib/libc/net/getaddrinfo.c
2423
if (!(cp = strpbrk(p, " \t")))
lib/libc/net/getaddrinfo.c
2437
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/net/getaddrinfo.c
2559
cp = strpbrk(p, " \t");
lib/libc/net/getaddrinfo.c
2577
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/net/gethostbyht.c
106
cp = strpbrk(p, "#\n");
lib/libc/net/gethostbyht.c
109
if (!(cp = strpbrk(p, " \t")))
lib/libc/net/gethostbyht.c
139
if ((p = strpbrk(cp, " \t")) != NULL)
lib/libc/net/gethostbyht.c
156
if ((p = strpbrk(cp, " \t")) != NULL)
lib/libc/net/gethostbynis.c
130
p = strpbrk(cp, " \t");
lib/libc/net/gethostbynis.c
148
p = strpbrk(cp, " \t");
lib/libc/net/gethostbynis.c
97
cp = strpbrk(result, " \t");
lib/libc/net/getnetbyht.c
101
cp = strpbrk(p, " \t");
lib/libc/net/getnetbyht.c
114
p = strpbrk(cp, " \t");
lib/libc/net/getnetbyht.c
129
p = strpbrk(cp, " \t");
lib/libc/net/getnetbyht.c
95
cp = strpbrk(p, "#\n");
lib/libc/net/getnetbynis.c
106
cp = strpbrk(cp, " \t");
lib/libc/net/getnetbynis.c
116
p = strpbrk(cp, " \t");
lib/libc/net/getnetbynis.c
86
cp = strpbrk(result, " \t");
lib/libc/net/getprotoent.c
370
cp = strpbrk(p, "#\n");
lib/libc/net/getprotoent.c
374
cp = strpbrk(p, " \t");
lib/libc/net/getprotoent.c
380
p = strpbrk(cp, " \t");
lib/libc/net/getprotoent.c
397
cp = strpbrk(cp, " \t");
lib/libc/net/getservent.c
173
cp = strpbrk(p, "#\n");
lib/libc/net/getservent.c
178
p = strpbrk(p, " \t");
lib/libc/net/getservent.c
184
cp = strpbrk(p, ",/");
lib/libc/net/getservent.c
196
cp = strpbrk(cp, " \t");
lib/libc/net/getservent.c
211
cp = strpbrk(cp, " \t");
lib/libc/resolv/res_init.c
313
if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL)
lib/libc/rpc/getnetconfig.c
463
if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */
lib/libc/rpc/getrpcent.c
150
cp = strpbrk(p, "#\n");
lib/libc/rpc/getrpcent.c
154
cp = strpbrk(p, " \t");
lib/libc/rpc/getrpcent.c
164
cp = strpbrk(cp, " \t");
lib/libc/rpc/getrpcent.c
179
cp = strpbrk(cp, " \t");
lib/libfetch/fetch.c
382
p = strpbrk(URL, "/@");
libexec/mknetid/mknetid.c
245
if (!(hptr = strpbrk(ptr, "#\n")))
libexec/mknetid/mknetid.c
248
if (!(hptr = strpbrk(ptr, " \t")))
libexec/mknetid/mknetid.c
254
if (!(hptr = strpbrk(ptr, " \t")))
libexec/mknetid/mknetid.c
281
if ((ptr = strpbrk((char*)&readbuf, " \t")) == NULL) {
libexec/revnetgroup/parse_netgroup.c
225
if ((epos = strpbrk(spos, " \t"))) {
libexec/revnetgroup/revnetgroup.c
128
if ((data = (char *)(strpbrk(readbuf, " \t") + 1)) < (char *)2)
sbin/ipfw/ipfw2.c
3467
char *t = NULL, *p = strpbrk(av, "/:,{");
sbin/ipfw/ipfw2.c
3476
if ((t = strpbrk(p, ",{")) != NULL) {
sbin/ipfw/ipfw2.c
3517
p = strpbrk(p, ",{");
sbin/ipfw/ipfw2.c
3765
cmd->p.glob = strpbrk(arg, "*?[") != NULL ? 1 : 0;
sbin/ipfw/ipfw2.c
4078
if ((ch = strpbrk(av, "/,")) != NULL) {
sbin/ipfw/ipfw2.c
4109
if ((ch = strpbrk(av, "/,")) != NULL) {
sbin/ipfw/ipfw2.c
5147
if (strpbrk(*av, "-,")) {
sbin/ipfw/ipfw2.c
5157
if (strpbrk(*av, "-,")) {
sbin/ipfw/ipfw2.c
5167
if (strpbrk(*av, "-,")) {
sbin/ipfw/ipfw2.c
5283
if (strpbrk(*av, "-,")) {
sbin/ipfw/ipfw2.c
5310
if (strpbrk(*av, "-,")) {
sbin/ipfw/ipfw2.c
5531
if (av[0] && strpbrk(*av, "-,")) {
stand/libofw/devicename.c
47
if (devspec == NULL || strpbrk(devspec, ":@") == NULL) {
sys/cddl/compat/opensolaris/sys/string.h
32
char *strpbrk(const char *, const char *);
tests/sys/opencrypto/poly1305_test.c
257
sep = strpbrk(it, " :");
tools/tools/bootparttest/bootparttest.c
115
p = strpbrk(argv[1], "0123456789");
usr.bin/chpass/edit.c
249
if (ep->except && strpbrk(val, ep->except)) {
usr.bin/find/find.c
221
if (isxargs && strpbrk(entry->fts_path, BADCH)) {
usr.bin/mail/fio.c
363
if (!strpbrk(name, "~{[*?$`'\"\\"))
usr.bin/morse/morse.c
609
n = strpbrk(p, WHITESPACE);
usr.bin/tr/str.c
158
if ((p = strpbrk(s->str + 2, "*]")) == NULL)
usr.sbin/bluetooth/hcsecd/parser.y
313
if ((cp = strpbrk(p, " ")) == NULL)
usr.sbin/jail/command.c
650
if ((cs = strpbrk(comstring->s, "!\"$&'()*;<>?[\\]`{|}~")) &&
usr.sbin/kbdcontrol/kbdcontrol.c
1232
unit = strpbrk(ep + 1, "0123456789");
usr.sbin/lpr/common_source/printcap.c
429
nameend = strpbrk(bp, "|:");
usr.sbin/ppp/ipcp.c
1382
if (strpbrk(hisaddr, ",-")) {
usr.sbin/ppp/iplist.c
66
if ((ptr = strpbrk(range, ",-")) == NULL) {
usr.sbin/ppp/iplist.c
81
if ((ptr = strpbrk(to, ",-")) == NULL)
usr.sbin/pw/pw_group.c
87
if ((p = strpbrk(line, " \t\r\n")) != NULL)
usr.sbin/pw/pw_user.c
207
if ((p = strpbrk(line, "\r\n")) != NULL)
usr.sbin/yp_mkdb/yp_mkdb.c
265
if ((sep = strpbrk(buf, " \t")) == NULL) {
usr.sbin/ypldap/ber.c
427
if ((p = strpbrk(p, "._-")) != NULL)