Home
last modified time | relevance | path

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

/freebsd-13.1/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.c152 keys = F_TYPE; in main()
H A Dmisc.c92 {"type", F_TYPE, NEEDVALUE},
H A Dspec.c340 if (MATCHFLAG(F_TYPE)) in dump_nodes()
652 case F_TYPE: in set()
H A Dspecspec.c148 differs = F_TYPE; in compare_nodes()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c454 effkeys &= ~F_TYPE; in write_global()
761 keys &= ~F_TYPE; in get_global_set_keys()
767 keys &= ~F_TYPE; in get_global_set_keys()
990 if ((keys & F_TYPE) != 0) in write_mtree_entry()
998 if ((keys & F_TYPE) != 0) in write_mtree_entry()
1002 if ((keys & F_TYPE) != 0) in write_mtree_entry()
1012 if ((keys & F_TYPE) != 0) in write_mtree_entry()
1022 if ((keys & F_TYPE) != 0) in write_mtree_entry()
1026 if ((keys & F_TYPE) != 0) in write_mtree_entry()
1031 if ((keys & F_TYPE) != 0) in write_mtree_entry()
[all …]
/freebsd-13.1/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; in main()
H A Dspec.c269 case F_TYPE: in set()
H A Dspecspec.c135 differs = F_TYPE; in compare_nodes()
/freebsd-13.1/usr.sbin/makefs/
H A Dwalk.c420 NODETEST(curnode->flags & F_TYPE, "type"); in apply_specdir()