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

/freebsd-current/include/
H A Dftw.h48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/freebsd-current/lib/libc/tests/gen/
H A Dftw_test.c57 if ((ftwflags & FTW_DEPTH) == 0)
61 if ((ftwflags & FTW_DEPTH) != 0)
82 /* XXX: the path needs to be absolute for the 0/FTW_DEPTH testcases */
100 printf("ftwflags=FTW_PHYS|FTW_DEPTH\n");
101 ftwflags = FTW_PHYS|FTW_DEPTH;
103 "nftw FTW_PHYS|FTW_DEPTH failed; errno=%d", errno);
110 printf("ftwflags=FTW_DEPTH\n");
111 ftwflags = FTW_DEPTH;
113 "nftw FTW_DEPTH failed; errno=%d", errno);
/freebsd-current/lib/libc/gen/
H A Dnftw.c54 postorder = (ftwflags & FTW_DEPTH) != 0;
H A Dnftw-compat11.c58 postorder = (ftwflags & FTW_DEPTH) != 0;
/freebsd-current/lib/libpmc/pmu-events/
H A Djevents.c1392 postorder = (ftwflags & FTW_DEPTH) != 0;

Completed in 183 milliseconds