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

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

Completed in 113 milliseconds