Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c125 struct archive_string entry_linkpath; member
290 archive_string_free(&tar->entry_linkpath); in archive_read_format_tar_cleanup()
1186 archive_strncpy(&(tar->entry_linkpath), in header_common()
1189 archive_string_empty(&(tar->entry_linkpath)); in header_common()
1287 if (archive_entry_copy_symlink_l(entry, tar->entry_linkpath.s, in header_common()
1596 archive_string_empty(&(tar->entry_linkpath)); in pax_header()
1705 if (archive_strlen(&(tar->entry_linkpath)) > 0) { in pax_header()
1706 if (archive_entry_copy_link_l(entry, tar->entry_linkpath.s, in pax_header()
1707 archive_strlen(&(tar->entry_linkpath)), sconv) != 0) { in pax_header()
1712 archive_entry_copy_link(entry, tar->entry_linkpath.s); in pax_header()
[all …]