Searched refs:FTS_ISW (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h111 #define FTS_ISW 0x04 /* this is a whiteout object */ macro
H A Dfts-compat.c796 p->fts_flags |= FTS_ISW;
904 if (p->fts_flags & FTS_ISW) {
H A Dfts.c779 p->fts_flags |= FTS_ISW;
891 if (p->fts_flags & FTS_ISW) {
/freebsd-11-stable/include/
H A Dfts.h106 #define FTS_ISW 0x04 /* this is a whiteout object */ macro

Completed in 200 milliseconds