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

/freebsd-12-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);
162 fts_sort(const FTSENT * const * a, const FTSENT * const * b) function
/freebsd-12-stable/contrib/mandoc/
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-12-stable/lib/libc/gen/
H A Dfts-compat.c75 static FTSENT *fts_sort(FTS *, FTSENT *, int);
201 root = fts_sort(sp, root, nitems);
888 head = fts_sort(sp, head, nitems);
988 fts_sort(FTS *sp, FTSENT *head, int nitems) function
H A Dfts-compat11.c64 static FTSENT11 *fts_sort(FTS11 *, FTSENT11 *, size_t);
191 root = fts_sort(sp, root, nitems);
869 head = fts_sort(sp, head, nitems);
977 fts_sort(FTS11 *sp, FTSENT11 *head, size_t nitems) function
H A Dfts.c61 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
188 root = fts_sort(sp, root, nitems);
865 head = fts_sort(sp, head, nitems);
972 fts_sort(FTS *sp, FTSENT *head, size_t nitems) function

Completed in 204 milliseconds