Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1182 mentry->used = 1; in parse_file()
1191 r = parse_line(a, entry, mtree, mentry, &parsed_kws); in parse_file()
1193 if (mentry->full) { in parse_file()
1194 archive_entry_copy_pathname(entry, mentry->name); in parse_file()
1206 &mtree->rbtree, mentry->name); in parse_file()
1225 archive_strcat(&mtree->current_dir, mentry->name); in parse_file()
1927 parse_escapes(char *src, struct mtree_entry *mentry) in parse_escapes() argument
1932 if (mentry != NULL && strcmp(src, ".") == 0) in parse_escapes()
1933 mentry->full = 1; in parse_escapes()
1937 if (c == '/' && mentry != NULL) in parse_escapes()
[all …]