Searched defs:strstr (Results 1 – 5 of 5) sorted by relevance
56 strstr(const char *s, const char *find) in strstr() function
101 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
159 strstr(char *s, char *t) in strstr() function
197 ATTRIBUTE_INTERFACE char *strstr(const char *s1, const char *s2) { in strstr() function
610 strstr, enumerator