Searched defs:strstr (Results 1 – 5 of 5) sorted by relevance
61 #define strstr SDL_strstr macro
73 #define strstr(str1, str2) _strstr(str1, str2) // NULL function macro
227 char *strstr(const char *haystack, const char *needle) in strstr() function
69 __STRSTR strstr; member
55 #define strstr SDL_strstr macro
Completed in 6 milliseconds