Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dfts.h49 int fts_nitems; /* elements in the sort array */ member
/aosp12/bionic/libc/bionic/
H A Dfts.c885 if (nitems > sp->fts_nitems) { in fts_sort()
892 sp->fts_nitems = 0; in fts_sort()
895 sp->fts_nitems = nitems + 40; in fts_sort()