Searched refs:fts_sort (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/usr.sbin/ctm/ctm_dequeue/ |
| HD | ctm_dequeue.c | 58 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/ |
| HD | compat_fts.c | 62 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/ |
| HD | fts.c | 64 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
|
| HD | fts-compat.c | 74 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
|