Searched defs:os_strcmp (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h426 * os_strcmp - Compare two strings
432 int os_strcmp(const char *s1, const char *s2);
535 #ifndef os_strcmp
536 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
H A Dos_none.c183 return os_strcmp(s1, s2);
209 int os_strcmp(const char *s1, const char *s2) function
H A Dos_internal.c361 return os_strcmp(s1, s2);
401 int os_strcmp(const char *s1, const char *s2) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h426 * os_strcmp - Compare two strings
432 int os_strcmp(const char *s1, const char *s2);
535 #ifndef os_strcmp
536 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
H A Dos_none.c183 return os_strcmp(s1, s2);
209 int os_strcmp(const char *s1, const char *s2) function
H A Dos_internal.c361 return os_strcmp(s1, s2);
401 int os_strcmp(const char *s1, const char *s2) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h426 * os_strcmp - Compare two strings
432 int os_strcmp(const char *s1, const char *s2);
535 #ifndef os_strcmp
536 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
H A Dos_none.c183 return os_strcmp(s1, s2);
209 int os_strcmp(const char *s1, const char *s2) function
H A Dos_internal.c361 return os_strcmp(s1, s2);
401 int os_strcmp(const char *s1, const char *s2) function

Completed in 136 milliseconds