Searched refs:tcmp (Results 1 – 1 of 1) sorted by relevance
48 static int tcmp(const void *av, const void *bv) in tcmp() function115 qsort(t, sizeof(t)/sizeof(t[0]), sizeof(t[0]), tcmp); in test_qsort()117 if (tcmp(&t[i], &t[i+1]) > 0) { in test_qsort()