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 | 113 char* strpbrk(const char* __s, const char* __accept) __attribute_pure__; 217 char* __bionic_strpbrk(const char* h, const char* n) { return strpbrk(h, n); } in __bionic_strpbrk() 220 char* strpbrk(char* h, const char* n) __prefer_this_overload { in strpbrk() function 225 const char* strpbrk(const char* h, const char* n) __prefer_this_overload { 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 | 966 if (!(cp = strpbrk(p, "#\n"))) { in netbsd_gethostent_r() 970 if (!(cp = strpbrk(p, " \t"))) in netbsd_gethostent_r() 1002 if ((cp = strpbrk(name = cp, " \t")) != NULL) in netbsd_gethostent_r() 1011 if ((cp = strpbrk(cp, " \t")) != NULL) in netbsd_gethostent_r() 1347 cp = strpbrk(p, " \t"); in _yp_hostent() 1370 cp = strpbrk(p, " \t\n"); in _yp_hostent() 1396 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/tools/versioner/platforms/ |
D | libc.map.txt | 1023 strpbrk;
|
/bionic/libc/ |
D | libc.map.txt | 1023 strpbrk;
|
D | Android.bp | 540 "upstream-openbsd/lib/libc/string/strpbrk.c",
|