Searched refs:FTW_DEPTH (Results 1 – 9 of 9) sorted by relevance
38 #define FTW_DEPTH (FTW_POST) macro
47 #define FTW_DEPTH (FTW_POST) macro
65 #define FTW_DEPTH 010 /* call descendents before calling the parent */ macro
303 if (type != FTW_D || (vp->curflags & FTW_DEPTH) == 0) in walk()451 if ((vp->tmppath[0] != '\0') && (vp->curflags & FTW_DEPTH) && !skip) in walk()
532 walkflags |= FTW_DEPTH;535 walkflags |= (FTW_DEPTH | FTW_PHYS);718 walkflags |= FTW_DEPTH;
797 i = nftw(".", set_values, MAX_DEPTH, FTW_PHYS|FTW_DEPTH); in main()