Home
last modified time | relevance | path

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

/freebsd-12.1/bin/ls/
H A Dcmp.c155 statcmp(const FTSENT *a, const FTSENT *b) in statcmp() function
180 return (statcmp(b, a)); in revstatcmp()
H A Dextern.h45 int statcmp(const FTSENT *, const FTSENT *);
H A Dls.c573 sortfcn = statcmp; in main()