Home
last modified time | relevance | path

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

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