Home
last modified time | relevance | path

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

/dragonfly/bin/ls/
H A Dcmp.c124 statcmp(const FTSENT *a, const FTSENT *b) in statcmp() function
144 return (statcmp(b, a)); in revstatcmp()
H A Dextern.h41 int statcmp(const FTSENT *, const FTSENT *);
H A Dls.c427 sortfcn = statcmp; in main()