Home
last modified time | relevance | path

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

/freebsd-14.2/bin/ls/
H A Dcmp.c166 statcmp(const FTSENT *a, const FTSENT *b) in statcmp() function
191 return (statcmp(b, a)); in revstatcmp()
H A Dextern.h46 int statcmp(const FTSENT *, const FTSENT *);
H A Dls.c610 sortfcn = statcmp; in main()