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

12345

/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c116 #define wildcardp(pattern) (strpbrk ((pattern), "?*[") != NULL)
2356 end = strpbrk (p, ",:");
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh5024 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
5026 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh4985 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
4987 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c5004 if ((sepp = strpbrk(*target, "/@")) != NULL) {
5306 if (strpbrk(target, "/@") != NULL) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-11-stable/contrib/file/
H A Dltmain.sh6372 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6374 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c3284 vp = strpbrk(host_record, "#\n");
6355 char *p = strpbrk(linebuf, "#\n");
H A Dmilter.c1381 p = strpbrk(p, ";,");
H A Dsrvrsmtp.c5494 p = strpbrk(buf, " \t");
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c1817 while ((p = strpbrk(p, "\r\n")) != NULL) {
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c6903 || !strpbrk (cp->suffix, "ABCDEFGHIJKLMNOPQRSTUVWXYZ"))
H A Drtlanal.c4723 const char *first = strpbrk (format, "eEV");
H A Dbuiltins.c2788 /* Expand a call to the strpbrk builtin. Return 0 if we failed the
9587 /* Simplify a call to the strpbrk builtin.
9622 const char *r = strpbrk (p1, p2);
9635 /* strpbrk(x, "") == NULL.
9640 return 0; /* Really call strpbrk. */
9646 /* New argument list transforming strpbrk(s1, s2) to
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c1102 if (NULL != strpbrk(filename, illegal_in_filename)) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c1062 if (fromsnap != NULL && strpbrk(fromsnap, "@#") == NULL)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc763 INTERCEPTOR(char *, strpbrk, const char *s1, const char *s2) {
765 COMMON_INTERCEPTOR_ENTER(ctx, strpbrk, s1, s2);
766 char *r = REAL(strpbrk)(s1, s2);
775 #define INIT_STRPBRK COMMON_INTERCEPT_FUNCTION(strpbrk);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c206 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL)
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure4424 strcasecmp strpbrk tcgetattr vsnprintf

Completed in 633 milliseconds

12345