Searched refs:fts_sort (Results 1 – 1 of 1) sorted by relevance
52 static FTSENT *fts_sort(FTS *, FTSENT *, int);142 root = fts_sort(sp, root, nitems); in __fts_open()780 head = fts_sort(sp, head, nitems); in fts_build()861 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() function