Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dcmp.c131 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp() function
156 return (birthcmp(b, a)); in revbirthcmp()
H A Dextern.h36 int birthcmp(const FTSENT *, const FTSENT *);
H A Dls.c618 sortfcn = birthcmp; in main()