Searched refs:fts_sort (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/mandoc/ |
| H A D | 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/lib/libc/gen/ |
| H A D | fts-compat11.c | 59 static FTSENT11 *fts_sort(FTS11 *, FTSENT11 *, size_t); 186 root = fts_sort(sp, root, nitems); in freebsd11_fts_open() 890 head = fts_sort(sp, head, nitems); in fts_build() 998 fts_sort(FTS11 *sp, FTSENT11 *head, size_t nitems) in fts_sort() function
|
| H A D | fts-compat.c | 70 static FTSENT *fts_sort(FTS *, FTSENT *, int); 196 root = fts_sort(sp, root, nitems); in __fts_open_44bsd() 907 head = fts_sort(sp, head, nitems); in fts_build() 1007 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() function
|
| H A D | fts.c | 72 static FTSENT *fts_sort(FTS *, FTSENT *, size_t); 195 root = fts_sort(sp, root, nitems); in __fts_open() 1028 head = fts_sort(sp, head, nitems); in fts_build() 1126 fts_sort(FTS *sp, FTSENT *head, size_t nitems) in fts_sort() function
|