Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfts.c51 static FTSENT *fts_sort(FTS *, FTSENT *, int);
147 root = fts_sort(sp, root, nitems); in fts_open()
789 head = fts_sort(sp, head, nitems); in fts_build()
870 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() function