HomeSort by relevance Sort by last modified time
    Searched defs:os_strncasecmp (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/utils/
os_none.c 175 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
os.h 392 * os_strncasecmp - Compare two strings ignoring case
400 int os_strncasecmp(const char *s1, const char *s2, size_t n);
518 #ifndef os_strncasecmp
520 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
522 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
os_internal.c 357 int os_strncasecmp(const char *s1, const char *s2, size_t n) function

Completed in 48 milliseconds