Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c925 static int ksort(void *aa, void *bb) in ksort() function
1065 struct carveup **tbsort = collate(TT.kcount, dt, ksort); in ps_main()
1084 qsort(tbsort, TT.kcount, sizeof(struct carveup *), (void *)ksort); in ps_main()
1191 plnew->tb = collate(plnew->count = TT.kcount, dt, ksort); in top_common()
1245 qsort(mix.tb, mix.count, sizeof(struct carveup *), (void *)ksort); in top_common()