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

/freebsd-12-stable/lib/libc/gen/
H A Dfts-compat.h57 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
H A Dfts-compat.c648 #ifdef FTS_WHITEOUT
649 if (ISSET(FTS_WHITEOUT))
796 #ifdef FTS_WHITEOUT
904 #ifdef FTS_WHITEOUT
H A Dfts-compat11.c645 #ifdef FTS_WHITEOUT
646 if (ISSET(FTS_WHITEOUT))
778 #ifdef FTS_WHITEOUT
891 #ifdef FTS_WHITEOUT
H A Dfts.c642 #ifdef FTS_WHITEOUT
643 if (ISSET(FTS_WHITEOUT))
774 #ifdef FTS_WHITEOUT
887 #ifdef FTS_WHITEOUT
/freebsd-12-stable/usr.bin/find/
H A Dfind.c211 #if defined(FTS_W) && defined(FTS_WHITEOUT)
213 if (ftsoptions & FTS_WHITEOUT)
H A Dfunction.c1632 #if defined(FTS_WHITEOUT) && defined(S_IFWHT)
1635 ftsoptions |= FTS_WHITEOUT;
1637 #endif /* FTS_WHITEOUT */
/freebsd-12-stable/include/
H A Dfts.h59 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/freebsd-12-stable/bin/ls/
H A Dls.c552 #ifdef FTS_WHITEOUT
554 fts_options |= FTS_WHITEOUT;
/freebsd-12-stable/bin/rm/
H A Drm.c204 flags |= FTS_WHITEOUT;

Completed in 89 milliseconds