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

/freebsd-10-stable/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.c361 if (MATCHFLAG(F_DEV) &&
566 case F_DEV:
H A Dcompare.c198 if (s->flags & F_DEV &&
H A Dcreate.c222 if (keys & F_DEV &&
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c174 #define F_DEV 0x00000002 /* device type */ macro
213 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\
1004 if ((keys & F_DEV) != 0) {
1014 if ((keys & F_DEV) != 0) {
1281 keybit = F_DEV;

Completed in 165 milliseconds