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

  /external/wpa_supplicant/
os_none.c 160 int os_strcasecmp(const char *s1, const char *s2) function
os.h 285 * os_strcasecmp - Compare two strings ignoring case
291 int os_strcasecmp(const char *s1, const char *s2);
415 #ifndef os_strcasecmp
417 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
419 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
os_internal.c 319 int os_strcasecmp(const char *s1, const char *s2) function
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 160 int os_strcasecmp(const char *s1, const char *s2) function
os.h 285 * os_strcasecmp - Compare two strings ignoring case
291 int os_strcasecmp(const char *s1, const char *s2);
415 #ifndef os_strcasecmp
417 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
419 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
os_internal.c 319 int os_strcasecmp(const char *s1, const char *s2) function

Completed in 65 milliseconds