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