Searched defs:zmemcmp (Results 1 – 7 of 7) sorted by relevance
/titanic_52/usr/src/uts/common/zmod/ |
H A D | zmod_subr.c | 75 zmemcmp(const void *s1, const void *s2, uint_t len) in zmemcmp() function
|
/titanic_52/usr/src/boot/lib/libz/ |
H A D | zutil.h | 205 # define zmemcmp _fmemcmp macro 209 # define zmemcmp memcmp macro
|
H A D | zutil.c | 163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
/titanic_52/usr/src/contrib/zlib/ |
H A D | zutil.h | 224 # define zmemcmp _fmemcmp macro 228 # define zmemcmp memcmp macro
|
H A D | zutil.c | 157 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 767 # define zmemcmp _fmemcmp macro 771 # define zmemcmp memcmp macro 830 int zmemcmp(s1, s2, len) in zmemcmp() function
|
/titanic_52/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 223 #define zmemcmp _fmemcmp macro 227 #define zmemcmp memcmp macro 5887 zmemcmp(s1, s2, len) in zmemcmp() function
|