Home
last modified time | relevance | path

Searched refs:F_DEV (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/mtree/
H A Dmtree.h68 #define F_DEV 0x00000002 /* device type */ macro
H A Dmisc.c66 {"device", F_DEV, NEEDVALUE},
H A Dverify.c232 if (!(p->flags & F_DEV)) in miss()
H A Dspec.c361 if (MATCHFLAG(F_DEV) && in dump_nodes()
567 case F_DEV: in set()
H A Dcompare.c198 if (s->flags & F_DEV && in compare()
H A Dcreate.c224 if (keys & F_DEV && in statf()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c173 #define F_DEV 0x00000002 /* device type */ macro
212 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\
1003 if ((keys & F_DEV) != 0) { in write_mtree_entry()
1013 if ((keys & F_DEV) != 0) { in write_mtree_entry()
1280 keybit = F_DEV; in archive_write_mtree_options()