Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/lib/libc/
H A Dstrcmp.c46 strcmp(const char *s1, const char *s2) in strcmp()
H A Dstrncmp.c40 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
H A Dmemcmp.c10 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
/rk3399_ARM-atf/lib/zlib/
H A Dzutil.c152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp()
/rk3399_ARM-atf/plat/qti/qtiseclib/src/
H A Dqtiseclib_cb_interface.c32 int qtiseclib_cb_strcmp(const char *s1, const char *s2) in qtiseclib_cb_strcmp()