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

12345

/freebsd-11-stable/usr.sbin/ppp/
H A Diplist.c68 if ((ptr = strpbrk(range, ",-")) == NULL) {
83 if ((ptr = strpbrk(to, ",-")) == NULL)
/freebsd-11-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c248 p = strpbrk(q, " \t");
371 r = strpbrk(p, specialbuf);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dsuffix.c45 return strpbrk(str, "/\\:") != NULL;
/freebsd-11-stable/usr.bin/tset/
H A Dmap.c93 arg = strpbrk(arg, "><@=!:");
/freebsd-11-stable/contrib/amd/amd/
H A Dops_cachefs.c183 while ((cp = strpbrk(cp, "/")) != NULL)
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h215 strpbrk (
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.c378 else if (ps = strpbrk (pz, "HMS"),
449 else if (ps = strpbrk (pz, "YMWD"),
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c99 if ((q = strpbrk(p + 1, delimiters)) == NULL)
/freebsd-11-stable/libexec/revnetgroup/
H A Dparse_netgroup.c228 if ((epos = strpbrk(spos, " \t"))) {
/freebsd-11-stable/lib/libc/gen/
H A Dfstab.c127 if (!strpbrk(p, " \t")) {
/freebsd-11-stable/usr.bin/chpass/
H A Dedit.c256 if (ep->except && strpbrk(val, ep->except)) {
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c144 if (strpbrk(p, MAGIC))
/freebsd-11-stable/lib/libc/rpc/
H A Dgetrpcent.c154 cp = strpbrk(p, "#\n");
158 cp = strpbrk(p, " \t");
168 cp = strpbrk(cp, " \t");
183 cp = strpbrk(cp, " \t");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp136 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt);
/freebsd-11-stable/contrib/sendmail/praliases/
H A Dpraliases.c173 p = strpbrk(p, DELIMITERS);
/freebsd-11-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c266 if ((sep = strpbrk(buf, " \t")) == NULL) {
/freebsd-11-stable/lib/libc/net/
H A Dgetservent.c177 cp = strpbrk(p, "#\n");
182 p = strpbrk(p, " \t");
188 cp = strpbrk(p, ",/");
200 cp = strpbrk(cp, " \t");
215 cp = strpbrk(cp, " \t");
/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c177 if (strpbrk(owner, ",:/|\"") != NULL)
304 p = strpbrk(p, ALIAS_SPEC_SEPARATORS);
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsmfi.c594 if (strpbrk(message, "\r\n") != NULL)
697 if (strpbrk(txt, "\r\n") != NULL)
/freebsd-11-stable/usr.bin/tr/
H A Dstr.c162 if ((p = strpbrk(s->str + 2, "*]")) == NULL)
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c619 n = strpbrk(p, WHITESPACE);
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dparser.y314 if ((cp = strpbrk(p, " ")) == NULL)
/freebsd-11-stable/usr.bin/mail/
H A Dfio.c369 if (!strpbrk(name, "~{[*?$`'\"\\"))
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c436 nameend = strpbrk(bp, "|:");
/freebsd-11-stable/lib/libfetch/
H A Dfetch.c376 p = strpbrk(URL, "/@");

Completed in 166 milliseconds

12345