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

  /src/usr.bin/error/
filter.c 58 static int lexsort(const void *, const void *);
117 qsort(names_ignored, nignored, sizeof *names_ignored, lexsort);
128 lexsort(const void *c1, const void *c2) function in typeref:typename:int
filter.c 58 static int lexsort(const void *, const void *);
117 qsort(names_ignored, nignored, sizeof *names_ignored, lexsort);
128 lexsort(const void *c1, const void *c2) function in typeref:typename:int

Completed in 21 milliseconds