Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c50 struct attr_counter { struct
51 struct attr_counter *prev; argument
52 struct attr_counter *next; argument
58 struct attr_counter *uid_list; argument
59 struct attr_counter *gid_list;
60 struct attr_counter *mode_list;
61 struct attr_counter *flags_list;
218 static void attr_counter_free(struct attr_counter **);
219 static int attr_counter_inc(struct attr_counter **, struct attr_counter *,
220 struct attr_counter *, struct mtree_entry *);
[all …]