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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c75 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-10.3-release/lib/libz/
H A Dzutil.h205 # define zmemcmp _fmemcmp macro
209 # define zmemcmp memcmp macro
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1362 if (zmemcmp(s->window + match,
/freebsd-10.3-release/sys/net/
H A Dzutil.h185 # define zmemcmp _fmemcmp macro
189 # define zmemcmp memcmp macro
194 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
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 75 milliseconds