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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c68 static FTSENT *fts_build(FTS *, int);
87 /* fts_build flags */
386 * If haven't read do so. If the read fails, fts_build sets
398 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) {
571 return (sp->fts_child = fts_build(sp, instr));
575 sp->fts_child = fts_build(sp, instr);
627 fts_build(FTS *sp, int type) function
938 * in fts_build to limit the number of stat calls. It is
H A Dfts.c58 static FTSENT *fts_build(FTS *, int);
77 /* fts_build flags */
377 * If haven't read do so. If the read fails, fts_build sets
389 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) {
566 return (sp->fts_child = fts_build(sp, instr));
570 sp->fts_child = fts_build(sp, instr);
625 fts_build(FTS *sp, int type) function
926 * in fts_build to limit the number of stat calls. It is
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c56 static FTSENT *fts_build(FTS *);
260 * If haven't read do so. If the read fails, fts_build sets
265 } else if ((sp->fts_child = fts_build(sp)) == NULL) {
356 fts_build(FTS *sp) function
529 * in fts_build to limit the number of stat calls. It is

Completed in 66 milliseconds