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

/netbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c136 static int ziptype; /* compression type, if any */ variable
168 ziptype = 0;
249 ziptype = 0;
386 for (ziptype = __arraycount(compress); --ziptype; ) {
387 if (*compress[ziptype].flag == qq)
439 compress[ziptype].flag));
559 if (ziptype) {
565 compress[ziptype].suffix);
643 if (ziptype
[all...]

Completed in 143 milliseconds