Searched defs:zmemcmp (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c75 zmemcmp(const void *s1, const void *s2, uint_t len) function
H A Dzutil.c166 int zmemcmp(s1, s2, len) function
H A Dzutil.h232 # define zmemcmp _fmemcmp macro
236 # define zmemcmp memcmp macro
/freebsd-10.2-release/lib/libz/
H A Dzutil.c163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Dzutil.h205 # define zmemcmp _fmemcmp macro
209 # define zmemcmp memcmp macro
/freebsd-10.2-release/sys/net/
H A Dzutil.h185 # define zmemcmp _fmemcmp macro
189 # define zmemcmp memcmp macro
H A Dzlib.c221 # define zmemcmp _fmemcmp macro
225 # define zmemcmp memcmp macro
5187 int zmemcmp(s1, s2, len) function

Completed in 108 milliseconds