Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A DMakefile20 OBJS = qsort_test.o merge.o antiqsort.o
H A Dantiqsort.c45 antiqsort(int n, int *a, int *ptr) in antiqsort() function
H A Dqsort_test.c72 extern int antiqsort(int n, int *a, int *ptr);
636 i = antiqsort(n, x, y); in test_antiqsort()