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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h419 * os_strcmp - Compare two strings
425 int os_strcmp(const char *s1, const char *s2);
528 #ifndef os_strcmp
529 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
H A Dos_none.c171 return os_strcmp(s1, s2);
197 int os_strcmp(const char *s1, const char *s2) function
H A Dos_internal.c353 return os_strcmp(s1, s2);
393 int os_strcmp(const char *s1, const char *s2) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h419 * os_strcmp - Compare two strings
425 int os_strcmp(const char *s1, const char *s2);
528 #ifndef os_strcmp
529 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
H A Dos_none.c171 return os_strcmp(s1, s2);
197 int os_strcmp(const char *s1, const char *s2) function
H A Dos_internal.c353 return os_strcmp(s1, s2);
393 int os_strcmp(const char *s1, const char *s2) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h419 * os_strcmp - Compare two strings
425 int os_strcmp(const char *s1, const char *s2);
528 #ifndef os_strcmp
529 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
H A Dos_none.c171 return os_strcmp(s1, s2);
197 int os_strcmp(const char *s1, const char *s2) function
H A Dos_internal.c353 return os_strcmp(s1, s2);
393 int os_strcmp(const char *s1, const char *s2) function

Completed in 87 milliseconds