Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h193 int edit_pathname(struct bsdtar *, struct archive_entry *);
H A Dread.c327 if (edit_pathname(bsdtar, entry)) in read_archive()
H A Dwrite.c704 if(edit_pathname(bsdtar, in_entry)) in append_archive()
933 if (edit_pathname(bsdtar, entry)) in write_hierarchy()
H A Dutil.c476 edit_pathname(struct bsdtar *bsdtar, struct archive_entry *entry) function