Searched refs:strpbrk (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-11-stable/lib/libc/gen/
H A Dgetnetgrent.c738 if ((epos = strpbrk(spos, " \t"))) {
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c632 next = strpbrk(line, " \t");
/freebsd-11-stable/usr.sbin/ypldap/
H A Dber.c428 if ((p = strpbrk(p, "._-")) != NULL)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c598 if (strpbrk(p + upto, SPECIALS))
/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c355 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL)
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c595 if ((cs = strpbrk(comstring->s, "!\"$&'()*;<>?[\\]`{|}~")) &&
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c1038 p = strpbrk(buf, "#\n");
1044 p = strpbrk(buf, SM_NSSWITCH_DELIMS);
1079 p = strpbrk(p, " \t");
1218 else if (strpbrk(myname, ",;:/|\"\\") != NULL)
H A Dusersmtp.c455 p = strpbrk(line, " =");
1488 s = strpbrk(s, delim);
H A Dheaders.c1053 p = strpbrk(p, ";/");
H A Dreadcf.c4302 val = strpbrk(val, ", \t");
4431 val = strpbrk(val, ", \t");
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1098 extern char * strpbrk(const char *, const char *);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c608 if (strpbrk (args, "<>"))
H A Dwince.c1576 while ((p = strpbrk (to, "/\\")) != NULL)
/freebsd-11-stable/contrib/opie/
H A Dopieftpd.c1418 if (strpbrk(whichfiles, "~{[*?") != NULL) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c825 if ((p = strpbrk(dcp->dc_arg, "{/;")) != NULL)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2221 if (strpbrk(whichf, "~{[*?") != NULL) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.c1230 if (ecp->clen != 0 || strpbrk(np, "lr")) {
/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c629 if (strpbrk(filename, SFTP_DIRECTORY_CHARS) != NULL) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dipcp.c1384 if (strpbrk(hisaddr, ",-")) {
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c583 if (strpbrk(p + upto, SPECIALS))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c635 cp = strpbrk(search.spa_name, "/@#");
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c216 if ((p = strpbrk(line, "\r\n")) != NULL)
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1959 strpbrk(str, "+-") /* signed hexes */
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c3183 if (strpbrk(whichf, "~{[*?") != NULL) {
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh4991 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
4993 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);

Completed in 267 milliseconds

12345