Searched refs:mentry (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1049 struct mtree *mtree, struct mtree_entry *mentry, int *use_next)
1057 mentry->used = 1;
1066 r = parse_line(a, entry, mtree, mentry, &parsed_kws);
1068 if (mentry->full) {
1069 archive_entry_copy_pathname(entry, mentry->name);
1080 for (mp = mentry->next; mp != NULL; mp = mp->next) {
1082 && strcmp(mentry->name, mp->name) == 0) {
1100 archive_strcat(&mtree->current_dir, mentry->name);
1600 parse_escapes(char *src, struct mtree_entry *mentry) argument
1605 if (mentry !
1048 parse_file(struct archive_read *a, struct archive_entry *entry, struct mtree *mtree, struct mtree_entry *mentry, int *use_next) argument
[all...]

Completed in 96 milliseconds