Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c40 archive_entry_set_atime(entry, st->st_atime, st->st_atimespec.tv_nsec); in archive_entry_copy_stat()
44 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec); in archive_entry_copy_stat()
48 archive_entry_set_atime(entry, st->st_atime, st->st_atime_nsec); in archive_entry_copy_stat()
52 archive_entry_set_atime(entry, st->st_atime, st->st_atime_n); in archive_entry_copy_stat()
56 archive_entry_set_atime(entry, st->st_atime, st->st_uatime * 1000); in archive_entry_copy_stat()
60 archive_entry_set_atime(entry, st->st_atime, st->st_atime_usec * 1000); in archive_entry_copy_stat()
64 archive_entry_set_atime(entry, st->st_atime, 0); in archive_entry_copy_stat()
H A Darchive_entry.h304 __LA_DECL void archive_entry_set_atime(struct archive_entry *, time_t, long);
H A Darchive_entry.c981 archive_entry_set_atime(struct archive_entry *entry, time_t t, long ns) in archive_entry_set_atime() function
993 archive_entry_set_atime(entry, 0, 0); in archive_entry_unset_atime()
H A Darchive_read_support_format_tar.c2054 archive_entry_set_atime(entry, s, n); in pax_attribute()
2252 archive_entry_set_atime(entry, t, 0); in header_gnutar()
H A Darchive_write_set_format_pax.c1435 archive_entry_set_atime(pax_attr_entry, 0, 0); in archive_write_pax_header()
H A Darchive_read_support_format_lha.c714 archive_entry_set_atime(entry, lha->atime, in archive_read_format_lha_read_header()
H A Darchive_read_support_format_iso9660.c1288 archive_entry_set_atime(entry, file->atime, 0); in archive_read_format_iso9660_read_header()
H A Darchive_read_support_format_xar.c707 archive_entry_set_atime(entry, file->atime, 0); in xar_read_header()
H A Darchive_read_support_format_rar5.c1409 archive_entry_set_atime(e, rar->file.e_atime, 0); in parse_file_extra_htime()
H A Darchive_write_set_format_iso9660.c6570 archive_entry_set_atime(np->file->entry, in isoent_traverse_tree()
7128 archive_entry_set_atime(file->entry, iso9660->birth_time, 0); in isoent_create_boot_catalog()
H A Darchive_read_support_format_zip.c1178 archive_entry_set_atime(entry, zip_entry->atime, 0); in zip_read_local_file_header()
H A Darchive_read_support_format_7zip.c717 archive_entry_set_atime(entry, zip_entry->atime, in archive_read_format_7zip_read_header()
H A Darchive_read_support_format_rar.c1768 archive_entry_set_atime(entry, rar->atime, rar->ansec); in read_header()
/dragonfly/lib/libarchive/
H A DSymbol.map79 archive_entry_set_atime;
H A DMakefile287 archive_entry_time.3 archive_entry_set_atime.3 \