Home
last modified time | relevance | path

Searched refs:zmemcmp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h224 # define zmemcmp _fmemcmp macro
228 # define zmemcmp memcmp macro
233 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c157 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
H A Ddeflate.c1492 if (zmemcmp(s->window + match,
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c221 #define zmemcmp _fmemcmp macro
225 #define zmemcmp memcmp macro
230 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
1689 if (zmemcmp(s->window + match, s->window + start, length) != EQUAL) {
5885 zmemcmp(s1, s2, len) in zmemcmp() function
/illumos-gate/usr/src/contrib/ast/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) in zmemcmp() function