Searched refs:errorsort (Results 1 – 1 of 1) sorted by relevance
82 static int errorsort(const void *, const void *);165 qsort(errors, nerrors, sizeof(Eptr), errorsort); in main()245 errorsort(const void *x1, const void *x2) in errorsort() function