Searched defs:os_strcasecmp (Results 1 – 3 of 3) sorted by relevance
520 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro522 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
177 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
361 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function