Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dextern.h155 int sortscmp(const void *, const void *);
H A Dfile.c679 qsort(items, numitems, sizeof(*items), sortscmp); in tsearch()
H A Dglob.c874 sortscmp(const void *a, const void *b) in sortscmp() function