Searched defs:os_strncasecmp (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 454 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro 456 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
|
D | os_none.c | 169 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
D | os_internal.c | 346 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|