Searched refs:oldlog_entry (Results 1 – 1 of 1) sorted by relevance
215 struct oldlog_entry { struct1572 const struct oldlog_entry *ola = a, *olb = b; in oldlog_entry_compare()1663 struct oldlog_entry *oldlogs; in delete_oldest_timelog()1668 oldlogs = malloc(MAX_OLDLOGS * sizeof(struct oldlog_entry)); in delete_oldest_timelog()1719 max_logcnt * sizeof(struct oldlog_entry)); in delete_oldest_timelog()1728 sizeof(struct oldlog_entry)); in delete_oldest_timelog()1737 qsort(oldlogs, logcnt, sizeof(struct oldlog_entry), in delete_oldest_timelog()