Searched defs:os_strncmp (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h353 * os_strncmp - Compare two strings
361 int os_strncmp(const char *s1, const char *s2, size_t n);
465 #ifndef os_strncmp
466 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
H A Dos_none.c175 return os_strncmp(s1, s2, n);
197 int os_strncmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c352 return os_strncmp(s1, s2, n);
395 int os_strncmp(const char *s1, const char *s2, size_t n) function
459 if (os_strncmp(haystack, needle, len) == 0)
/external/wpa_supplicant_8/src/utils/
H A Dos.h353 * os_strncmp - Compare two strings
361 int os_strncmp(const char *s1, const char *s2, size_t n);
465 #ifndef os_strncmp
466 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
H A Dos_none.c175 return os_strncmp(s1, s2, n);
197 int os_strncmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c352 return os_strncmp(s1, s2, n);
395 int os_strncmp(const char *s1, const char *s2, size_t n) function
459 if (os_strncmp(haystack, needle, len) == 0)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h353 * os_strncmp - Compare two strings
361 int os_strncmp(const char *s1, const char *s2, size_t n);
465 #ifndef os_strncmp
466 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
H A Dos_none.c175 return os_strncmp(s1, s2, n);
197 int os_strncmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c352 return os_strncmp(s1, s2, n);
395 int os_strncmp(const char *s1, const char *s2, size_t n) function
459 if (os_strncmp(haystack, needle, len) == 0)

Completed in 33 milliseconds