Searched refs:FTS_WHITEOUT (Results 1 - 7 of 7) sorted by path

/freebsd-10.0-release/bin/ls/
H A Dls.c424 #ifdef FTS_WHITEOUT
426 fts_options |= FTS_WHITEOUT;
/freebsd-10.0-release/bin/rm/
H A Drm.c201 flags |= FTS_WHITEOUT;
/freebsd-10.0-release/include/
H A Dfts.h57 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/freebsd-10.0-release/lib/libc/gen/
H A Dfts-compat.c660 #ifdef FTS_WHITEOUT
661 if (ISSET(FTS_WHITEOUT))
807 #ifdef FTS_WHITEOUT
918 #ifdef FTS_WHITEOUT
H A Dfts-compat.h55 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
H A Dfts.c645 #ifdef FTS_WHITEOUT
646 if (ISSET(FTS_WHITEOUT))
777 #ifdef FTS_WHITEOUT
882 #ifdef FTS_WHITEOUT
/freebsd-10.0-release/usr.bin/find/
H A Dfunction.c1577 #ifdef FTS_WHITEOUT
1580 ftsoptions |= FTS_WHITEOUT;
1582 #endif /* FTS_WHITEOUT */

Completed in 119 milliseconds