Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/libarchive/test/
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 …]
Dtest_write_format_pax.c55 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
70 archive_entry_set_birthtime(ae, 8, 80); in DEFINE_TEST()
89 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
113 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
Dtest_write_disk_times.c122 archive_entry_set_birthtime(ae, 3456789, 12345); in DEFINE_TEST()
139 archive_entry_set_birthtime(ae, 3456789, 12345); in DEFINE_TEST()
Dtest_write_format_gnutar_filenames.c53 archive_entry_set_birthtime(template, 3, 30); in DEFINE_TEST()
113 archive_entry_set_birthtime(template, 3, 30); in DEFINE_TEST()
Dtest_write_format_iso9660.c61 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
77 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
92 archive_entry_set_birthtime(ae, 8, 80); in DEFINE_TEST()
128 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
140 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
155 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
171 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
187 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
Dtest_entry.c131 archive_entry_set_birthtime(e, 17579, 24990); in DEFINE_TEST()
134 archive_entry_set_birthtime(e, 17580, 1234567890L); in DEFINE_TEST()
137 archive_entry_set_birthtime(e, 17581, -24990); in DEFINE_TEST()
502 archive_entry_set_birthtime(e, 13779, 24990); in DEFINE_TEST()
608 archive_entry_set_birthtime(e, 13980, 24999); in DEFINE_TEST()
Dtest_write_format_gnutar.c120 archive_entry_set_birthtime(ae, 3, 30); in DEFINE_TEST()
Dtest_write_format_iso9660_boot.c119 archive_entry_set_birthtime(ae, 3, 30); in _test_write_format_iso9660_boot()
Dtest_write_format_iso9660_filename.c36 archive_entry_set_birthtime(ae, 2, 20); in add_entry()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_entry_copy_stat.c69 archive_entry_set_birthtime(entry, st->st_birthtime, st->st_birthtimespec.tv_nsec); in archive_entry_copy_stat()
71 archive_entry_set_birthtime(entry, st->st_birthtime, 0); in archive_entry_copy_stat()
Darchive_entry.h311 __LA_DECL void archive_entry_set_birthtime(struct archive_entry *, time_t, long);
Darchive_entry.c1012 archive_entry_set_birthtime(struct archive_entry *entry, time_t t, long ns) in archive_entry_set_birthtime() function
1024 archive_entry_set_birthtime(entry, 0, 0); in archive_entry_unset_birthtime()
Darchive_read_support_format_tar.c1976 archive_entry_set_birthtime(entry, s, n); in pax_attribute()
Darchive_read_support_format_lha.c704 archive_entry_set_birthtime(entry, lha->birthtime, in archive_read_format_lha_read_header()
Darchive_read_support_format_iso9660.c1282 archive_entry_set_birthtime(entry, file->birthtime, 0); in archive_read_format_iso9660_read_header()