Searched defs:stricmp (Results 1 – 8 of 8) sorted by relevance
433 #define stricmp _stricmp macro
356 set(stricmp "_stricmp") variable
705 #define stricmp _stricmp macro
52 #define stricmp(x, y) strcasecmp(x, y) macro
81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() function
448 set(stricmp "_stricmp") variable
245 int (*stricmp)(const char*,const char*); member