Home
last modified time | relevance | path

Searched defs:zmemcmp (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h112 # define zmemcmp _fmemcmp macro
116 # define zmemcmp memcmp macro
H A Dhammer2_zlib_zutil.c163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_zutil.h112 # define zmemcmp _fmemcmp macro
116 # define zmemcmp memcmp macro
H A Dhammer2_zlib_zutil.c163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h112 # define zmemcmp _fmemcmp macro
116 # define zmemcmp memcmp macro
H A Dhammer2_zlib_zutil.c163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
/dflybsd-src/contrib/zlib-1.2/
H A Dzutil.h223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
H A Dzutil.c160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
/dflybsd-src/sys/net/
H A Dzlib.c223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
5189 zmemcmp(Bytef *s1, Bytef *s2, uInt len) function