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

/freebsd-9.3-release/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c56 int fts_sort(const FTSENT * const *, const FTSENT * const *);
89 fts = fts_open(list, FTS_PHYSICAL|FTS_COMFOLLOW, fts_sort);
159 fts_sort(const FTSENT * const * a, const FTSENT * const * b) function
/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.c72 static FTSENT *fts_sort(FTS *, FTSENT *, int);
202 root = fts_sort(sp, root, nitems);
897 head = fts_sort(sp, head, nitems);
1000 fts_sort(sp, head, nitems) function
H A Dfts.c62 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
197 root = fts_sort(sp, root, nitems);
876 head = fts_sort(sp, head, nitems);
979 fts_sort(sp, head, nitems) function

Completed in 61 milliseconds