Home
last modified time | relevance | path

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

/src/bin/ls/
H A Dcmp.c73 modcmp(const FTSENT *a, const FTSENT *b) in modcmp() function
98 return (modcmp(b, a)); in revmodcmp()
H A Dextern.h38 int modcmp(const FTSENT *, const FTSENT *);
H A Dls.c622 sortfcn = modcmp; in main()