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

  /external/wpa_supplicant/
os_none.c 170 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
os.h 294 * os_strncasecmp - Compare two strings ignoring case
302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
422 #ifndef os_strncasecmp
424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
os_internal.c 329 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 170 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
os.h 294 * os_strncasecmp - Compare two strings ignoring case
302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
422 #ifndef os_strncasecmp
424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
os_internal.c 329 int os_strncasecmp(const char *s1, const char *s2, size_t n) function

Completed in 234 milliseconds