Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c51 static FTSENT *fts_build(FTS *, int);
70 /* fts_build flags */
380 * If haven't read do so. If the read fails, fts_build sets in fts_read()
392 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) { in fts_read()
569 return (sp->fts_child = fts_build(sp, instr)); in fts_children()
573 sp->fts_child = fts_build(sp, instr); in fts_children()
628 fts_build(FTS *sp, int type) in fts_build() function
930 * in fts_build to limit the number of stat calls. It is in fts_stat()

Completed in 2 milliseconds