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

/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c196 struct oldlog_entry { struct
1460 const struct oldlog_entry *ola = a, *olb = b;
1551 struct oldlog_entry *oldlogs;
1556 oldlogs = malloc(MAX_OLDLOGS * sizeof(struct oldlog_entry));
1607 max_logcnt * sizeof(struct oldlog_entry));
1616 sizeof(struct oldlog_entry));
1625 qsort(oldlogs, logcnt, sizeof(struct oldlog_entry),

Completed in 56 milliseconds