Home
last modified time | relevance | path

Searched defs:zmemcmp (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/zlib/
H A Dzutil.h206 # define zmemcmp _fmemcmp macro
210 # define zmemcmp memcmp macro
H A Dzutil.c152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function