Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/test/
HDtest_archive_match_owner.c213 archive_entry_copy_gname(ae, "unknown"); in test_gname_mbs()
217 archive_entry_copy_gname(ae, "foo"); in test_gname_mbs()
221 archive_entry_copy_gname(ae, "foo1"); in test_gname_mbs()
225 archive_entry_copy_gname(ae, "bar"); in test_gname_mbs()
229 archive_entry_copy_gname(ae, "bar1"); in test_gname_mbs()
HDtest_pax_filename_encoding.c126 archive_entry_copy_gname(entry, filename); in test_pax_filename_encoding_2()
137 archive_entry_copy_gname(entry, filename); in test_pax_filename_encoding_2()
HDtest_entry.c824 archive_entry_copy_gname(e, "abc\314\214mno\374xyz"); in DEFINE_TEST()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_entry.h271 __LA_DECL void archive_entry_copy_gname(struct archive_entry *, const char *);
HDarchive_read_disk_entry_from_file.c182 archive_entry_copy_gname(entry, name); in archive_read_disk_entry_from_file()
HDarchive_read_support_format_mtree.c1394 archive_entry_copy_gname(entry, val); in parse_keyword()
HDarchive_entry.c751 archive_entry_copy_gname(struct archive_entry *entry, const char *name) in archive_entry_copy_gname() function
HDarchive_read_support_format_tar.c1577 archive_entry_copy_gname(entry, tar->entry_gname.s); in pax_header()
HDarchive_read_disk_posix.c1044 archive_entry_copy_gname(entry, name); in next_entry()