Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A Dfts.c114 #undef FTS_WHITEOUT
651 #ifdef FTS_WHITEOUT in fts_build()
665 #ifdef FTS_WHITEOUT in fts_build()
666 if (ISSET(FTS_WHITEOUT)) in fts_build()
823 #ifdef FTS_WHITEOUT in fts_build()
934 #ifdef FTS_WHITEOUT in fts_stat()
/netbsd-src/include/
H A Dfts.h78 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/netbsd-src/bin/rm/
H A Drm.c181 flags |= FTS_WHITEOUT; in rm_tree()
/netbsd-src/usr.bin/find/
H A Dfunction.c1828 #ifdef FTS_WHITEOUT in c_type()
1829 ftsoptions |= FTS_WHITEOUT; in c_type()