Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c112 #define COMPRESS_TYPES 5 /* Number of supported compression types */ macro
166 static const struct compress_types compress_type[COMPRESS_TYPES] = {
1532 for (c = 0; c < COMPRESS_TYPES; c++) in validate_old_timelog()
1681 for (c = 0; c < COMPRESS_TYPES; c++) { in delete_classiclog()
1732 for (c = 0; c < COMPRESS_TYPES; c++) { in get_logfile_suffix()
2041 for (c = 1; c < COMPRESS_TYPES; c++) { in do_zipwork()