Searched defs:_stricmp (Results 1 – 5 of 5) sorted by relevance
21 #define _stricmp strcasecmp macro
240 #define _stricmp stricmp macro242 #define _stricmp strcasecmp macro299 #define _stricmp strcasecmp macro
39 #define _stricmp strcasecmp macro
41 #define _stricmp strcasecmp macro
112 inline int _stricmp(const char* s1, const char* s2) { in _stricmp() function