Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tnf/tnfdump/
H A Dtable.c46 static int timecompare (const void *, const void *);
68 timecompare(const void *i, const void *j) in timecompare() function
103 qsort(table_start, table_cur, sizeof (struct entry), &timecompare); in table_sort()