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

/freebsd-10-stable/lib/libc/gen/
H A Dfts-compat.h55 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
H A Dfts-compat.c661 #ifdef FTS_WHITEOUT
662 if (ISSET(FTS_WHITEOUT))
808 #ifdef FTS_WHITEOUT
919 #ifdef FTS_WHITEOUT
H A Dfts.c647 #ifdef FTS_WHITEOUT
648 if (ISSET(FTS_WHITEOUT))
779 #ifdef FTS_WHITEOUT
891 #ifdef FTS_WHITEOUT
/freebsd-10-stable/include/
H A Dfts.h57 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/freebsd-10-stable/bin/ls/
H A Dls.c424 #ifdef FTS_WHITEOUT
426 fts_options |= FTS_WHITEOUT;
/freebsd-10-stable/bin/rm/
H A Drm.c203 flags |= FTS_WHITEOUT;
/freebsd-10-stable/usr.bin/find/
H A Dfunction.c1589 #ifdef FTS_WHITEOUT
1592 ftsoptions |= FTS_WHITEOUT;
1594 #endif /* FTS_WHITEOUT */

Completed in 94 milliseconds