HomeSort by relevance Sort by last modified time
    Searched defs:os_strcmp (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 166 return os_strcmp(s1, s2);
192 int os_strcmp(const char *s1, const char *s2) function
os.h 321 * os_strcmp - Compare two strings
327 int os_strcmp(const char *s1, const char *s2);
432 #ifndef os_strcmp
433 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
os_internal.c 325 return os_strcmp(s1, s2);
365 int os_strcmp(const char *s1, const char *s2) function
  /external/wpa_supplicant_8/src/utils/
os_none.c 165 return os_strcmp(s1, s2);
191 int os_strcmp(const char *s1, const char *s2) function
os.h 325 * os_strcmp - Compare two strings
331 int os_strcmp(const char *s1, const char *s2);
443 #ifndef os_strcmp
444 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
os_internal.c 342 return os_strcmp(s1, s2);
382 int os_strcmp(const char *s1, const char *s2) function
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 294 * os_strcmp *
300 S32 os_strcmp(const PS8 s1, const PS8 s2) function

Completed in 54 milliseconds