Searched defs:os_strcmp (Results 1 - 9 of 9) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | os.h | 426 * 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 D | os_none.c | 177 return os_strcmp(s1, s2); 203 int os_strcmp(const char *s1, const char *s2) function
|
H A D | os_internal.c | 361 return os_strcmp(s1, s2); 401 int os_strcmp(const char *s1, const char *s2) function
|
/external/wpa_supplicant_8/src/utils/ |
H A D | os.h | 426 * 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 D | os_none.c | 177 return os_strcmp(s1, s2); 203 int os_strcmp(const char *s1, const char *s2) function
|
H A D | os_internal.c | 361 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 D | os.h | 426 * 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 D | os_none.c | 177 return os_strcmp(s1, s2); 203 int os_strcmp(const char *s1, const char *s2) function
|
H A D | os_internal.c | 361 return os_strcmp(s1, s2); 401 int os_strcmp(const char *s1, const char *s2) function
|
Completed in 150 milliseconds