Home
last modified time | relevance | path

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

/dragonfly/bin/ls/
H A Dcmp.c58 modcmp(const FTSENT *a, const FTSENT *b) in modcmp() function
78 return (modcmp(b, a)); in revmodcmp()
H A Dextern.h35 int modcmp(const FTSENT *, const FTSENT *);
H A Dls.c429 sortfcn = modcmp; in main()