Searched defs:os_strcasecmp (Results 1 – 4 of 4) sorted by relevance
613 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro615 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
303 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
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