Searched defs:os_strcmp (Results 1 – 6 of 6) sorted by relevance
192 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
433 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
365 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
191 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
463 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
382 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function