Searched defs:stricmp (Results 1 – 6 of 6) sorted by relevance
93 int stricmp(const char *str1, const char *str2) in stricmp() function
425 set(stricmp "_stricmp") variable
53 #define stricmp(x,y) strcasecmp(x,y) macro
98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
65 #define stricmp(x, y) strcasecmp(x, y) macro