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

  /external/wpa_supplicant/
os_none.c 176 return os_strncmp(s1, s2, n);
198 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 330 * os_strncmp - Compare two strings
338 int os_strncmp(const char *s1, const char *s2, size_t n);
435 #ifndef os_strncmp
436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 335 return os_strncmp(s1, s2, n);
378 int os_strncmp(const char *s1, const char *s2, size_t n) function
417 if (os_strncmp(haystack, needle, len) == 0)
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 176 return os_strncmp(s1, s2, n);
198 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 330 * os_strncmp - Compare two strings
338 int os_strncmp(const char *s1, const char *s2, size_t n);
435 #ifndef os_strncmp
436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 335 return os_strncmp(s1, s2, n);
378 int os_strncmp(const char *s1, const char *s2, size_t n) function
442 if (os_strncmp(haystack, needle, len) == 0)
  /external/wpa_supplicant_8/src/utils/
os_none.c 176 return os_strncmp(s1, s2, n);
198 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 330 * os_strncmp - Compare two strings
338 int os_strncmp(const char *s1, const char *s2, size_t n);
442 #ifndef os_strncmp
443 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 340 return os_strncmp(s1, s2, n);
383 int os_strncmp(const char *s1, const char *s2, size_t n) function
447 if (os_strncmp(haystack, needle, len) == 0)

Completed in 596 milliseconds