Home
last modified time | relevance | path

Searched refs:archive_entry_set_ctime (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c41 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec); in archive_entry_copy_stat()
45 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec); in archive_entry_copy_stat()
49 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_nsec); in archive_entry_copy_stat()
53 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_n); in archive_entry_copy_stat()
57 archive_entry_set_ctime(entry, st->st_ctime, st->st_uctime * 1000); in archive_entry_copy_stat()
61 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_usec * 1000); in archive_entry_copy_stat()
65 archive_entry_set_ctime(entry, st->st_ctime, 0); in archive_entry_copy_stat()
H A Darchive_entry.h311 __LA_DECL void archive_entry_set_ctime(struct archive_entry *, time_t, long);
H A Darchive_read_support_format_warc.c367 archive_entry_set_ctime(entry, rtime, 0L); in _warc_rdhdr()
H A Darchive_entry.c1015 archive_entry_set_ctime(struct archive_entry *entry, time_t t, long ns) in archive_entry_set_ctime() function
1027 archive_entry_set_ctime(entry, 0, 0); in archive_entry_unset_ctime()
H A Darchive_read_support_format_tar.c2060 archive_entry_set_ctime(entry, s, n); in pax_attribute()
2255 archive_entry_set_ctime(entry, t, 0); in header_gnutar()
H A Darchive_write_set_format_pax.c1438 archive_entry_set_ctime(pax_attr_entry, 0, 0); in archive_write_pax_header()
H A Darchive_read_support_format_lha.c706 archive_entry_set_ctime(entry, lha->birthtime, in archive_read_format_lha_read_header()
H A Darchive_read_support_format_iso9660.c1287 archive_entry_set_ctime(entry, file->ctime, 0); in archive_read_format_iso9660_read_header()
H A Darchive_read_support_format_xar.c710 archive_entry_set_ctime(entry, file->ctime, 0); in xar_read_header()
H A Darchive_read_support_format_rar5.c1403 archive_entry_set_ctime(e, rar->file.e_ctime, 0); in parse_file_extra_htime()
H A Darchive_write_set_format_iso9660.c6572 archive_entry_set_ctime(np->file->entry, in isoent_traverse_tree()
7129 archive_entry_set_ctime(file->entry, iso9660->birth_time, 0); in isoent_create_boot_catalog()
H A Darchive_read_support_format_zip.c1177 archive_entry_set_ctime(entry, zip_entry->ctime, 0); in zip_read_local_file_header()
H A Darchive_read_support_format_7zip.c714 archive_entry_set_ctime(entry, zip_entry->ctime, in archive_read_format_7zip_read_header()
H A Darchive_read_support_format_rar.c1767 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec); in read_header()
/dragonfly/lib/libarchive/
H A DSymbol.map81 archive_entry_set_ctime;
H A DMakefile297 archive_entry_time.3 archive_entry_set_ctime.3 \