Searched defs:stricmp (Results 1 – 10 of 10) sorted by relevance
333 #define stricmp _stricmp macro
356 set(stricmp "_stricmp") variable
433 #define stricmp _stricmp macro
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
443 set(stricmp "_stricmp") variable
245 int (*stricmp)(const char*,const char*); member