Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c248 archive_entry_set_link(e, "link"); in DEFINE_TEST()
259 archive_entry_set_link(e, "link"); in DEFINE_TEST()
271 archive_entry_set_link(e, "link"); in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.h379 __LA_DECL void archive_entry_set_link(struct archive_entry *, const char *);
H A Darchive_entry.c1174 archive_entry_set_link(struct archive_entry *entry, const char *target) in archive_entry_set_link() function
H A Darchive_read_support_format_tar.c1181 archive_entry_set_link(entry, linkpath.s); in header_gnu_longlink()
/freebsd/lib/libarchive/
H A DMakefile225 MLINKS+= archive_entry_paths.3 archive_entry_set_link.3