Home
last modified time | relevance | path

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

/src/usr.sbin/newsyslog/
H A Dnewsyslog.c100 COMPRESS_TYPES = COMPRESS_LEGACY /* Number of supported compression types */ enumerator
148 static struct compress_types compress_type[COMPRESS_TYPES] = {
518 for (i = 0; i < COMPRESS_TYPES; i++) { in parse_compression_type()
524 if (i == COMPRESS_TYPES) { in parse_compression_type()
1642 for (c = 0; c < COMPRESS_TYPES; c++) in validate_old_timelog()
1791 for (c = 0; c < COMPRESS_TYPES; c++) { in delete_classiclog()
1842 for (c = 0; c < COMPRESS_TYPES; c++) { in get_logfile_suffix()
2151 assert(zwork->zw_conf->compress < COMPRESS_TYPES); in do_zipwork()
2568 for (c = 0; c < COMPRESS_TYPES; c++) in age_old_log()