Searched defs:os_strncmp (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os_none.c | 215 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|
D | os.h | 540 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
|
D | os_internal.c | 422 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_none.c | 215 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|
D | os.h | 540 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
|
D | os_internal.c | 428 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp() function
|