Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 - 25 of 64) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/
H A Dstring_strpbrk_test.cpp20 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 Dsysctl-util.c38 n = strpbrk(s, "/."); in sysctl_normalize()
53 n = strpbrk(n + 1, "/."); in sysctl_normalize()
H A Dutil.h324 return !!strpbrk(p, GLOB_CHARS); in string_is_glob()
/third_party/musl/src/string/
H A Dstrpbrk.c3 char *strpbrk(const char *s, const char *b) in strpbrk() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrpbrk.c3 char *strpbrk(const char *s, const char *b) in strpbrk() function
/third_party/backends/lib/
H A Dstrsep.c34 end = strpbrk (begin, delim); in strsep()
/third_party/mesa3d/src/util/
H A Du_printf.c62 char *spec_pos = strpbrk(str_found, "cdieEfFgGaAosuxXp%"); in util_printf_next_spec_pos()
/third_party/musl/libc-test/src/api/
H A Dstring.c23 {char*(*p)(const char*,const char*) = strpbrk;} in f()
/third_party/curl/lib/vauth/
H A Dvauth.c135 char *p = strpbrk(user, "\\/@"); in Curl_auth_user_contains_domain()
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h48 char *strpbrk (const char *, const char *);
/third_party/musl/porting/linux/user/include/
H A Dstring.h50 char *strpbrk (const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h48 char *strpbrk (const char *, const char *);
/third_party/musl/include/
H A Dstring.h50 char *strpbrk (const char *, const char *);
/third_party/curl/lib/
H A Dcurl_path.c172 end = strpbrk(cp, WHITESPACE); in Curl_get_pathname()
H A Dsetup-vms.h91 test_str = strpbrk(path, ":[<^"); in vms_translate_path()
H A Dcurl_ntlm_wb.c166 slash = strpbrk(username, "\\/"); in ntlm_wb_init()
/third_party/openssl/test/
H A Dconf_include_test.c50 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h48 char *strpbrk (const char *, const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h50 char *strpbrk (const char *, const char *);
/third_party/musl/libc-test/src/functional/
H A Dstring.c67 TEST(s, strpbrk(b, "0123"), b+10, "%d != %d"); in main()
/third_party/curl/src/
H A Dtool_doswin.c278 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 Dtest.cc96 EXPECT_FALSE(strpbrk(path.c_str(), "/\\")); in GetNode()
/third_party/python/Python/
H A Dpystrtod.c488 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 Dcollect.c160 ptr = strpbrk(word," \n\t\r"); in checkout()
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c87 if ((c = strpbrk(state->lvalue, COMMENTS))) in parse_line()

Completed in 13 milliseconds

123