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

/freebsd-current/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))
652 case F_TYPE:
H A Dspecspec.c148 differs = F_TYPE;
/freebsd-current/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)
192 #define F_TYPE 0x00080000 /* file type */ macro
213 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
453 effkeys &= ~F_TYPE;
495 if ((keys & effkeys & F_TYPE) != 0) {
758 if ((mtree->set.keys & F_TYPE) != 0 &&
760 keys &= ~F_TYPE;
764 if ((mtree->set.keys & F_TYPE) != 0 &&
766 keys &= ~F_TYPE;
989 if ((keys & F_TYPE) !
[all...]
/freebsd-current/usr.sbin/makefs/
H A Dwalk.c416 NODETEST(curnode->flags & F_TYPE, "type");

Completed in 195 milliseconds