Searched defs:stricmp (Results 1 – 8 of 8) sorted by relevance
93 int stricmp(const char *str1, const char *str2) in stricmp() function
150 #define stricmp strcasecmp macro
79 inline int stricmp(const char* string1, const char* string2) in stricmp() function
362 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
83 #define stricmp _stricmp macro
349 #define stricmp strcasecmp macro