HomeSort by: relevance | last modified time | path
    Searched defs:errorsort (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/error/
main.c 82 static int errorsort(const void *, const void *);
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
245 errorsort(const void *x1, const void *x2) function in typeref:typename:int
main.c 82 static int errorsort(const void *, const void *);
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
245 errorsort(const void *x1, const void *x2) function in typeref:typename:int
main.c 82 static int errorsort(const void *, const void *);
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
245 errorsort(const void *x1, const void *x2) function in typeref:typename:int

Completed in 36 milliseconds