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

  /external/wpa_supplicant_8/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 435 * os_strncmp - Compare two strings
443 int os_strncmp(const char *s1, const char *s2, size_t n);
538 #ifndef os_strncmp
539 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 371 return os_strncmp(s1, s2, n);
414 int os_strncmp(const char *s1, const char *s2, size_t n) function
492 if (os_strncmp(haystack, needle, len) == 0)

Completed in 83 milliseconds