Searched refs:SUFFIX_LEN (Results 1 – 4 of 4) sorted by relevance
133 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro516 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
897 to the variable compared with SUFFIX_LEN [Truta]