Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dmtree.h38 F_TIME | F_TYPE | F_UID | F_FLAGS)
85 #define F_TYPE 0x00040000 /* file type */ macro
H A Dmtree.c153 keys = F_TYPE; in main()
H A Dmisc.c92 {"type", F_TYPE, NEEDVALUE},
H A Dspec.c341 if (MATCHFLAG(F_TYPE)) in dump_nodes()
654 case F_TYPE: in set()
H A Dspecspec.c148 differs = F_TYPE; in compare_nodes()
/freebsd/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)
193 #define F_TYPE 0x00080000 /* file type */ macro
214 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
454 effkeys &= ~F_TYPE; in write_global()
496 if ((keys & effkeys & F_TYPE) != 0) { in write_global()
759 if ((mtree->set.keys & F_TYPE) != 0 && in get_global_set_keys()
761 keys &= ~F_TYPE; in get_global_set_keys()
765 if ((mtree->set.keys & F_TYPE) != 0 && in get_global_set_keys()
767 keys &= ~F_TYPE; in get_global_set_keys()
1038 if ((keys & F_TYPE) != 0) in write_mtree_entry()
[all …]
/freebsd/usr.sbin/makefs/
H A Dwalk.c425 NODETEST(curnode->flags & F_TYPE, "type"); in apply_specdir()