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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c1677 struct oldlog_entry *oldlogs; local
1682 oldlogs = malloc(MAX_OLDLOGS * sizeof(struct oldlog_entry));
1716 if ((oldlogs[logcnt].t = timegm(&tm)) == -1)
1718 if ((oldlogs[logcnt].fname = strdup(dp->d_name)) == NULL)
1732 oldlogs = realloc(oldlogs,
1734 if (oldlogs == NULL)
1741 oldlogs = realloc(oldlogs, logcnt *
1743 if (oldlogs
[all...]

Completed in 201 milliseconds