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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c515 struct mtree *mtree, struct mtree_entry *mentry, int *use_next)
523 mentry->used = 1;
532 r = parse_line(a, entry, mtree, mentry, &parsed_kws);
534 if (mentry->full) {
535 archive_entry_copy_pathname(entry, mentry->name);
546 for (mp = mentry->next; mp != NULL; mp = mp->next) {
548 && strcmp(mentry->name, mp->name) == 0) {
566 archive_strcat(&mtree->current_dir, mentry->name);
1039 parse_escapes(char *src, struct mtree_entry *mentry) argument
1044 if (mentry !
514 parse_file(struct archive_read *a, struct archive_entry *entry, struct mtree *mtree, struct mtree_entry *mentry, int *use_next) argument
[all...]

Completed in 91 milliseconds