Home
last modified time | relevance | path

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

/freebsd/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()
864 for (i = 0; i < COMPRESS_TYPES; i++) { in usage()
1669 for (c = 0; c < COMPRESS_TYPES; c++) in validate_old_timelog()
1818 for (c = 0; c < COMPRESS_TYPES; c++) { in delete_classiclog()
1869 for (c = 0; c < COMPRESS_TYPES; c++) { in get_logfile_suffix()
2178 assert(zwork->zw_conf->compress < COMPRESS_TYPES); in do_zipwork()
2595 for (c = 0; c < COMPRESS_TYPES; c++) in age_old_log()