Searched refs:FTS_WHITEOUT (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dfts.h78 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfts.c97 #undef FTS_WHITEOUT macro
624 #ifdef FTS_WHITEOUT
638 #ifdef FTS_WHITEOUT
639 if (ISSET(FTS_WHITEOUT))
796 #ifdef FTS_WHITEOUT
907 #ifdef FTS_WHITEOUT
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.c329 #ifdef FTS_WHITEOUT
331 fts_options |= FTS_WHITEOUT;
/netbsd-6-1-5-RELEASE/bin/rm/
H A Drm.c177 flags |= FTS_WHITEOUT;

Completed in 57 milliseconds