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

/freebsd-12-stable/lib/libc/tests/gen/
H A Dftw_test.c60 if ((ftwflags & FTW_DEPTH) == 0)
64 if ((ftwflags & FTW_DEPTH) != 0)
85 /* XXX: the path needs to be absolute for the 0/FTW_DEPTH testcases */
103 printf("ftwflags=FTW_PHYS|FTW_DEPTH\n");
104 ftwflags = FTW_PHYS|FTW_DEPTH;
106 "nftw FTW_PHYS|FTW_DEPTH failed; errno=%d", errno);
113 printf("ftwflags=FTW_DEPTH\n");
114 ftwflags = FTW_DEPTH;
116 "nftw FTW_DEPTH failed; errno=%d", errno);
/freebsd-12-stable/include/
H A Dftw.h50 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/freebsd-12-stable/lib/libc/gen/
H A Dnftw-compat11.c61 postorder = (ftwflags & FTW_DEPTH) != 0;
H A Dnftw.c57 postorder = (ftwflags & FTW_DEPTH) != 0;
/freebsd-12-stable/lib/libpmc/pmu-events/
H A Djevents.c1210 postorder = (ftwflags & FTW_DEPTH) != 0;

Completed in 63 milliseconds