Searched defs:os_strncmp (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant/ |
D | os_none.c | 198 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|
D | os.h | 436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
|
D | os_internal.c | 378 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | os_none.c | 198 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|
D | os.h | 436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
|
D | os_internal.c | 378 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|