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