Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/fmtree/
H A Dmtree.h63 #define F_IGN 0x0010 /* ignore */ macro
H A Dmisc.c61 {"ignore", F_IGN, 0},
H A Dverify.c125 if (ep->flags & F_IGN) in vwalk()
H A Dspec.c223 case F_IGN: in set()
/freebsd-13.1/contrib/mtree/
H A Dmtree.h73 #define F_IGN 0x00000040 /* ignore */ macro
H A Dmisc.c70 {"ignore", F_IGN, 0},
H A Dverify.c134 if (!(ep->flags & F_IGN) && in vwalk()
H A Dspec.c403 if (MATCHFLAG(F_IGN)) in dump_nodes()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c179 #define F_IGN 0x00000040 /* ignore */ macro