Home
last modified time | relevance | path

Searched refs:archive_entry_set_mtime (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
HDarchive_entry_copy_stat.c42 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtimespec.tv_nsec); in archive_entry_copy_stat()
46 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtim.tv_nsec); in archive_entry_copy_stat()
50 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtime_nsec); in archive_entry_copy_stat()
54 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtime_n); in archive_entry_copy_stat()
58 archive_entry_set_mtime(entry, st->st_mtime, st->st_umtime * 1000); in archive_entry_copy_stat()
62 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtime_usec * 1000); in archive_entry_copy_stat()
66 archive_entry_set_mtime(entry, st->st_mtime, 0); in archive_entry_copy_stat()
HDarchive_read_support_format_cpio.c637 archive_entry_set_mtime(entry, atol16(header + newc_mtime_offset, newc_mtime_size), 0); in header_newc()
810 archive_entry_set_mtime(entry, atol8(header + odc_mtime_offset, odc_mtime_size), 0); in header_odc()
863 archive_entry_set_mtime(entry, atol16(header + afiol_mtime_offset, afiol_mtime_size), 0); in header_afiol()
910 archive_entry_set_mtime(entry, le4(header + bin_mtime_offset), 0); in header_bin_le()
955 archive_entry_set_mtime(entry, be4(header + bin_mtime_offset), 0); in header_bin_be()
HDarchive_read_support_format_mtree.c1352 archive_entry_set_mtime(entry, st->st_mtime, in parse_file()
1355 archive_entry_set_mtime(entry, st->st_mtime, in parse_file()
1358 archive_entry_set_mtime(entry, st->st_mtime, in parse_file()
1361 archive_entry_set_mtime(entry, st->st_mtime, in parse_file()
1364 archive_entry_set_mtime(entry, st->st_mtime, in parse_file()
1367 archive_entry_set_mtime(entry, st->st_mtime, 0); in parse_file()
1781 archive_entry_set_mtime(entry, (time_t)m, ns); in parse_keyword()
HDarchive_read_support_filter_gzip.c282 archive_entry_set_mtime(entry, state->mtime, 0); in gzip_read_header()
HDarchive_entry.h344 __LA_DECL void archive_entry_set_mtime(struct archive_entry *, time_t, long);
HDarchive_read_support_format_ar.c463 archive_entry_set_mtime(entry, in ar_parse_common_header()
HDarchive_read_support_format_warc.c368 archive_entry_set_mtime(entry, mtime, 0L); in _warc_rdhdr()
HDarchive_write_set_format_pax.c776 archive_entry_set_mtime(extra, in archive_write_pax_header()
1432 archive_entry_set_mtime(pax_attr_entry, s, 0); in archive_write_pax_header()
HDarchive_entry.c1137 archive_entry_set_mtime(struct archive_entry *entry, time_t t, long ns) in archive_entry_set_mtime() function
1149 archive_entry_set_mtime(entry, 0, 0); in archive_entry_unset_mtime()
HDarchive_read_support_format_tar.c1216 archive_entry_set_mtime(entry, tar_atol(header->mtime, sizeof(header->mtime)), 0); in header_common()
2093 archive_entry_set_mtime(entry, s, n); in pax_attribute()
HDarchive_read_support_format_rar5.c1397 archive_entry_set_mtime(e, rar->file.e_mtime, 0); in parse_file_extra_htime()
1925 archive_entry_set_mtime(entry, (time_t) mtime, 0); in process_head_file()
HDarchive_write_set_format_mtree.c1893 archive_entry_set_mtime(entry, time(NULL), 0); in mtree_entry_create_virtual_dir()
HDarchive_read_support_format_lha.c712 archive_entry_set_mtime(entry, lha->mtime, lha->mtime_tv_nsec); in archive_read_format_lha_read_header()
HDarchive_read_support_format_cab.c990 archive_entry_set_mtime(entry, file->mtime, 0); in archive_read_format_cab_read_header()
HDarchive_read_support_format_iso9660.c1286 archive_entry_set_mtime(entry, file->mtime, 0); in archive_read_format_iso9660_read_header()
HDarchive_read_support_format_xar.c713 archive_entry_set_mtime(entry, file->mtime, 0); in xar_read_header()
HDarchive_write_set_format_iso9660.c6568 archive_entry_set_mtime(np->file->entry, in isoent_traverse_tree()
7127 archive_entry_set_mtime(file->entry, iso9660->birth_time, 0); in isoent_create_boot_catalog()
HDarchive_read_support_format_zip.c1176 archive_entry_set_mtime(entry, zip_entry->mtime, 0); in zip_read_local_file_header()
HDarchive_read_support_format_7zip.c711 archive_entry_set_mtime(entry, zip_entry->mtime, in archive_read_format_7zip_read_header()
HDarchive_read_support_format_rar.c1766 archive_entry_set_mtime(entry, rar->mtime, rar->mnsec); in read_header()
/dragonfly/lib/libarchive/
HDSymbol.map94 archive_entry_set_mtime;
HDMakefile302 archive_entry_time.3 archive_entry_set_mtime.3 \