Searched defs:stricmp (Results 1 – 7 of 7) sorted by relevance
93 int stricmp(const char *str1, const char *str2) in stricmp() function
25 #define stricmp strcasecmp macro
418 set(stricmp "_stricmp") variable
52 #define stricmp(x, y) strcasecmp(x, y) macro
81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
247 int (*stricmp)(const char*,const char*); member