Home
last modified time | relevance | path

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

/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libarchive/
H A Darchive_read_support_format_tar.c152 struct archive_string entry_gname; member
286 archive_string_free(&tar->entry_gname); in archive_read_format_tar_cleanup()
1175 archive_strncpy(&(tar->entry_gname), header->gname, in header_ustar()
1177 archive_entry_copy_gname(entry, tar->entry_gname.s); in header_ustar()
1209 archive_string_empty(&(tar->entry_gname)); in pax_header()
1283 if (archive_strlen(&(tar->entry_gname)) > 0) { in pax_header()
1284 value = tar->entry_gname.s; in pax_header()
1541 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
1696 archive_strncpy(&(tar->entry_gname), in header_gnutar()
1698 archive_entry_copy_gname(entry, tar->entry_gname.s); in header_gnutar()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_support_format_tar.c127 struct archive_string entry_gname; member
292 archive_string_free(&tar->entry_gname); in archive_read_format_tar_cleanup()
1595 archive_string_empty(&(tar->entry_gname)); in pax_header()
1695 if (archive_strlen(&(tar->entry_gname)) > 0) { in pax_header()
1696 if (archive_entry_copy_gname_l(entry, tar->entry_gname.s, in pax_header()
1697 archive_strlen(&(tar->entry_gname)), sconv) != 0) { in pax_header()
1702 archive_entry_copy_gname(entry, tar->entry_gname.s); in pax_header()
2062 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_support_format_tar.c127 struct archive_string entry_gname; member
292 archive_string_free(&tar->entry_gname); in archive_read_format_tar_cleanup()
1583 archive_string_empty(&(tar->entry_gname)); in pax_header()
1683 if (archive_strlen(&(tar->entry_gname)) > 0) { in pax_header()
1684 if (archive_entry_copy_gname_l(entry, tar->entry_gname.s, in pax_header()
1685 archive_strlen(&(tar->entry_gname)), sconv) != 0) { in pax_header()
1690 archive_entry_copy_gname(entry, tar->entry_gname.s); in pax_header()
2023 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_support_format_tar.c127 struct archive_string entry_gname; member
291 archive_string_free(&tar->entry_gname); in archive_read_format_tar_cleanup()
1581 archive_string_empty(&(tar->entry_gname)); in pax_header()
1681 if (archive_strlen(&(tar->entry_gname)) > 0) { in pax_header()
1682 if (archive_entry_copy_gname_l(entry, tar->entry_gname.s, in pax_header()
1683 archive_strlen(&(tar->entry_gname)), sconv) != 0) { in pax_header()
1688 archive_entry_copy_gname(entry, tar->entry_gname.s); in pax_header()
2018 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_tar.c127 struct archive_string entry_gname; member
292 archive_string_free(&tar->entry_gname); in archive_read_format_tar_cleanup()
1595 archive_string_empty(&(tar->entry_gname)); in pax_header()
1695 if (archive_strlen(&(tar->entry_gname)) > 0) { in pax_header()
1696 if (archive_entry_copy_gname_l(entry, tar->entry_gname.s, in pax_header()
1697 archive_strlen(&(tar->entry_gname)), sconv) != 0) { in pax_header()
1702 archive_entry_copy_gname(entry, tar->entry_gname.s); in pax_header()
2062 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_tar.c127 struct archive_string entry_gname; member
292 archive_string_free(&tar->entry_gname); in archive_read_format_tar_cleanup()
1595 archive_string_empty(&(tar->entry_gname)); in pax_header()
1695 if (archive_strlen(&(tar->entry_gname)) > 0) { in pax_header()
1696 if (archive_entry_copy_gname_l(entry, tar->entry_gname.s, in pax_header()
1697 archive_strlen(&(tar->entry_gname)), sconv) != 0) { in pax_header()
1702 archive_entry_copy_gname(entry, tar->entry_gname.s); in pax_header()
2062 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_tar.c127 struct archive_string entry_gname; member
292 archive_string_free(&tar->entry_gname); in archive_read_format_tar_cleanup()
1595 archive_string_empty(&(tar->entry_gname)); in pax_header()
1695 if (archive_strlen(&(tar->entry_gname)) > 0) { in pax_header()
1696 if (archive_entry_copy_gname_l(entry, tar->entry_gname.s, in pax_header()
1697 archive_strlen(&(tar->entry_gname)), sconv) != 0) { in pax_header()
1702 archive_entry_copy_gname(entry, tar->entry_gname.s); in pax_header()
2062 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
/dports/sysutils/py-diffoscope/diffoscope-204/diffoscope/comparators/utils/
H A Dlibarchive.py99 lambda self: libarchive.ffi.entry_gname(self._entry_p)