Home
last modified time | relevance | path

Searched defs:os_strncasecmp (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/utils/
Dos.h531 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
533 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
Dos_none.c187 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
Dos_internal.c371 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function