Searched refs:std_strnicmp (Results 1 – 2 of 2) sorted by relevance
112 int std_strnicmp(const char* s1, const char* s2, int n) in std_strnicmp() function138 return std_strnicmp(s1, s2, MAX_INT32); in std_stricmp()
87 extern int std_strnicmp(const char *s1, const char *s2, int n);