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

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dos.h539 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
H A Dos_none.c215 int os_strncmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c414 int os_strncmp(const char *s1, const char *s2, size_t n) function

Completed in 102 milliseconds