Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/libarchive/include/
H A Darchive_entry.h327 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_entry.h318 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
H A Darchive_entry.c835 archive_entry_set_gname_utf8(struct archive_entry *entry, const char *name) in archive_entry_set_gname_utf8() function
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_entry.h327 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
H A Darchive_entry.c859 archive_entry_set_gname_utf8(struct archive_entry *entry, const char *name) in archive_entry_set_gname_utf8() function
/dports/archivers/libarchive/stage/usr/local/include/
H A Darchive_entry.h327 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_entry.h318 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
H A Darchive_entry.c835 archive_entry_set_gname_utf8(struct archive_entry *entry, const char *name) in archive_entry_set_gname_utf8() function
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_entry.h324 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
H A Darchive_entry.c859 archive_entry_set_gname_utf8(struct archive_entry *entry, const char *name) in archive_entry_set_gname_utf8() function
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_entry.h324 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
H A Darchive_entry.c859 archive_entry_set_gname_utf8(struct archive_entry *entry, const char *name) in archive_entry_set_gname_utf8() function
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_entry.h324 __LA_DECL void archive_entry_set_gname_utf8(struct archive_entry *, const char *);
H A Darchive_entry.c859 archive_entry_set_gname_utf8(struct archive_entry *entry, const char *name) in archive_entry_set_gname_utf8() function
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_entry.c189 archive_entry_set_gname_utf8(e, "group"); in DEFINE_TEST()