Searched refs:timecompare (Results 1 – 1 of 1) sorted by relevance
46 static int timecompare (const void *, const void *);68 timecompare(const void *i, const void *j) in timecompare() function103 qsort(table_start, table_cur, sizeof (struct entry), &timecompare); in table_sort()