Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Dfind.c205 #if defined(FTS_W) && defined(FTS_WHITEOUT) in find_execute()
207 if (ftsoptions & FTS_WHITEOUT) in find_execute()
H A Dfunction.c1625 #if defined(FTS_WHITEOUT) && defined(S_IFWHT) in c_type()
1628 ftsoptions |= FTS_WHITEOUT; in c_type()
/freebsd/lib/libc/gen/
H A Dfts-compat.h54 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
H A Dfts-compat11.c654 #ifdef FTS_WHITEOUT in fts_build()
655 if (ISSET(FTS_WHITEOUT)) in fts_build()
788 #ifdef FTS_WHITEOUT in fts_build()
912 #ifdef FTS_WHITEOUT in fts_stat()
H A Dfts.c653 #ifdef FTS_WHITEOUT in fts_build()
654 if (ISSET(FTS_WHITEOUT)) in fts_build()
787 #ifdef FTS_WHITEOUT in fts_build()
911 #ifdef FTS_WHITEOUT in fts_stat()
H A Dfts-compat.c655 #ifdef FTS_WHITEOUT in fts_build()
656 if (ISSET(FTS_WHITEOUT)) in fts_build()
804 #ifdef FTS_WHITEOUT in fts_build()
923 #ifdef FTS_WHITEOUT in fts_stat()
/freebsd/include/
H A Dfts.h56 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/freebsd/bin/ls/
H A Dls.c577 #ifdef FTS_WHITEOUT in main()
579 fts_options |= FTS_WHITEOUT; in main()
/freebsd/bin/rm/
H A Drm.c188 flags |= FTS_WHITEOUT; in rm_tree()