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 171 int os_strcasecmp(const char *s1, const char *s2) function
os.h 390 * os_strcasecmp - Compare two strings ignoring case
396 int os_strcasecmp(const char *s1, const char *s2);
518 #ifndef os_strcasecmp
520 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
522 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
os_internal.c 355 int os_strcasecmp(const char *s1, const char *s2) function

Completed in 405 milliseconds