/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strpbrk.c | 3 char *strpbrk(const char *s, const char *b) in strpbrk() function
|
/third_party/musl/src/string/ |
D | strpbrk.c | 3 char *strpbrk(const char *s, const char *b) in strpbrk() function
|
/third_party/mesa3d/src/util/ |
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/ |
D | string.c | 23 {char*(*p)(const char*,const char*) = strpbrk;} in f()
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 50 char *strpbrk (const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 48 char *strpbrk (const char *, const char *);
|
/third_party/musl/ndk_musl_include/ |
D | string.h | 48 char *strpbrk (const char *, const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 48 char *strpbrk (const char *, const char *);
|
/third_party/musl/include/ |
D | string.h | 50 char *strpbrk (const char *, const char *);
|
/third_party/openssl/test/ |
D | conf_include_test.c | 50 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
|
/third_party/musl/libc-test/src/functional/ |
D | string.c | 67 TEST(s, strpbrk(b, "0123"), b+10, "%d != %d"); in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 50 char *strpbrk (const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 48 char *strpbrk (const char *, const char *);
|
/third_party/ninja/src/ |
D | test.cc | 96 EXPECT_FALSE(strpbrk(path.c_str(), "/\\")); in GetNode()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 304 strpbrk
|
D | unix.txt | 816 strpbrk
|
/third_party/python/Python/ |
D | pystrtod.c | 489 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/ |
D | seqmid.c | 413 if ((p = strpbrk(arg, ":.")) != NULL) { in snd_seq_parse_address()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspurl.c | 130 delim = strpbrk (p, "/?"); in gst_rtsp_url_parse()
|
/third_party/pulseaudio/src/pulsecore/ |
D | conf-parser.c | 87 if ((c = strpbrk(state->lvalue, COMMENTS))) in parse_line()
|
/third_party/toybox/toys/pending/ |
D | init.c | 210 if (!strpbrk(command, "?<>'\";[]{}\\|=()*&^$!`~")) { in run_command()
|
/third_party/musl/Benchmark/musl/ |
D | libc_string.cpp | 181 benchmark::DoNotOptimize(strpbrk(src, tag)); in Bm_function_Strpbrk()
|
/third_party/ffmpeg/libavformat/ |
D | ftp.c | 251 if (strpbrk(s->user, "\r\n")) in ftp_auth() 257 if (strpbrk(s->password, "\r\n")) in ftp_auth()
|
/third_party/toybox/kconfig/ |
D | confdata.c | 256 for (p2 = p; (p2 = strpbrk(p2, "\"\\")); p2++) { in conf_read_simple()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | semind.c | 1056 if (strpbrk(semind_search_symbol, "*?[]")) in command_search()
|