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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h55 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
H A Dfts-compat.c647 #ifdef FTS_WHITEOUT
648 if (ISSET(FTS_WHITEOUT))
794 #ifdef FTS_WHITEOUT
902 #ifdef FTS_WHITEOUT
H A Dfts.c645 #ifdef FTS_WHITEOUT
646 if (ISSET(FTS_WHITEOUT))
777 #ifdef FTS_WHITEOUT
889 #ifdef FTS_WHITEOUT
/freebsd-11-stable/include/
H A Dfts.h57 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/freebsd-11-stable/bin/ls/
H A Dls.c441 #ifdef FTS_WHITEOUT
443 fts_options |= FTS_WHITEOUT;
/freebsd-11-stable/bin/rm/
H A Drm.c203 flags |= FTS_WHITEOUT;
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c1606 #ifdef FTS_WHITEOUT
1609 ftsoptions |= FTS_WHITEOUT;
1611 #endif /* FTS_WHITEOUT */

Completed in 148 milliseconds