Searched defs:strpbrk (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/tests/lib/libc/string/ |
H A D | t_strpbrk.c | 39 ATF_TC_HEAD(strpbrk, tc) in ATF_TC_HEAD() argument 44 ATF_TC_BODY(strpbrk, tc) in ATF_TC_BODY() argument
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | strpbrk.c | 30 strpbrk (const char *s, const char *accept) in strpbrk() function
|
/netbsd-src/external/bsd/nvi/dist/clib/ |
H A D | strpbrk.c | 53 strpbrk(register const char *s1, register const char *s2) in strpbrk() function
|
/netbsd-src/external/bsd/libbind/dist/bsd/ |
H A D | strpbrk.c | 58 strpbrk(const char *s1, const char *s2) { in strpbrk() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | string.h | 82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk() function 84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk() function
|
/netbsd-src/external/cddl/osnet/sys/kern/ |
H A D | string.c | 38 strpbrk(const char *s, const char *b) in strpbrk() function
|
/netbsd-src/common/lib/libc/string/ |
H A D | strpbrk.c | 53 strpbrk(const char *s, const char *charset) in strpbrk() function
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utclib.c | 302 strpbrk ( in strpbrk() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 180 strpbrk, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 180 strpbrk, 89 keyword
|