Home
last modified time | relevance | path

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

/src/bin/ls/
H A Dcmp.c160 statcmp(const FTSENT *a, const FTSENT *b) in statcmp() function
185 return (statcmp(b, a)); in revstatcmp()
H A Dextern.h44 int statcmp(const FTSENT *, const FTSENT *);
H A Dls.c620 sortfcn = statcmp; in main()