Home
last modified time | relevance | path

Searched refs:strcasestr (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrcasestr.c28 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()
Dtest_src_functionalext_supplement_string.gni20 "strcasestr",
/third_party/toybox/toys/lsb/
Dpasswd.c49 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/
DStrstrTest.cpp13 #define strcasestr strstr macro
21 strcasestr(s.c_str(), "aBcD") && in LLVMFuzzerTestOneInput()
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrcasestr.c4 char *strcasestr(const char *h, const char *n) in strcasestr() function
/third_party/musl/src/string/
Dstrcasestr.c4 char *strcasestr(const char *h, const char *n) in strcasestr() function
/third_party/musl/porting/uniproton/kernel/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/porting/linux/user/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/porting/liteos_m/user/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/ndk_musl_include/
Dstring.h90 char *strcasestr(const char *, const char *);
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c62 #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/
Dd3d12_dxcore_screen.cpp100 if (strcasestr(desc, adapter_name)) { in choose_dxcore_adapter()
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/toybox/lib/
Dportability.h105 char *strcasestr(const char *haystack, const char *needle);
/third_party/toybox/toys/pending/
Dwget.c98 char *result = strcasestr(haystack, needle);
/third_party/toybox/toys/posix/
Dgrep.c183 } else if (FLAG(i)) s = strcasestr(start, seek->arg); in do_grep()
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni345 "$MUSLPORTINGDIR/src/string/strcasestr.c",
/third_party/musl/
Dlibc.map.txt1683 strcasestr;
Dmusl_src.gni1219 "src/string/strcasestr.c",
DWHATSNEW875 - strcasestr and strverscmp (previously stubs)
/third_party/gettext/gnulib-local/lib/
DChangeLog.1499 * c-strcasestr.h: New file.
500 * c-strcasestr.c: New file, based on gnulib's strcasestr.c.
/third_party/curl/lib/
Dcurl_config.h.cmake557 /* Define to 1 if you have the strcasestr function. */
/third_party/alsa-lib/src/ucm/
Dmain.c2664 if (strcasestr(ucm_id, "name=")) in snd_use_case_parse_ctl_elem_id()

12