Searched refs:F_OPT (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/usr.sbin/mtree/
H A Dmtree.h81 #define F_OPT 0x200000 /* existence optional */ macro
H A Dmisc.c69 {"optional", F_OPT, 0},
H A Dspec.c239 case F_OPT:
H A Dverify.c167 if (p->flags & F_OPT && !(p->flags & F_VISIT))
/freebsd-10.1-release/contrib/mtree/
H A Dmtree.h78 #define F_OPT 0x00000800 /* existence optional */ macro
H A Dmisc.c77 {"optional", F_OPT, 0},
H A Dverify.c178 if (p->flags & F_OPT && !(p->flags & F_VISIT))
H A Dspec.c399 if (MATCHFLAG(F_OPT))
549 /* Just set flag bit (F_IGN and F_OPT) */
/freebsd-10.1-release/usr.sbin/makefs/
H A Dwalk.c395 if ((curnode->flags & F_OPT) &&
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c199 #define F_OPT 0x00001000 /* existence optional */ macro

Completed in 121 milliseconds