Searched refs:strpbrk (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strpbrk.c | 37 strpbrk(const char *s1, const char *s2) in strpbrk() function 49 DEF_STRONG(strpbrk);
|
/bionic/libc/include/ |
D | string.h | 157 char* _Nullable strpbrk(const char* _Nonnull __s, const char* _Nonnull __accept) __attribute_pure__; 257 char* _Nullable __bionic_strpbrk(const char* _Nonnull h, const char* _Nonnull n) { return strpbrk(h… in __bionic_strpbrk() 260 char* _Nullable strpbrk(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strpbrk() function 265 const char* _Nullable strpbrk(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overloa… in strpbrk() function
|
/bionic/tests/headers/posix/ |
D | string_h.c | 63 FUNCTION(strpbrk, char* (*f)(const char*, const char*)); in string_h()
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 965 if (!(cp = strpbrk(p, "#\n"))) { in netbsd_gethostent_r() 969 if (!(cp = strpbrk(p, " \t"))) in netbsd_gethostent_r() 1001 if ((cp = strpbrk(name = cp, " \t")) != NULL) in netbsd_gethostent_r() 1010 if ((cp = strpbrk(cp, " \t")) != NULL) in netbsd_gethostent_r() 1346 cp = strpbrk(p, " \t"); in _yp_hostent() 1369 cp = strpbrk(p, " \t\n"); in _yp_hostent() 1395 cp = strpbrk(cp, " \t"); in _yp_hostent()
|
D | getaddrinfo.c | 2070 if (!(cp = strpbrk(p, "#\n"))) in _gethtent() 2073 if (!(cp = strpbrk(p, " \t"))) in _gethtent() 2087 if ((cp = strpbrk(cp, " \t")) != NULL) in _gethtent()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_008.S | 350 CALL(strpbrk)
|
D | liblinker_reloc_bench_103.S | 2526 CALL(strpbrk)
|
D | liblinker_reloc_bench_092.S | 2947 CALL(strpbrk)
|
D | liblinker_reloc_bench_111.S | 6975 CALL(strpbrk)
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 310 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1015 strpbrk
|
/bionic/libc/ |
D | libc.map.txt | 1023 strpbrk;
|
D | Android.bp | 566 "upstream-openbsd/lib/libc/string/strpbrk.c",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1023 strpbrk;
|