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

/macosx-10.10/rsync-45/rsync/zlib/
H A Dzutil.h230 # define zmemcmp _fmemcmp macro
234 # define zmemcmp memcmp macro
239 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c160 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1240 if (zmemcmp(s->window + match,
/macosx-10.10/sudo-73/src/zlib/
H A Dzutil.h204 # define zmemcmp _fmemcmp macro
208 # define zmemcmp memcmp macro
213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c140 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1360 if (zmemcmp(s->window + match,
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dzutil.h269 # define zmemcmp _fmemcmp macro
273 # define zmemcmp memcmp macro
278 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c187 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1267 if (zmemcmp(s->window + match,
/macosx-10.10/zlib-55/zlib/
H A Dzutil.h231 # define zmemcmp _fmemcmp macro
235 # define zmemcmp memcmp macro
240 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.c1277 if (zmemcmp(s->window + match,
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c767 # define zmemcmp _fmemcmp macro
771 # define zmemcmp memcmp macro
776 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
830 int zmemcmp(s1, s2, len) function

Completed in 220 milliseconds