Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrpbrk.c37 strpbrk(const char *s1, const char *s2) in strpbrk() function
49 DEF_STRONG(strpbrk);
/aosp12/bionic/libc/include/
H A Dstring.h113 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 Dpmsg_reader.cpp207 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 Dlogprint.cpp445 token = strpbrk(ret, delim); in strsep()
/aosp12/packages/modules/DnsResolver/
H A Dgethnamaddr.cpp560 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 Dgetaddrinfo.cpp1500 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 Dstring_h.c63 FUNCTION(strpbrk, char* (*f)(const char*, const char*)); in string_h()
/aosp12/bionic/libc/dns/net/
H A 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()
H A 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()
/aosp12/hardware/qcom/display/msm8084/libqdutils/
H A Dmdp_version.cpp351 char *rght = strpbrk(split, " "); in updateSplitInfo()
/aosp12/hardware/qcom/display/msm8226/libqdutils/
H A Dmdp_version.cpp357 char *rght = strpbrk(split, " "); in updateSplitInfo()
/aosp12/hardware/qcom/display/msm8994/libqdutils/
H A Dmdp_version.cpp414 char *rght = strpbrk(split, " "); in updateSplitInfo()
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_008.S350 CALL(strpbrk)
H A Dliblinker_reloc_bench_103.S2526 CALL(strpbrk)
H A Dliblinker_reloc_bench_092.S2947 CALL(strpbrk)
H A Dliblinker_reloc_bench_111.S6975 CALL(strpbrk)
/aosp12/bionic/libc/dns/resolv/
H A Dres_init.c310 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
/aosp12/system/logging/logcat/tests/
H A Dlogcat_test.cpp990 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 Dposix-2013.txt1015 strpbrk
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c3380 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 Dlibc.map.txt1023 strpbrk;
H A DAndroid.bp561 "upstream-openbsd/lib/libc/string/strpbrk.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1023 strpbrk;