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 181 return os_strncmp(s1, s2, n);
203 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 428 * os_strncmp - Compare two strings
436 int os_strncmp(const char *s1, const char *s2, size_t n);
531 #ifndef os_strncmp
532 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 363 return os_strncmp(s1, s2, n);
406 int os_strncmp(const char *s1, const char *s2, size_t n) function
484 if (os_strncmp(haystack, needle, len) == 0)

Completed in 51 milliseconds