Searched refs:COMPRESS_NONE (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c93 COMPRESS_NONE = 0, enumerator in enum:compress_types_enum
148 [COMPRESS_NONE] = {
457 tempwork->compress = COMPRESS_NONE;
667 if (ent->compress == COMPRESS_NONE)
864 if (i == COMPRESS_NONE) {
1349 working->compress = COMPRESS_NONE;
1846 * Note: if logfile without suffix exists (uncompressed, COMPRESS_NONE)
2040 if (ent->numlogs > 0 && ent->compress > COMPRESS_NONE) {
2164 assert(zwork->zw_conf->compress > COMPRESS_NONE);

Completed in 57 milliseconds