/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strpbrk.c | 37 strpbrk(const char *s1, const char *s2) in strpbrk() function 49 DEF_STRONG(strpbrk);
|
/aosp12/bionic/libc/include/ |
H A 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
|
/aosp12/system/logging/liblog/ |
H A D | pmsg_reader.cpp | 207 while ((cp = strpbrk(cp, "/:"))) { in __android_log_pmsg_file_read() 325 cp = strpbrk(names->name, numbers); in __android_log_pmsg_file_read() 335 cp = strpbrk(r, numbers); in __android_log_pmsg_file_read()
|
H A D | logprint.cpp | 445 token = strpbrk(ret, delim); in strsep()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | gethnamaddr.cpp | 560 if (!(cp = strpbrk(p, "#\n"))) { in netbsd_gethostent_r() 564 if (!(cp = strpbrk(p, " \t"))) continue; in netbsd_gethostent_r() 580 if ((cp = strpbrk(name = cp, " \t")) != NULL) *cp++ = '\0'; in netbsd_gethostent_r() 587 if ((cp = strpbrk(cp, " \t")) != NULL) *cp++ = '\0'; in netbsd_gethostent_r()
|
H A D | getaddrinfo.cpp | 1500 if (!(cp = strpbrk(p, "#\n"))) goto again; in _gethtent() 1502 if (!(cp = strpbrk(p, " \t"))) goto again; in _gethtent() 1514 if ((cp = strpbrk(cp, " \t")) != NULL) *cp++ = '\0'; in _gethtent()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | string_h.c | 63 FUNCTION(strpbrk, char* (*f)(const char*, const char*)); in string_h()
|
/aosp12/bionic/libc/dns/net/ |
H A 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()
|
H A 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()
|
/aosp12/hardware/qcom/display/msm8084/libqdutils/ |
H A D | mdp_version.cpp | 351 char *rght = strpbrk(split, " "); in updateSplitInfo()
|
/aosp12/hardware/qcom/display/msm8226/libqdutils/ |
H A D | mdp_version.cpp | 357 char *rght = strpbrk(split, " "); in updateSplitInfo()
|
/aosp12/hardware/qcom/display/msm8994/libqdutils/ |
H A D | mdp_version.cpp | 414 char *rght = strpbrk(split, " "); in updateSplitInfo()
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_008.S | 350 CALL(strpbrk)
|
H A D | liblinker_reloc_bench_103.S | 2526 CALL(strpbrk)
|
H A D | liblinker_reloc_bench_092.S | 2947 CALL(strpbrk)
|
H A D | liblinker_reloc_bench_111.S | 6975 CALL(strpbrk)
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_init.c | 310 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
|
/aosp12/system/logging/logcat/tests/ |
H A D | logcat_test.cpp | 990 char* brk = strpbrk(second_last_line, "\r\n"); in TEST() 995 brk = strpbrk(first_line, "\r\n"); in TEST()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1015 strpbrk
|
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/ |
H A D | alsa_ucm.c | 3380 p = strpbrk(buf, key); in snd_ucm_extract_acdb() 3433 p = strpbrk(buf, key); in snd_ucm_extract_dev_name()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1023 strpbrk;
|
H A D | Android.bp | 561 "upstream-openbsd/lib/libc/string/strpbrk.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1023 strpbrk;
|