Searched defs:strncasecmp (Results 1 – 2 of 2) sorted by relevance
57 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
40 #define strncasecmp(s1, s2, count) _strnicmp(s1, s2, count) macro