Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c84 struct mtree_option { struct
85 struct mtree_option *next; argument
93 struct mtree_option *options; argument
130 struct archive_entry *, struct mtree_option *, int *);
234 free_options(struct mtree_option *head) in free_options()
236 struct mtree_option *next; in free_options()
812 add_option(struct archive_read *a, struct mtree_option **global, in add_option()
815 struct mtree_option *opt; in add_option()
834 remove_option(struct mtree_option **global, const char *value, size_t len) in remove_option()
836 struct mtree_option *iter, *last; in remove_option()
[all …]