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

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dftw.h38 #define FTW_DEPTH (FTW_POST) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h47 #define FTW_DEPTH (FTW_POST) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dftw.h47 #define FTW_DEPTH (FTW_POST) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h47 #define FTW_DEPTH (FTW_POST) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h47 #define FTW_DEPTH (FTW_POST) macro
/illumos-gate/usr/src/head/
H A Dftw.h65 #define FTW_DEPTH 010 /* call descendents before calling the parent */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c46 * FTW_DEPTH All subdirectories will be visited before the
303 if (type != FTW_D || (vp->curflags & FTW_DEPTH) == 0)
451 if ((vp->tmppath[0] != '\0') && (vp->curflags & FTW_DEPTH) && !skip)
/illumos-gate/usr/src/cmd/find/
H A Dfind.c532 walkflags |= FTW_DEPTH;
535 walkflags |= (FTW_DEPTH | FTW_PHYS);
718 walkflags |= FTW_DEPTH;
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c797 i = nftw(".", set_values, MAX_DEPTH, FTW_PHYS|FTW_DEPTH);

Completed in 81 milliseconds