Searched defs:strpbrk (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strpbrk.c38 ATF_TC(strpbrk); variable
[all...]
/freebsd-11-stable/lib/libc/string/
H A Dstrpbrk.c42 strpbrk(const char *s1, const char *s2) function
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_string.c39 strpbrk(const char *s, const char *b) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dstring.h82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h69 #undef strpbrk macro
113 strpbrk(char* __s1, const char* __s2) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp81 INTERCEPT_LIBRARY_FUNCTION(strpbrk); variable

Completed in 95 milliseconds