Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/fmtree/
HDspec.c127 if (last->type != F_DIR || last->flags & F_DONE) { in mtree_readspec()
132 last->flags |= F_DONE; in mtree_readspec()
151 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in mtree_readspec()
HDmtree.h59 #define F_DONE 0x0002 /* directory done */ macro
/freebsd-13-stable/contrib/mtree/
HDmtree.h69 #define F_DONE 0x00000004 /* directory done */ macro
HDspec.c160 if (last->type != F_DIR || last->flags & F_DONE) { in spec()
165 last->flags |= F_DONE; in spec()
245 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in spec()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_write_set_format_mtree.c174 #define F_DONE 0x00000004 /* directory done */ macro
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_regs.h59092 #define F_DONE V_DONE(1U) macro