Home
last modified time | relevance | path

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

123

/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrpbrk.c3 char *strpbrk(const char *s, const char *b) in strpbrk() function
/third_party/musl/src/string/
Dstrpbrk.c3 char *strpbrk(const char *s, const char *b) in strpbrk() function
/third_party/mesa3d/src/util/
Du_printf.c62 char *spec_pos = strpbrk(str_found, "cdieEfFgGaAosuxXp%"); in util_printf_next_spec_pos()
/third_party/musl/libc-test/src/api/
Dstring.c23 {char*(*p)(const char*,const char*) = strpbrk;} in f()
/third_party/musl/porting/linux/user/include/
Dstring.h50 char *strpbrk (const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dstring.h48 char *strpbrk (const char *, const char *);
/third_party/musl/ndk_musl_include/
Dstring.h48 char *strpbrk (const char *, const char *);
/third_party/musl/porting/liteos_m/user/include/
Dstring.h48 char *strpbrk (const char *, const char *);
/third_party/musl/include/
Dstring.h50 char *strpbrk (const char *, const char *);
/third_party/openssl/test/
Dconf_include_test.c50 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
/third_party/musl/libc-test/src/functional/
Dstring.c67 TEST(s, strpbrk(b, "0123"), b+10, "%d != %d"); in main()
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h50 char *strpbrk (const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h48 char *strpbrk (const char *, const char *);
/third_party/ninja/src/
Dtest.cc96 EXPECT_FALSE(strpbrk(path.c_str(), "/\\")); in GetNode()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt304 strpbrk
Dunix.txt816 strpbrk
/third_party/python/Python/
Dpystrtod.c489 char *p = strpbrk(buffer, "eE"); in ensure_minimum_exponent_length()
738 if (strpbrk(format + 1, "'l%")) in _PyOS_ascii_formatd()
/third_party/alsa-lib/src/seq/
Dseqmid.c413 if ((p = strpbrk(arg, ":.")) != NULL) { in snd_seq_parse_address()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspurl.c130 delim = strpbrk (p, "/?"); in gst_rtsp_url_parse()
/third_party/pulseaudio/src/pulsecore/
Dconf-parser.c87 if ((c = strpbrk(state->lvalue, COMMENTS))) in parse_line()
/third_party/toybox/toys/pending/
Dinit.c210 if (!strpbrk(command, "?<>'\";[]{}\\|=()*&^$!`~")) { in run_command()
/third_party/musl/Benchmark/musl/
Dlibc_string.cpp181 benchmark::DoNotOptimize(strpbrk(src, tag)); in Bm_function_Strpbrk()
/third_party/ffmpeg/libavformat/
Dftp.c251 if (strpbrk(s->user, "\r\n")) in ftp_auth()
257 if (strpbrk(s->password, "\r\n")) in ftp_auth()
/third_party/toybox/kconfig/
Dconfdata.c256 for (p2 = p; (p2 = strpbrk(p2, "\"\\")); p2++) { in conf_read_simple()
/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c1056 if (strpbrk(semind_search_symbol, "*?[]")) in command_search()

123