Home
last modified time | relevance | path

Searched refs:FTS_W (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/find/
H A Dfind.c205 #if defined(FTS_W) && defined(FTS_WHITEOUT) in find_execute()
206 case FTS_W: in find_execute()
/freebsd/lib/libc/gen/
H A Dfts-compat.h105 #define FTS_W 14 /* whiteout object */ macro
H A Dfts-compat11.c919 return (FTS_W); in fts_stat()
H A Dfts.c918 return (FTS_W); in fts_stat()
H A Dfts-compat.c930 return (FTS_W); in fts_stat()
/freebsd/include/
H A Dfts.h100 #define FTS_W 14 /* whiteout object */ macro
/freebsd/bin/rm/
H A Drm.c274 case FTS_W: in rm_tree()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c156 case FTS_W: /* do whiteout */ in main()