Searched defs:os_strncmp (Results 1 – 3 of 3) sorted by relevance
209 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
539 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
414 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function