Home
last modified time | relevance | path

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

/src/sys/contrib/zlib/
H A Dzutil.h213 # define zmemcmp _fmemcmp macro
217 # define zmemcmp memcmp macro
H A Dzutil.c162 int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) { in zmemcmp() function