Searched refs:strpbrk (Results 26 - 50 of 112) sorted by relevance

12345

/freebsd-13-stable/contrib/xz/src/xz/
H A Dsuffix.c45 return strpbrk(str, "/\\:") != NULL;
/freebsd-13-stable/usr.bin/tset/
H A Dmap.c95 arg = strpbrk(arg, "><@=!:");
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h215 strpbrk (
/freebsd-13-stable/usr.bin/find/
H A Dfind.c219 if (isxargs && strpbrk(entry->fts_path, BADCH)) {
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.c378 else if (ps = strpbrk (pz, "HMS"),
449 else if (ps = strpbrk (pz, "YMWD"),
/freebsd-13-stable/contrib/sendmail/praliases/
H A Dpraliases.c173 p = strpbrk(p, DELIMITERS);
/freebsd-13-stable/lib/libc/gen/
H A Dfstab.c127 if (!strpbrk(p, " \t")) {
/freebsd-13-stable/lib/libc/rpc/
H A Dgetrpcent.c156 cp = strpbrk(p, "#\n");
160 cp = strpbrk(p, " \t");
170 cp = strpbrk(cp, " \t");
185 cp = strpbrk(cp, " \t");
/freebsd-13-stable/libexec/revnetgroup/
H A Dparse_netgroup.c230 if ((epos = strpbrk(spos, " \t"))) {
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c101 if ((q = strpbrk(p + 1, delimiters)) == NULL)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp136 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt);
/freebsd-13-stable/usr.sbin/fmtree/
H A Dspec.c144 if (strpbrk(p, MAGIC))
/freebsd-13-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c268 if ((sep = strpbrk(buf, " \t")) == NULL) {
/freebsd-13-stable/usr.bin/chpass/
H A Dedit.c258 if (ep->except && strpbrk(val, ep->except)) {
/freebsd-13-stable/tests/sys/opencrypto/
H A Dpoly1305_test.c259 sep = strpbrk(it, " :");
/freebsd-13-stable/lib/libc/net/
H A Dgetservent.c179 cp = strpbrk(p, "#\n");
184 p = strpbrk(p, " \t");
190 cp = strpbrk(p, ",/");
202 cp = strpbrk(cp, " \t");
217 cp = strpbrk(cp, " \t");
/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dsmfi.c594 if (strpbrk(message, "\r\n") != NULL)
697 if (strpbrk(txt, "\r\n") != NULL)
/freebsd-13-stable/contrib/sendmail/src/
H A Dalias.c177 if (strpbrk(owner, ",:/|\"") != NULL)
304 p = strpbrk(p, ALIAS_SPEC_SEPARATORS);
/freebsd-13-stable/lib/libfetch/
H A Dfetch.c385 p = strpbrk(URL, "/@");
/freebsd-13-stable/stand/libsa/
H A DMakefile34 strnlen.c strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
/freebsd-13-stable/usr.sbin/bluetooth/hcsecd/
H A Dparser.y314 if ((cp = strpbrk(p, " ")) == NULL)
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c438 nameend = strpbrk(bp, "|:");
/freebsd-13-stable/usr.bin/mail/
H A Dfio.c371 if (!strpbrk(name, "~{[*?$`'\"\\"))
/freebsd-13-stable/usr.bin/morse/
H A Dmorse.c619 n = strpbrk(p, WHITESPACE);
/freebsd-13-stable/usr.bin/tr/
H A Dstr.c164 if ((p = strpbrk(s->str + 2, "*]")) == NULL)

Completed in 172 milliseconds

12345