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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c182 unsigned long mtime_nanos; member in struct:fixup_entry
847 fe->mtime_nanos = archive_entry_mtime_nsec(entry);
851 fe->mtime_nanos = 0;
860 fe->birthtime_nanos = fe->mtime_nanos;
2527 p->mtime, p->mtime_nanos,
3543 time_t mtime, long mtime_nanos,
3559 mtime_nanos, cctime, ctime_nanos) == 0) {
3577 || (birthtime == mtime && birthtime_nanos < mtime_nanos))
3587 mtime, mtime_nanos);
3539 set_times(struct archive_write_disk *a, int fd, int mode, const char *name, time_t atime, long atime_nanos, time_t birthtime, long birthtime_nanos, time_t mtime, long mtime_nanos, time_t cctime, long ctime_nanos) argument

Completed in 76 milliseconds