Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrpbrk.c37 strpbrk(const char *s1, const char *s2) in strpbrk() function
49 DEF_STRONG(strpbrk);
/bionic/libc/include/
Dstring.h157 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/
Dstring_h.c63 FUNCTION(strpbrk, char* (*f)(const char*, const char*)); in string_h()
/bionic/libc/dns/net/
Dgethnamaddr.c965 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()
Dgetaddrinfo.c2070 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/
Dliblinker_reloc_bench_008.S350 CALL(strpbrk)
Dliblinker_reloc_bench_103.S2526 CALL(strpbrk)
Dliblinker_reloc_bench_092.S2947 CALL(strpbrk)
Dliblinker_reloc_bench_111.S6975 CALL(strpbrk)
/bionic/libc/dns/resolv/
Dres_init.c310 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
/bionic/libc/tools/
Dposix-2013.txt1015 strpbrk
/bionic/libc/
Dlibc.map.txt1023 strpbrk;
DAndroid.bp566 "upstream-openbsd/lib/libc/string/strpbrk.c",
/bionic/tools/versioner/platforms/
Dlibc.map.txt1023 strpbrk;