Searched defs:os_strncasecmp (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/utils/ |
D | os.h | 620 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro 622 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
|
D | os_zephyr.c | 312 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
D | os_none.c | 187 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
D | os_internal.c | 371 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|