Searched defs:zmemcmp (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/vfs/hammer2/zlib/ |
H A D | hammer2_zlib_zutil.h | 112 # define zmemcmp _fmemcmp macro 116 # define zmemcmp memcmp macro
|
H A D | hammer2_zlib_zutil.c | 163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
|
/dflybsd-src/sbin/hammer2/zlib/ |
H A D | hammer2_zlib_zutil.h | 112 # define zmemcmp _fmemcmp macro 116 # define zmemcmp memcmp macro
|
H A D | hammer2_zlib_zutil.c | 163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
|
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/ |
H A D | hammer2_zlib_zutil.h | 112 # define zmemcmp _fmemcmp macro 116 # define zmemcmp memcmp macro
|
H A D | hammer2_zlib_zutil.c | 163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
|
/dflybsd-src/contrib/zlib-1.2/ |
H A D | zutil.h | 223 # define zmemcmp _fmemcmp macro 227 # define zmemcmp memcmp macro
|
H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
/dflybsd-src/sys/net/ |
H A D | zlib.c | 223 # define zmemcmp _fmemcmp macro 227 # define zmemcmp memcmp macro 5189 zmemcmp(Bytef *s1, Bytef *s2, uInt len) function
|