Searched refs:archive_entry_set_birthtime (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1967 archive_entry_set_birthtime(entry, s, n);
H A Darchive_entry.h309 __LA_DECL void archive_entry_set_birthtime(struct archive_entry *, time_t, long);
H A Darchive_entry.c998 archive_entry_set_birthtime(struct archive_entry *entry, time_t t, long ns) function
1010 archive_entry_set_birthtime(entry, 0, 0);
H A Darchive_read_support_format_lha.c704 archive_entry_set_birthtime(entry, lha->birthtime,
H A Darchive_read_support_format_iso9660.c1282 archive_entry_set_birthtime(entry, file->birthtime, 0);
H A Darchive_entry_copy_stat.c69 archive_entry_set_birthtime(entry, st->st_birthtime, st->st_birthtimespec.tv_nsec);
71 archive_entry_set_birthtime(entry, st->st_birthtime, 0);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c131 archive_entry_set_birthtime(e, 17579, 24990);
134 archive_entry_set_birthtime(e, 17580, 1234567890L);
137 archive_entry_set_birthtime(e, 17581, -24990);
502 archive_entry_set_birthtime(e, 13779, 24990);
608 archive_entry_set_birthtime(e, 13980, 24999);
H A Dtest_write_format_pax.c55 archive_entry_set_birthtime(ae, 3, 30);
70 archive_entry_set_birthtime(ae, 8, 80);
89 archive_entry_set_birthtime(ae, 3, 30);
113 archive_entry_set_birthtime(ae, 3, 30);
H A Dtest_write_format_iso9660_zisofs.c131 archive_entry_set_birthtime(ae, 3, 30);
146 archive_entry_set_birthtime(ae, 3, 30);
161 archive_entry_set_birthtime(ae, 3, 30);
177 archive_entry_set_birthtime(ae, 3, 30);
363 archive_entry_set_birthtime(ae, 3, 30);
388 archive_entry_set_birthtime(ae, 3, 30);
407 archive_entry_set_birthtime(ae, 3, 30);
424 archive_entry_set_birthtime(ae, 3, 30);
617 archive_entry_set_birthtime(ae, 3, 30);
632 archive_entry_set_birthtime(a
[all...]
H A Dtest_write_format_iso9660.c61 archive_entry_set_birthtime(ae, 3, 30);
77 archive_entry_set_birthtime(ae, 3, 30);
92 archive_entry_set_birthtime(ae, 8, 80);
128 archive_entry_set_birthtime(ae, 3, 30);
140 archive_entry_set_birthtime(ae, 3, 30);
155 archive_entry_set_birthtime(ae, 3, 30);
171 archive_entry_set_birthtime(ae, 3, 30);
187 archive_entry_set_birthtime(ae, 3, 30);
H A Dtest_write_format_gnutar_filenames.c53 archive_entry_set_birthtime(template, 3, 30);
113 archive_entry_set_birthtime(template, 3, 30);
H A Dtest_write_disk_times.c122 archive_entry_set_birthtime(ae, 3456789, 12345);
139 archive_entry_set_birthtime(ae, 3456789, 12345);
H A Dtest_write_format_gnutar.c120 archive_entry_set_birthtime(ae, 3, 30);
H A Dtest_write_format_iso9660_boot.c119 archive_entry_set_birthtime(ae, 3, 30);
H A Dtest_write_format_iso9660_filename.c36 archive_entry_set_birthtime(ae, 2, 20);

Completed in 130 milliseconds