Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c128 static int fts_compare(const FTSENT *const *, const FTSENT *const *);
130 static int fts_compare(const FTSENT **, const FTSENT **);
554 fts_compare(const FTSENT *const *a, const FTSENT *const *b) in fts_compare() function
556 fts_compare(const FTSENT **a, const FTSENT **b) in fts_compare()
593 fts_compare); in treescan()