Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c53 struct mtree_entry *m_entry;
65 struct mtree_entry *first;
66 struct mtree_entry **last;
75 struct mtree_entry *chnext;
89 struct mtree_entry { struct
91 struct mtree_entry *next; argument
92 struct mtree_entry *parent; argument
121 struct mtree_entry *mtree_entry; argument
122 struct mtree_entry *root;
123 struct mtree_entry *cur_dirent;
[all …]
H A Darchive_read_support_format_mtree.c89 struct mtree_entry { struct
91 struct mtree_entry *next_dup; argument
92 struct mtree_entry *next; argument
107 struct mtree_entry *entries; argument
108 struct mtree_entry *this_entry;
125 struct mtree *, struct mtree_entry *, int *);
126 static void parse_escapes(char *, struct mtree_entry *);
128 struct mtree *, struct mtree_entry *, int *);
249 const struct mtree_entry *e1 = (const struct mtree_entry *)n1; in mtree_cmp_node()
250 const struct mtree_entry *e2 = (const struct mtree_entry *)n2; in mtree_cmp_node()
[all …]