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

/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dzmod_subr.c75 zmemcmp(const void *s1, const void *s2, uint_t len) function
H A Dzutil.h234 # define zmemcmp _fmemcmp macro
238 # define zmemcmp memcmp macro
243 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,
/netbsd-current/external/gpl3/binutils.old/dist/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.c1454 if (zmemcmp(s->window + match,
/netbsd-current/common/dist/zlib/
H A Dzutil.h241 # define zmemcmp _fmemcmp macro
245 # define zmemcmp memcmp macro
250 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c164 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1501 if (zmemcmp(s->window + match,
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dzutil.h226 # define zmemcmp _fmemcmp macro
230 # define zmemcmp memcmp macro
235 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.c1494 if (zmemcmp(s->window + match,
/netbsd-current/external/gpl3/gdb.old/dist/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.c1454 if (zmemcmp(s->window + match,
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzutil.h226 # define zmemcmp _fmemcmp macro
230 # define zmemcmp memcmp macro
235 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.c1494 if (zmemcmp(s->window + match,
/netbsd-current/sys/net/
H A Dzlib.c238 # define zmemcmp _fmemcmp macro
242 # define zmemcmp memcmp macro
247 extern int zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
1556 if (zmemcmp(s->window + match,
5654 int zmemcmp(s1, s2, len) function

Completed in 259 milliseconds