Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_none.c209 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
H A Dos.h536 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
H A Dos_internal.c401 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function