Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c194 struct oldlog_entry { struct
1458 const struct oldlog_entry *ola = a, *olb = b; in oldlog_entry_compare()
1549 struct oldlog_entry *oldlogs; in delete_oldest_timelog()
1554 oldlogs = malloc(MAX_OLDLOGS * sizeof(struct oldlog_entry)); in delete_oldest_timelog()
1605 max_logcnt * sizeof(struct oldlog_entry)); in delete_oldest_timelog()
1614 sizeof(struct oldlog_entry)); in delete_oldest_timelog()
1623 qsort(oldlogs, logcnt, sizeof(struct oldlog_entry), in delete_oldest_timelog()