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

  /src/external/bsd/wpa/dist/src/utils/
os_none.c 193 return os_strncmp(s1, s2, n);
215 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 455 * os_strncmp - Compare two strings
463 int os_strncmp(const char *s1, const char *s2, size_t n);
558 #ifndef os_strncmp
559 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 377 return os_strncmp(s1, s2, n);
420 int os_strncmp(const char *s1, const char *s2, size_t n) function
482 if (os_strncmp(haystack, needle, len) == 0)

Completed in 24 milliseconds