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

/freebsd-10.1-release/contrib/mtree/
H A Dmtree.h68 #define F_DEV 0x00000002 /* device type */ macro
H A Dmisc.c66 {"device", F_DEV, NEEDVALUE},
H A Dverify.c230 if (!(p->flags & F_DEV))
H A Dspec.c358 if (MATCHFLAG(F_DEV) &&
561 case F_DEV:
H A Dcompare.c198 if (s->flags & F_DEV &&
H A Dcreate.c218 if (keys & F_DEV &&
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c187 #define F_DEV 0x00000002 /* device type */ macro
223 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\
1002 if ((keys & F_DEV) != 0) {
1012 if ((keys & F_DEV) != 0) {
1279 keybit = F_DEV;

Completed in 117 milliseconds