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

/freebsd-current/lib/libc/gen/
H A Dfts-compat.h54 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
H A Dfts-compat.c655 #ifdef FTS_WHITEOUT
656 if (ISSET(FTS_WHITEOUT))
804 #ifdef FTS_WHITEOUT
923 #ifdef FTS_WHITEOUT
H A Dfts.c652 #ifdef FTS_WHITEOUT
653 if (ISSET(FTS_WHITEOUT))
786 #ifdef FTS_WHITEOUT
910 #ifdef FTS_WHITEOUT
H A Dfts-compat11.c654 #ifdef FTS_WHITEOUT
655 if (ISSET(FTS_WHITEOUT))
788 #ifdef FTS_WHITEOUT
912 #ifdef FTS_WHITEOUT
/freebsd-current/usr.bin/find/
H A Dfind.c205 #if defined(FTS_W) && defined(FTS_WHITEOUT)
207 if (ftsoptions & FTS_WHITEOUT)
H A Dfunction.c1625 #if defined(FTS_WHITEOUT) && defined(S_IFWHT)
1628 ftsoptions |= FTS_WHITEOUT;
1630 #endif /* FTS_WHITEOUT */
/freebsd-current/include/
H A Dfts.h56 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/freebsd-current/bin/ls/
H A Dls.c555 #ifdef FTS_WHITEOUT
557 fts_options |= FTS_WHITEOUT;
/freebsd-current/bin/rm/
H A Drm.c188 flags |= FTS_WHITEOUT;

Completed in 278 milliseconds