Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c1548 int dir_fd, i, logcnt, max_logcnt; in delete_oldest_timelog() local
1555 max_logcnt = MAX_OLDLOGS; in delete_oldest_timelog()
1599 if (logcnt >= max_logcnt) { in delete_oldest_timelog()
1600 max_logcnt *= 4; in delete_oldest_timelog()
1602 if (max_logcnt < logcnt) in delete_oldest_timelog()
1605 max_logcnt * sizeof(struct oldlog_entry)); in delete_oldest_timelog()