Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/error/
H A Dmain.c82 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