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

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c72 static FTSENT *fts_build(FTS *, int);
89 /* fts_build flags */
441 * If haven't read do so. If the read fails, fts_build sets
452 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) {
635 return (sp->fts_child = fts_build(sp, instr));
639 sp->fts_child = fts_build(sp, instr);
657 fts_build(sp, type) function
985 * in fts_build to limit the number of stat calls. It is

Completed in 246 milliseconds