Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dextern.h170 int sortscmp(const void *, const void *);
H A Dfile.c565 (int (*) (const void *, const void *)) sortscmp); in tsearch()
H A Dglob.c912 sortscmp(const void *va, const void *vb) in sortscmp() function