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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dmtree.h68 #define F_DEV 0x00000002 /* device type */ macro
H A Dmisc.c64 {"device", F_DEV, NEEDVALUE},
H A Dverify.c216 if (!(p->flags & F_DEV))
H A Dspec.c351 if (MATCHFLAG(F_DEV) &&
542 case F_DEV:
H A Dcompare.c190 if (s->flags & F_DEV &&
H A Dcreate.c190 if (keys & F_DEV &&
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c90 #define F_DEV 0x00000002 /* device type */ macro
124 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\
719 if ((keys & F_DEV) != 0) {
729 if ((keys & F_DEV) != 0) {
925 keybit = F_DEV;
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c475 NODETEST(ftnode->flags & F_DEV,
515 if (ftnode->flags & F_DEV)
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c416 NODETEST(curnode->flags & F_DEV,
536 if (specnode->flags & F_DEV) {

Completed in 74 milliseconds