Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ctm/ctm_dequeue/
HDctm_dequeue.c58 int fts_sort(const FTSENT * const *, const FTSENT * const *);
91 fts = fts_open(list, FTS_PHYSICAL|FTS_COMFOLLOW, fts_sort); in main()
161 fts_sort(const FTSENT * const * a, const FTSENT * const * b) in fts_sort() function
/freebsd-11-stable/contrib/mdocml/
HDcompat_fts.c62 static FTSENT *fts_sort(FTS *, FTSENT *, int);
143 root = fts_sort(sp, root, nitems); in fts_open()
504 head = fts_sort(sp, head, nitems); in fts_build()
562 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() function
/freebsd-11-stable/lib/libc/gen/
HDfts.c64 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
191 root = fts_sort(sp, root, nitems); in fts_open()
867 head = fts_sort(sp, head, nitems); in fts_build()
974 fts_sort(FTS *sp, FTSENT *head, size_t nitems) in fts_sort() function
HDfts-compat.c74 static FTSENT *fts_sort(FTS *, FTSENT *, int);
200 root = fts_sort(sp, root, nitems); in __fts_open_44bsd()
886 head = fts_sort(sp, head, nitems); in fts_build()
986 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() function