Searched defs:os_strncmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/utils/
H A Dos.h466 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
H A Dos_none.c197 int os_strncmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c395 int os_strncmp(const char *s1, const char *s2, size_t n) function

Completed in 63 milliseconds