Searched refs:F_TYPE (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/mtree/
H A Dmtree.h38 F_TIME | F_TYPE | F_UID | F_FLAGS)
85 #define F_TYPE 0x00040000 /* file type */ macro
H A Dmisc.c92 {"type", F_TYPE, NEEDVALUE},
H A Dmtree.c152 keys = F_TYPE;
H A Dspec.c340 if (MATCHFLAG(F_TYPE))
651 case F_TYPE:
/freebsd-11.0-release/usr.sbin/fmtree/
H A Dmtree.h70 #define F_TYPE 0x0800 /* file type */ macro
H A Dmisc.c81 {"type", F_TYPE, NEEDVALUE},
H A Dmtree.c108 keys = F_TYPE;
H A Dspec.c269 case F_TYPE:
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c48 (F_FLAGS | F_GID | F_GNAME | F_MODE | F_TYPE | F_UID | F_UNAME)
209 #define F_TYPE 0x00080000 /* file type */ macro
230 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
470 effkeys &= ~F_TYPE;
512 if ((keys & effkeys & F_TYPE) != 0) {
775 if ((mtree->set.keys & F_TYPE) != 0 &&
777 keys &= ~F_TYPE;
781 if ((mtree->set.keys & F_TYPE) != 0 &&
783 keys &= ~F_TYPE;
1006 if ((keys & F_TYPE) !
[all...]
/freebsd-11.0-release/usr.sbin/makefs/
H A Dwalk.c417 NODETEST(curnode->flags & F_TYPE, "type");

Completed in 77 milliseconds