Home
last modified time | relevance | path

Searched refs:archive_entry_set_birthtime (Results 1 – 16 of 16) sorted by last modified time

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c704 archive_entry_set_birthtime(entry, lha->birthtime, in archive_read_format_lha_read_header()
H A Darchive_entry.h313 __LA_DECL void archive_entry_set_birthtime(struct archive_entry *, time_t, long);
H A Darchive_read_support_format_tar.c1975 archive_entry_set_birthtime(entry, s, n); in pax_attribute()
H A Darchive_read_support_format_iso9660.c1282 archive_entry_set_birthtime(entry, file->birthtime, 0); in archive_read_format_iso9660_read_header()
H A Darchive_entry.c1037 archive_entry_set_birthtime(struct archive_entry *entry, time_t t, long ns) in archive_entry_set_birthtime() function
1049 archive_entry_set_birthtime(entry, 0, 0); in archive_entry_unset_birthtime()
H A Darchive_entry_copy_stat.c68 archive_entry_set_birthtime(entry, st->st_birthtime, st->st_birthtimespec.tv_nsec); in archive_entry_copy_stat()
70 archive_entry_set_birthtime(entry, st->st_birthtime, 0); in archive_entry_copy_stat()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_times.c121 archive_entry_set_birthtime(ae, 3456789, 12345); in DEFINE_TEST()
138 archive_entry_set_birthtime(ae, 3456789, 12345); in DEFINE_TEST()
H A Dtest_write_format_gnutar.c119 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
H A Dtest_write_format_gnutar_filenames.c52 archive_entry_set_birthtime(template, 3, 30); in DEFINE_TEST()
112 archive_entry_set_birthtime(template, 3, 30); in DEFINE_TEST()
H A Dtest_write_format_iso9660.c60 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
76 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
91 archive_entry_set_birthtime(ae, 8, 80); in DEFINE_TEST()
127 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
139 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
154 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
170 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
186 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
H A Dtest_write_format_pax.c54 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
69 archive_entry_set_birthtime(ae, 8, 80); in DEFINE_TEST()
88 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
112 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
H A Dtest_entry.c130 archive_entry_set_birthtime(e, 17579, 24990); in DEFINE_TEST()
133 archive_entry_set_birthtime(e, 17580, 1234567890L); in DEFINE_TEST()
136 archive_entry_set_birthtime(e, 17581, -24990); in DEFINE_TEST()
501 archive_entry_set_birthtime(e, 13779, 24990); in DEFINE_TEST()
607 archive_entry_set_birthtime(e, 13980, 24999); in DEFINE_TEST()
H A Dtest_write_format_iso9660_boot.c119 archive_entry_set_birthtime(ae, 3, 30); in _test_write_format_iso9660_boot()
H A Dtest_write_format_iso9660_filename.c36 archive_entry_set_birthtime(ae, 2, 20); in add_entry()
H A Dtest_write_format_iso9660_zisofs.c131 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_1()
146 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_1()
161 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_1()
177 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_1()
363 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_2()
388 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_2()
407 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_2()
424 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_2()
617 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_3()
632 archive_entry_set_birthtime(ae, 3, 30); in test_write_format_iso9660_zisofs_3()
[all …]
/freebsd/lib/libarchive/
H A DMakefile297 MLINKS+= archive_entry_time.3 archive_entry_set_birthtime.3