Searched refs:fts_sort (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/usr.sbin/ctm/ctm_dequeue/ |
| D | ctm_dequeue.c | 56 int fts_sort(const FTSENT * const *, const FTSENT * const *); 89 fts = fts_open(list, FTS_PHYSICAL|FTS_COMFOLLOW, fts_sort); in main() 159 fts_sort(const FTSENT * const * a, const FTSENT * const * b) in fts_sort() function
|
| /freebsd-10-stable/lib/libc/gen/ |
| D | fts.c | 64 static FTSENT *fts_sort(FTS *, FTSENT *, size_t); 193 root = fts_sort(sp, root, nitems); 869 head = fts_sort(sp, head, nitems); in fts_build() 976 fts_sort(FTS *sp, FTSENT *head, size_t nitems) in fts_sort() function
|
| D | fts-compat.c | 74 static FTSENT *fts_sort(FTS *, FTSENT *, int); 203 root = fts_sort(sp, root, nitems); 900 head = fts_sort(sp, head, nitems); 1003 fts_sort(sp, head, nitems) in fts_sort() function
|