Home
last modified time | relevance | path

Searched defs:os_strcmp (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos_none.c192 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
Dos.h433 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
Dos_internal.c365 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
/external/wpa_supplicant_8/src/utils/
Dos_none.c191 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
Dos.h463 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
Dos_internal.c382 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function