Lines Matching defs:qsort
40 #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(
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 for
283 * qsort uses a fairly standard method of moving the
435 * when a qsort pass completes there are three partitions