Symbol: strpbrk
crypto/openssh/misc.c
434
*s = strpbrk(*s,
crypto/openssh/misc.c
442
if ((*s = strpbrk(*s, QUOTE)) == NULL) {
crypto/openssh/misc.c
739
} else if ((s = strpbrk(s, ":/")) == NULL)
crypto/openssh/sftp-client.c
809
if (strpbrk(filename, SFTP_DIRECTORY_CHARS) != NULL) {
games/hunt/hunt/hunt.c
541
while ((s = strpbrk(envp, "=,")) != NULL) {
include/string.h
129
char *strpbrk(const char *, const char *) __pure;
lib/libbluetooth/bluetooth.c
118
if ((cp = strpbrk(p, "#\n")) == NULL)
lib/libbluetooth/bluetooth.c
121
if ((cp = strpbrk(p, " \t")) == NULL)
lib/libbluetooth/bluetooth.c
135
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
144
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
222
if ((cp = strpbrk(p, "#\n")) == NULL)
lib/libbluetooth/bluetooth.c
226
if ((cp = strpbrk(p, " \t")) == NULL)
lib/libbluetooth/bluetooth.c
231
if ((p = strpbrk(cp, " \t")) != NULL)
lib/libbluetooth/bluetooth.c
244
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/gen/fstab.c
124
if (!strpbrk(p, " \t")) {
lib/libc/gen/getnetgrent.c
466
if ((epos = strpbrk(spos, " \t"))) {
lib/libc/net/getaddrinfo.c
2121
cp = strpbrk(p, "#\n");
lib/libc/net/getaddrinfo.c
2124
if (!(cp = strpbrk(p, " \t")))
lib/libc/net/getaddrinfo.c
2138
if ((cp = strpbrk(cp, " \t")) != NULL)
lib/libc/net/getaddrinfo.c
2236
cp = strpbrk(p, " \t");
lib/libc/net/getaddrinfo.c
2254
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
129
p = strpbrk(cp, " \t");
lib/libc/net/gethostbynis.c
147
p = strpbrk(cp, " \t");
lib/libc/net/gethostbynis.c
96
cp = strpbrk(result, " \t");
lib/libc/net/getnetbyht.c
102
cp = strpbrk(p, " \t");
lib/libc/net/getnetbyht.c
115
p = strpbrk(cp, " \t");
lib/libc/net/getnetbyht.c
130
p = strpbrk(cp, " \t");
lib/libc/net/getnetbyht.c
96
cp = strpbrk(p, "#\n");
lib/libc/net/getnetbynis.c
105
cp = strpbrk(cp, " \t");
lib/libc/net/getnetbynis.c
115
p = strpbrk(cp, " \t");
lib/libc/net/getnetbynis.c
85
cp = strpbrk(result, " \t");
lib/libc/net/getprotoent.c
372
cp = strpbrk(p, "#\n");
lib/libc/net/getprotoent.c
376
cp = strpbrk(p, " \t");
lib/libc/net/getprotoent.c
382
p = strpbrk(cp, " \t");
lib/libc/net/getprotoent.c
399
cp = strpbrk(cp, " \t");
lib/libc/net/getservent.c
160
cp = strpbrk(p, "#\n");
lib/libc/net/getservent.c
165
p = strpbrk(p, " \t");
lib/libc/net/getservent.c
171
cp = strpbrk(p, ",/");
lib/libc/net/getservent.c
183
cp = strpbrk(cp, " \t");
lib/libc/net/getservent.c
198
cp = strpbrk(cp, " \t");
lib/libc/resolv/res_init.c
324
if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL)
lib/libc/rpc/getnetconfig.c
454
if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */
lib/libc/rpc/getrpcent.c
151
cp = strpbrk(p, "#\n");
lib/libc/rpc/getrpcent.c
155
cp = strpbrk(p, " \t");
lib/libc/rpc/getrpcent.c
165
cp = strpbrk(cp, " \t");
lib/libc/rpc/getrpcent.c
180
cp = strpbrk(cp, " \t");
lib/libfetch/fetch.c
386
p = strpbrk(URL, "/@");
lib/libipfw3/basic/ipfw3_basic.c
135
cmd->p.glob = strpbrk(arg, "*?[") != NULL ? 1 : 0;
libexec/ftpd/ftpcmd.y
1325
if ((cp = strpbrk(cbuf, " \n")))
libexec/ftpd/ftpcmd.y
1349
if ((cp2 = strpbrk(cp, " \n")))
libexec/ftpd/ftpd.c
3108
if (strpbrk(whichf, "~{[*?") != NULL) {
libexec/mknetid/mknetid.c
246
if (!(hptr = strpbrk(ptr, "#\n")))
libexec/mknetid/mknetid.c
249
if (!(hptr = strpbrk(ptr, " \t")))
libexec/mknetid/mknetid.c
255
if (!(hptr = strpbrk(ptr, " \t")))
libexec/mknetid/mknetid.c
282
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/ip6fw/ip6fw.c
826
if (strpbrk(arg, "*?[") != NULL) {
sbin/ipfw/ipfw2.c
2102
cmd->p.glob = strpbrk(arg, "*?[") != NULL ? 1 : 0;
sbin/mount/mount.c
296
if (strpbrk(argv[0], ":") != NULL &&
sbin/mount/mount.c
299
} else if (strpbrk(argv[0], "@") != NULL &&
sbin/mount_ufs/mount.c
258
if (vfslist == NULL && strpbrk(argv[0], ":@") != NULL &&
usr.bin/calendar/io.c
268
return (strpbrk(d_fmt, "ed") < strchr(d_fmt, 'm'));
usr.bin/chpass/edit.c
246
if (ep->except && strpbrk(val, ep->except)) {
usr.bin/find/find.c
214
if (isxargs && strpbrk(entry->fts_path, BADCH)) {
usr.bin/mail/fio.c
362
if (!strpbrk(name, "~{[*?$`'\"\\"))
usr.bin/tr/str.c
157
if ((p = strpbrk(s->str + 2, "*]")) == NULL)
usr.bin/tset/map.c
88
arg = strpbrk(arg, "><@=!:");
usr.bin/tset/wrterm.c
59
if (*p != '\0' && strpbrk(p, " \t") == NULL) {
usr.sbin/bthcid/parser.y
313
if ((cp = strpbrk(p, " ")) == NULL)
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
537
if (strpbrk(mountpoint, " \\\"'`") != NULL) {
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
469
if (strpbrk(mountpoint, " \\\"'`") != NULL) {
usr.sbin/installer/libinstaller/functions.c
188
if (strpbrk(field, not_allowed) != NULL) {
usr.sbin/kbdcontrol/kbdcontrol.c
1083
unit = strpbrk(ep + 1, "0123456789");
usr.sbin/lpr/common_source/printcap.c
431
nameend = strpbrk(bp, "|:");
usr.sbin/mtree/spec.c
201
if (strpbrk(p, MAGIC))
usr.sbin/ppp/ipcp.c
1368
if (strpbrk(hisaddr, ",-")) {
usr.sbin/ppp/iplist.c
68
if ((ptr = strpbrk(range, ",-")) == NULL) {
usr.sbin/ppp/iplist.c
83
if ((ptr = strpbrk(to, ",-")) == NULL)
usr.sbin/pw/psdate.c
272
if ((q = strpbrk(p, " \t")) != NULL) { /* Time first? */
usr.sbin/pw/pw_group.c
210
if ((p = strpbrk(line, " \t\r\n")) != NULL)
usr.sbin/pw/pw_user.c
646
if ((p = strpbrk(line, "\r\n")) != NULL)
usr.sbin/yp_mkdb/yp_mkdb.c
267
if ((sep = strpbrk(buf, " \t")) == NULL) {