Searched refs:zmemcmp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | zutil.h | 224 # 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 D | zutil.c | 157 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
H A D | deflate.c | 1492 if (zmemcmp(s->window + match,
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 221 #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 D | ratz.c | 767 # 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
|