Searched defs:strstr (Results 1 – 2 of 2) sorted by relevance
220 const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload… in strstr() function225 char* _Nullable strstr(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strstr() function
172 strstr(const char *h, const char *n) in strstr() function