Searched defs:os_strncasecmp (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant/
H A Dos.h294 * os_strncasecmp - Compare two strings ignoring case
302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
422 #ifndef os_strncasecmp
424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
H A Dos_none.c170 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c329 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos.h294 * os_strncasecmp - Compare two strings ignoring case
302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
422 #ifndef os_strncasecmp
424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
H A Dos_none.c170 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c329 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h294 * os_strncasecmp - Compare two strings ignoring case
302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
429 #ifndef os_strncasecmp
431 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
433 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
H A Dos_none.c170 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c334 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h294 * os_strncasecmp - Compare two strings ignoring case
302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
429 #ifndef os_strncasecmp
431 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
433 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
H A Dos_none.c170 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c334 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h294 * os_strncasecmp - Compare two strings ignoring case
302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
429 #ifndef os_strncasecmp
431 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
433 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
H A Dos_none.c170 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
H A Dos_internal.c334 int os_strncasecmp(const char *s1, const char *s2, size_t n) function

Completed in 1153 milliseconds