Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfts.c43 #define fts_build fts_build64 macro
60 static FTSENT *fts_build(FTS *, int);
353 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) { in fts_read()
528 return (sp->fts_child = fts_build(sp, instr)); in fts_children()
532 sp->fts_child = fts_build(sp, instr); in fts_children()
556 fts_build(FTS *sp, int type) in fts_build() function