Searched defs:qsort (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dqsort.c30 * qsort.c:
31 * Our own version of the system qsort routine which is faster by an average
49 * qsort:
56 qsort(char *base, int n, int size, int (*compar)()) function
/illumos-gate/usr/src/common/util/
H A Dqsort.c40 #include "qsort.h"
67 * qsort() is a general purpose, in-place sorting routine using a
73 * There is no return value from qsort, this function has no method
83 * Examples of qsort parameter errors might be
85 * qsort will loop and never return.
89 * This is legal - qsort will return without examining any records
108 qsort( function
138 * The qsort function sorts an array of fixed length records.
172 * qsort is a partitioning sort
194 * a linear insertion sort i faster than a qsort fo
[all...]

Completed in 79 milliseconds