Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c133 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro
516 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
/f-stack/freebsd/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) {
/f-stack/freebsd/contrib/zlib/
H A DChangeLog897 to the variable compared with SUFFIX_LEN [Truta]