Home
last modified time | relevance | path

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

/dragonfly/bin/ls/
H A Dcmp.c106 sizecmp(const FTSENT *a, const FTSENT *b) in sizecmp() function
120 return (sizecmp(b, a)); in revsizecmp()
H A Dextern.h39 int sizecmp(const FTSENT *, const FTSENT *);
H A Dls.c423 sortfcn = sizecmp; in main()