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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c147 struct archive_string entry_pathname; member in struct:tar
277 archive_string_free(&tar->entry_pathname);
1080 archive_strncpy(&(tar->entry_pathname), header->name, sizeof(header->name));
1081 archive_entry_copy_pathname(entry, tar->entry_pathname.s);
1152 as = &(tar->entry_pathname);
1207 archive_string_empty(&(tar->entry_pathname));
1319 else if (archive_strlen(&(tar->entry_pathname)) > 0)
1320 value = tar->entry_pathname.s;
1565 archive_strcpy(&(tar->entry_pathname), value);
1680 archive_strncpy(&(tar->entry_pathname), heade
[all...]

Completed in 51 milliseconds