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

/freebsd-9.3-release/usr.sbin/mtree/
H A Dmtree.h60 #define F_DONE 0x0002 /* directory done */ macro
H A Dspec.c129 if (last->type != F_DIR || last->flags & F_DONE) {
134 last->flags |= F_DONE;
153 } else if (last->type == F_DIR && !(last->flags & F_DONE)) {
/freebsd-9.3-release/contrib/mtree/
H A Dmtree.h69 #define F_DONE 0x00000004 /* directory done */ macro
H A Dspec.c159 if (last->type != F_DIR || last->flags & F_DONE) {
164 last->flags |= F_DONE;
238 } else if (last->type == F_DIR && !(last->flags & F_DONE)) {
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c91 #define F_DONE 0x00000004 /* directory done */ macro
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h40007 #define F_DONE macro
[all...]

Completed in 397 milliseconds