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

/ast/src/lib/libz/
H A Dzutil.c160 int zmemcmp(s1, s2, len) function
H A Dzutil.h227 # define zmemcmp _fmemcmp macro
231 # define zmemcmp memcmp macro
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
/ast/src/cmd/INIT/
H A Dratz.c767 # define zmemcmp _fmemcmp macro
771 # define zmemcmp memcmp macro
776 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
830 int zmemcmp(s1, s2, len) function

Completed in 49 milliseconds