Home
last modified time | relevance | path

Searched refs:SUFFIX_LEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c142 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro
468 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) { in file_uncompress()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c138 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro
513 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
/freebsd/sys/contrib/zlib/
H A DChangeLog1051 to the variable compared with SUFFIX_LEN [Truta]