HomeSort by: relevance | last modified time | path
    Searched refs:fts_build (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
fts.c 63 static FTSENT *fts_build(FTS *, int);
108 /* fts_build flags */
411 * If haven't read do so. If the read fails, fts_build sets
422 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) {
612 return (sp->fts_child = fts_build(sp, instr));
616 sp->fts_child = fts_build(sp, instr);
640 fts_build(FTS *sp, int type) function
970 * in fts_build to limit the number of stat calls. It is
  /src/external/bsd/mdocml/dist/
compat_fts.c 49 static FTSENT *fts_build(FTS *);
255 * If haven't read do so. If the read fails, fts_build sets
260 } else if ((sp->fts_child = fts_build(sp)) == NULL) {
351 fts_build(FTS *sp) function
524 * in fts_build to limit the number of stat calls. It is

Completed in 49 milliseconds