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

/freebsd-10.1-release/tools/regression/lib/libc/stdlib/
H A Dtest-heapsort.c54 heapsort(testvector, j, sizeof(testvector[0]), sorthelp);
H A Dtest-mergesort.c54 mergesort(testvector, j, sizeof(testvector[0]), sorthelp);
H A Dtest-qsort.c54 qsort(testvector, j, sizeof(testvector[0]), sorthelp);
H A Dtest-sort.h33 sorthelp(const void *a, const void *b) function
/freebsd-10.1-release/sbin/gbde/
H A Dgbde.c504 sorthelp(const void *a, const void *b) function
692 qsort(gl->lsector, G_BDE_MAXKEYS, sizeof gl->lsector[0], sorthelp);

Completed in 57 milliseconds