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