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

12345

/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/freebsd-13-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-13-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-13-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-13-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-13-stable/contrib/libevent/
H A Dhttp.c1911 while ((p = strpbrk(p, "\r\n")) != NULL) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc760 INTERCEPTOR(char *, strpbrk, const char *s1, const char *s2) {
762 COMMON_INTERCEPTOR_ENTER(ctx, strpbrk, s1, s2);
763 char *r = REAL(strpbrk)(s1, s2);
772 #define INIT_STRPBRK COMMON_INTERCEPT_FUNCTION(strpbrk);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_control.c1102 if (NULL != strpbrk(filename, illegal_in_filename)) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c1817 while ((p = strpbrk(p, "\r\n")) != NULL) {
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c206 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL)

Completed in 296 milliseconds

12345