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

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

Completed in 43 milliseconds