Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dftw.h38 #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.c301 if (type != FTW_D || (vp->curflags & FTW_DEPTH) == 0) in walk()
449 if ((vp->tmppath[0] != '\0') && (vp->curflags & FTW_DEPTH) && !skip) in walk()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c534 walkflags |= FTW_DEPTH; in compile()
537 walkflags |= (FTW_DEPTH | FTW_PHYS); in compile()
719 walkflags |= FTW_DEPTH; in compile()
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c797 i = nftw(".", set_values, MAX_DEPTH, FTW_PHYS|FTW_DEPTH); in main()