Searched refs:zmemcmp (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c57 zmemcmp(const void *s1, const void *s2, uint_t len) function
H A Dzutil.h232 # define zmemcmp _fmemcmp macro
236 # define zmemcmp memcmp macro
241 extern int zmemcmp OF((const void* s1, const void* s2, uInt len));
H A Dzutil.c166 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1244 if (zmemcmp(s->window + match,
/freebsd-12-stable/sys/sys/
H A Dzutil.h182 # define zmemcmp _fmemcmp macro
186 # define zmemcmp memcmp macro
191 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
/freebsd-12-stable/sys/contrib/zlib/
H A Dzutil.h223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1457 if (zmemcmp(s->window + match,
/freebsd-12-stable/sys/libkern/
H A Dzlib.c221 # define zmemcmp _fmemcmp macro
225 # define zmemcmp memcmp macro
230 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
1429 if (zmemcmp((charf *)s->window + match,
5187 int zmemcmp(s1, s2, len) function

Completed in 136 milliseconds