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

/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c165 int numlogs; /* Number of logs to keep */ member in struct:conf_entry
398 tempwork->numlogs = src_entry->numlogs;
418 tempwork->numlogs = 1;
491 printf("%s <%d%s>: ", ent->log, ent->numlogs,
601 ent->numlogs,
864 defconf->numlogs = 3;
1194 if (!sscanf(q, "%d", &working->numlogs) || working->numlogs < 0)
1591 if (logcnt > 0 && logcnt >= ent->numlogs
[all...]

Completed in 178 milliseconds