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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c57 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-11-stable/sys/contrib/zlib/
H A Dzutil.c160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Dzutil.h223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
/freebsd-11-stable/sys/sys/
H A Dzutil.h185 # define zmemcmp _fmemcmp macro
189 # define zmemcmp memcmp macro
/freebsd-11-stable/sys/libkern/
H A Dzlib.c221 # define zmemcmp _fmemcmp macro
225 # define zmemcmp memcmp macro
5187 int zmemcmp(s1, s2, len) function

Completed in 95 milliseconds