Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 7 of 7) sorted by relevance

/hostap/src/utils/
Dos.h532 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) argument
540 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) argument
542 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) argument
547 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) argument
549 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) argument
556 #define os_strcmp(s1, s2) strcmp((s1), (s2)) argument
559 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
Dos_none.c159 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp()
177 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp()
187 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp()
209 int os_strcmp(const char *s1, const char *s2) in os_strcmp()
215 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp()
Dos_internal.c319 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp()
361 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp()
371 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp()
407 int os_strcmp(const char *s1, const char *s2) in os_strcmp()
420 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp()
/hostap/src/crypto/
Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
/hostap/src/wps/
Dhttpread.c98 static int word_eq(char *s1, char *s2) in word_eq()
Dwps_upnp_ssdp.c38 static int token_eq(const char *s1, const char *s2) in token_eq()