Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c91 #define COMPRESS_TYPES 5 /* Number of supported compression types */ macro
142 static const struct compress_types compress_type[COMPRESS_TYPES] = {
1528 for (c = 0; c < COMPRESS_TYPES; c++) in validate_old_timelog()
1677 for (c = 0; c < COMPRESS_TYPES; c++) { in delete_classiclog()
1728 for (c = 0; c < COMPRESS_TYPES; c++) { in get_logfile_suffix()
2037 assert(zwork->zw_conf->compress < COMPRESS_TYPES); in do_zipwork()
2453 for (c = 0; c < COMPRESS_TYPES; c++) in age_old_log()