Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c122 struct archive_string entry_pathname; member
288 archive_string_free(&tar->entry_pathname); in archive_read_format_tar_cleanup()
1524 as = &(tar->entry_pathname); in header_ustar()
1597 archive_string_empty(&(tar->entry_pathname)); in pax_header()
1727 else if (archive_strlen(&(tar->entry_pathname)) > 0) in pax_header()
1728 as = &(tar->entry_pathname); in pax_header()
2072 archive_strcpy(&(tar->entry_pathname), value); in pax_attribute()