Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/
H A Dstring.h101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const char* __s2) { strstr() function
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { strstr() function
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp197 ATTRIBUTE_INTERFACE char *strstr(const char *s1, const char *s2) { in strstr() function