Searched defs:zmemcmp (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | zmod_subr.c | 75 zmemcmp(const void *s1, const void *s2, uint_t len) in zmemcmp() function
|
H A D | zutil.h | 234 # define zmemcmp _fmemcmp macro 238 # define zmemcmp memcmp macro
|
H A D | zutil.c | 166 int zmemcmp(s1, s2, len) in zmemcmp() function
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | zutil.h | 226 # define zmemcmp _fmemcmp macro 230 # define zmemcmp memcmp macro
|
H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | zutil.h | 226 # define zmemcmp _fmemcmp macro 230 # define zmemcmp memcmp macro
|
H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | zutil.h | 226 # define zmemcmp _fmemcmp macro 230 # define zmemcmp memcmp macro
|
H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
/netbsd-src/sys/net/ |
H A D | zlib.c | 238 # define zmemcmp _fmemcmp macro 242 # define zmemcmp memcmp macro 5671 int zmemcmp(s1, s2, len) in zmemcmp() function
|