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

  /external/wpa_supplicant_8/src/utils/
os_none.c 165 int os_strcasecmp(const char *s1, const char *s2) function
os.h 383 * os_strcasecmp - Compare two strings ignoring case
389 int os_strcasecmp(const char *s1, const char *s2);
511 #ifndef os_strcasecmp
513 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
515 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
os_internal.c 347 int os_strcasecmp(const char *s1, const char *s2) function

Completed in 225 milliseconds