/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/ |
H A D | string_strpbrk_test.cpp | 20 EXPECT_STREQ("rce", strpbrk(srcChar, dstChar)); in HWTEST_F() 24 EXPECT_STREQ(nullptr, strpbrk(srcChar, dstChar)); in HWTEST_F()
|
/third_party/eudev/src/shared/ |
H A D | sysctl-util.c | 38 n = strpbrk(s, "/."); in sysctl_normalize() 53 n = strpbrk(n + 1, "/."); in sysctl_normalize()
|
H A D | util.h | 324 return !!strpbrk(p, GLOB_CHARS); in string_is_glob()
|
/third_party/musl/src/string/ |
H A D | strpbrk.c | 3 char *strpbrk(const char *s, const char *b) in strpbrk() function
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strpbrk.c | 3 char *strpbrk(const char *s, const char *b) in strpbrk() function
|
/third_party/backends/lib/ |
H A D | strsep.c | 34 end = strpbrk (begin, delim); in strsep()
|
/third_party/mesa3d/src/util/ |
H A D | u_printf.c | 62 char *spec_pos = strpbrk(str_found, "cdieEfFgGaAosuxXp%"); in util_printf_next_spec_pos()
|
/third_party/musl/libc-test/src/api/ |
H A D | string.c | 23 {char*(*p)(const char*,const char*) = strpbrk;} in f()
|
/third_party/curl/lib/vauth/ |
H A D | vauth.c | 135 char *p = strpbrk(user, "\\/@"); in Curl_auth_user_contains_domain()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 48 char *strpbrk (const char *, const char *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 50 char *strpbrk (const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 48 char *strpbrk (const char *, const char *);
|
/third_party/musl/include/ |
H A D | string.h | 50 char *strpbrk (const char *, const char *);
|
/third_party/curl/lib/ |
H A D | curl_path.c | 172 end = strpbrk(cp, WHITESPACE); in Curl_get_pathname()
|
H A D | setup-vms.h | 91 test_str = strpbrk(path, ":[<^"); in vms_translate_path()
|
H A D | curl_ntlm_wb.c | 166 slash = strpbrk(username, "\\/"); in ntlm_wb_init()
|
/third_party/openssl/test/ |
H A D | conf_include_test.c | 50 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 48 char *strpbrk (const char *, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 50 char *strpbrk (const char *, const char *);
|
/third_party/musl/libc-test/src/functional/ |
H A D | string.c | 67 TEST(s, strpbrk(b, "0123"), b+10, "%d != %d"); in main()
|
/third_party/curl/src/ |
H A D | tool_doswin.c | 278 if(strpbrk(&path[truncate_pos - 1], "\\/:")) in truncate_dryrun() 437 if(!(flags & SANITIZE_ALLOW_TRUNCATE) || strpbrk(s, "\\/:") || in msdosify()
|
/third_party/ninja/src/ |
H A D | test.cc | 96 EXPECT_FALSE(strpbrk(path.c_str(), "/\\"));
in GetNode()
|
/third_party/python/Python/ |
H A D | pystrtod.c | 488 char *p = strpbrk(buffer, "eE"); in ensure_minimum_exponent_length() 737 if (strpbrk(format + 1, "'l%")) in _PyOS_ascii_formatd()
|
/third_party/eudev/src/collect/ |
H A D | collect.c | 160 ptr = strpbrk(word," \n\t\r"); in checkout()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | conf-parser.c | 87 if ((c = strpbrk(state->lvalue, COMMENTS))) in parse_line()
|