Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_entry.h342 __LA_DECL void archive_entry_copy_link(struct archive_entry *, const char *);
Darchive_read_support_format_tar.c1072 archive_entry_copy_link(entry, tar->longlink.s); in header_longlink()
1721 archive_entry_copy_link(entry, tar->entry_linkpath.s); in pax_header()
Darchive_entry.c1093 archive_entry_copy_link(struct archive_entry *entry, const char *target) in archive_entry_copy_link() function
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_entry.c252 archive_entry_copy_link(e, "link2"); in DEFINE_TEST()
263 archive_entry_copy_link(e, "link2"); in DEFINE_TEST()