Searched refs:edit_pathname (Results 1 – 4 of 4) sorted by relevance
193 int edit_pathname(struct bsdtar *, struct archive_entry *);
327 if (edit_pathname(bsdtar, entry)) in read_archive()
704 if(edit_pathname(bsdtar, in_entry)) in append_archive()933 if (edit_pathname(bsdtar, entry)) in write_hierarchy()
476 edit_pathname(struct bsdtar *bsdtar, struct archive_entry *entry) function