HomeSort by: relevance | last modified time | path
    Searched defs:os_strncasecmp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
os_none.c 187 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
os.h 419 * os_strncasecmp - Compare two strings ignoring case
427 int os_strncasecmp(const char *s1, const char *s2, size_t n);
545 #ifndef os_strncasecmp
547 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
549 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
os_internal.c 371 int os_strncasecmp(const char *s1, const char *s2, size_t n) function

Completed in 58 milliseconds