Searched defs:strstr (Results 1 – 9 of 9) sorted by relevance
101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() function104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() function
42 strstr(const char *s, const char *find) in strstr() function
36 int strstr; variable
195 strstr(const char *h, const char *n) in strstr() function
197 ATTRIBUTE_INTERFACE char *strstr(const char *s1, const char *s2) { in strstr() function
661 #define strstr OS_DO_NOT_USE_strstr global() macro
194 strstr(const char *s, const char *t) in strstr() function
4251 strstr(big, little) in strstr() function
2110 #define strstr _nc_strstr macro