Home
last modified time | relevance | path

Searched refs:fts_sort (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dcompat_fts.c62 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
/netbsd-src/lib/libc/gen/
H A Dfts.c71 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
194 root = fts_sort(sp, root, nitems); in fts_open()
915 head = fts_sort(sp, head, nitems); in fts_build()
1003 fts_sort(FTS *sp, FTSENT *head, size_t nitems) in fts_sort() function