HomeSort by: relevance | last modified time | path
    Searched defs:os_strcmp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
os_none.c 183 return os_strcmp(s1, s2);
209 int os_strcmp(const char *s1, const char *s2) function
os.h 446 * os_strcmp - Compare two strings
452 int os_strcmp(const char *s1, const char *s2);
555 #ifndef os_strcmp
556 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
os_internal.c 367 return os_strcmp(s1, s2);
407 int os_strcmp(const char *s1, const char *s2) function

Completed in 29 milliseconds