Searched defs:os_strcasecmp (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os.h | 521 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro 523 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
|
D | os_none.c | 177 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|
D | os_internal.c | 363 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os.h | 521 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro 523 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
|
D | os_none.c | 177 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|
D | os_internal.c | 369 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
|