/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | strcasestr.c | 28 char *result = strcasestr(haystate, ""); in strcasestr_0100() 42 char *result = strcasestr(haystate, "B"); in strcasestr_0200() 56 char *result = strcasestr(haystate, "i"); in strcasestr_0300() 70 char *result = strcasestr(haystate, "Da"); in strcasestr_0400()
|
D | test_src_functionalext_supplement_string.gni | 20 "strcasestr",
|
/third_party/toybox/toys/lsb/ |
D | passwd.c | 49 if (strcasestr(new, user) || strcasestr(user, new)) msg = "user"; 50 if (*old && (strcasestr(new, old) || strcasestr(old, new))) msg = "old";
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | StrstrTest.cpp | 13 #define strcasestr strstr macro 21 strcasestr(s.c_str(), "aBcD") && in LLVMFuzzerTestOneInput()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strcasestr.c | 4 char *strcasestr(const char *h, const char *n) in strcasestr() function
|
/third_party/musl/src/string/ |
D | strcasestr.c | 4 char *strcasestr(const char *h, const char *n) in strcasestr() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 92 char *strcasestr(const char *, const char *);
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 92 char *strcasestr(const char *, const char *);
|
/third_party/musl/include/ |
D | string.h | 92 char *strcasestr(const char *, const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 92 char *strcasestr(const char *, const char *);
|
/third_party/musl/ndk_musl_include/ |
D | string.h | 90 char *strcasestr(const char *, const char *);
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 62 #define strcasestr _gst_ascii_strcasestr macro 1322 for (next_sep = strcasestr (elem, pct_sep); next_sep; in _gst_uri_string_to_list() 1323 next_sep = strcasestr (next_sep + 1, pct_sep)) { in _gst_uri_string_to_list() 1374 for (next_sep = strcasestr (part, pct_part_sep); next_sep; in _gst_uri_string_to_table() 1375 next_sep = strcasestr (next_sep + 1, pct_part_sep)) { in _gst_uri_string_to_table() 1402 for (next_sep = strcasestr (key, pct_kv_sep); next_sep; in _gst_uri_string_to_table() 1403 next_sep = strcasestr (next_sep + 1, pct_kv_sep)) { in _gst_uri_string_to_table() 1408 for (next_sep = strcasestr (value, pct_kv_sep); next_sep; in _gst_uri_string_to_table() 1409 next_sep = strcasestr (next_sep + 1, pct_kv_sep)) { in _gst_uri_string_to_table()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_dxcore_screen.cpp | 100 if (strcasestr(desc, adapter_name)) { in choose_dxcore_adapter()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 92 char *strcasestr(const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 92 char *strcasestr(const char *, const char *);
|
/third_party/toybox/lib/ |
D | portability.h | 105 char *strcasestr(const char *haystack, const char *needle);
|
/third_party/toybox/toys/pending/ |
D | wget.c | 98 char *result = strcasestr(haystack, needle);
|
/third_party/toybox/toys/posix/ |
D | grep.c | 183 } else if (FLAG(i)) s = strcasestr(start, seek->arg); in do_grep()
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 345 "$MUSLPORTINGDIR/src/string/strcasestr.c",
|
/third_party/musl/ |
D | libc.map.txt | 1683 strcasestr;
|
D | musl_src.gni | 1219 "src/string/strcasestr.c",
|
D | WHATSNEW | 875 - strcasestr and strverscmp (previously stubs)
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.1 | 499 * c-strcasestr.h: New file. 500 * c-strcasestr.c: New file, based on gnulib's strcasestr.c.
|
/third_party/curl/lib/ |
D | curl_config.h.cmake | 557 /* Define to 1 if you have the strcasestr function. */
|
/third_party/alsa-lib/src/ucm/ |
D | main.c | 2664 if (strcasestr(ucm_id, "name=")) in snd_use_case_parse_ctl_elem_id()
|