Searched defs:Strstr (Results 1 – 2 of 2) sorted by relevance
99 #define Strstr(s,v) wcsstr(s,v) macro155 #define Strstr(s,v) strstr(s,v) macro
498 #define Strstr(a, b) strstr(a, b) macro518 #define Strstr(a, b) s_strstr(a, b) macro