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

/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c162 int numlogs; /* Number of logs to keep */ member in struct:conf_entry
410 tempwork->numlogs = src_entry->numlogs;
430 tempwork->numlogs = 1;
503 printf("%s <%d%s>: ", ent->log, ent->numlogs,
618 ent->numlogs,
878 defconf->numlogs = 3;
1218 if (!sscanf(q, "%d", &working->numlogs) || working->numlogs < 0)
1614 if (logcnt > 0 && logcnt >= ent->numlogs
[all...]

Completed in 55 milliseconds