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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dfts.h74 int fts_nitems; /* elements in the sort array */ member in struct:__anon2865
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dfts.c1032 if (nitems > sp->fts_nitems) {
1033 sp->fts_nitems = nitems + 40;
1035 (size_t)(sp->fts_nitems * sizeof(FTSENT *)))) == NULL) {
1036 sp->fts_nitems = 0;

Completed in 212 milliseconds