Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dfts.h58 #define FTS_WHITEOUT 0x080 /* return whiteout information */ macro
/dragonfly/contrib/grep/lib/
H A Dfts_.h101 # define FTS_WHITEOUT 0x0080 /* return whiteout information */ macro
/dragonfly/lib/libc/gen/
H A Dfts.c627 #ifdef FTS_WHITEOUT in fts_build()
628 if (ISSET(FTS_WHITEOUT)) in fts_build()
759 #ifdef FTS_WHITEOUT in fts_build()
864 #ifdef FTS_WHITEOUT in fts_stat()
/dragonfly/bin/ls/
H A Dls.c393 #ifdef FTS_WHITEOUT in main()
395 fts_options |= FTS_WHITEOUT; in main()
/dragonfly/bin/rm/
H A Drm.c208 flags |= FTS_WHITEOUT; in rm_tree()
/dragonfly/usr.bin/find/
H A Dfunction.c1536 #if defined(S_IFWHT) && defined(FTS_WHITEOUT) in c_type()
1539 ftsoptions |= FTS_WHITEOUT; in c_type()