Searched refs:fts_sort (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/mandoc/ |
| HD | compat_fts.c | 55 static FTSENT *fts_sort(FTS *, FTSENT *, int); 138 root = fts_sort(sp, root, nitems); in fts_open() 499 head = fts_sort(sp, head, nitems); in fts_build() 557 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() function
|
| /freebsd-13-stable/lib/libc/gen/ |
| HD | fts.c | 59 static FTSENT *fts_sort(FTS *, FTSENT *, size_t); 186 root = fts_sort(sp, root, nitems); in fts_open() 890 head = fts_sort(sp, head, nitems); in fts_build() 999 fts_sort(FTS *sp, FTSENT *head, size_t nitems) in fts_sort() function
|
| HD | fts-compat11.c | 62 static FTSENT11 *fts_sort(FTS11 *, FTSENT11 *, size_t); 189 root = fts_sort(sp, root, nitems); in freebsd11_fts_open() 893 head = fts_sort(sp, head, nitems); in fts_build() 1001 fts_sort(FTS11 *sp, FTSENT11 *head, size_t nitems) in fts_sort() function
|
| HD | fts-compat.c | 73 static FTSENT *fts_sort(FTS *, FTSENT *, int); 199 root = fts_sort(sp, root, nitems); in __fts_open_44bsd() 910 head = fts_sort(sp, head, nitems); in fts_build() 1010 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() function
|