Searched defs:os_strcasecmp (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | os.h | 417 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro 419 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
|
D | os_none.c | 160 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|
D | os_internal.c | 319 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 428 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro 430 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
|
D | os_none.c | 159 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|
D | os_internal.c | 336 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|