Searched refs:F_IGN (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.sbin/mtree/
H A Dmtree.h63 #define F_IGN 0x0010 /* ignore */ macro
H A Dmisc.c61 {"ignore", F_IGN, 0},
H A Dspec.c223 case F_IGN:
H A Dverify.c125 if (ep->flags & F_IGN)
/freebsd-9.3-release/contrib/mtree/
H A Dmtree.h73 #define F_IGN 0x00000040 /* ignore */ macro
H A Dmisc.c70 {"ignore", F_IGN, 0},
H A Dverify.c130 if (!(ep->flags & F_IGN) &&
H A Dspec.c388 if (MATCHFLAG(F_IGN))
540 /* Just set flag bit (F_IGN and F_OPT) */
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c95 #define F_IGN 0x00000040 /* ignore */ macro

Completed in 125 milliseconds