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

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c127 struct archive_string entry_gname; member in struct:tar
292 archive_string_free(&tar->entry_gname);
1595 archive_string_empty(&(tar->entry_gname));
1695 if (archive_strlen(&(tar->entry_gname)) > 0) {
1696 if (archive_entry_copy_gname_l(entry, tar->entry_gname.s,
1697 archive_strlen(&(tar->entry_gname)), sconv) != 0) {
1702 archive_entry_copy_gname(entry, tar->entry_gname.s);
2064 archive_strcpy(&(tar->entry_gname), value);

Completed in 130 milliseconds