Home
last modified time | relevance | path

Searched defs:strstr (Results 1 – 8 of 8) sorted by relevance

/external/bison/lib/
Dstring.in.h565 # define strstr rpl_strstr macro
/external/valgrind/coregrind/
Dm_machine.c750 if (VG_(strstr) (file_buf, search_Broadcom_str) != NULL) in VG_() local
752 if (VG_(strstr) (file_buf, search_Netlogic_str) != NULL) in VG_() local
754 if (VG_(strstr)(file_buf, search_Cavium_str) != NULL) in VG_() local
756 if (VG_(strstr) (file_buf, search_MIPS_str) != NULL) in VG_() local
Dm_libcbase.c384 HChar* VG_(strstr) ( const HChar* haystack, const HChar* needle ) in VG_() argument
/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h66 #define strstr(_hh,_nn) VG_(strstr)((_hh),(_nn)) macro
/external/wpa_supplicant_8/src/utils/
Dos.h649 #define strstr OS_DO_NOT_USE_strstr macro
/external/mksh/src/
Dmisc.c2050 strstr(char *b, const char *l) in strstr() function
Dsh.h507 #define strstr ucstrstr macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc754 TSAN_INTERCEPTOR(const char*, strstr, const char *s1, const char *s2) { in TSAN_INTERCEPTOR() argument