Searched defs:strnicmp (Results 1 – 4 of 4) sorted by relevance
74 inline int strnicmp(const char* string1, const char* string2, size_t count) in strnicmp() function
52 #define strnicmp(x,y,n) strncasecmp(x,y,n) macro
104 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strnicmp() function
84 #define strnicmp _strnicmp macro