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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c203 long ctime_ns; member in struct:_7zip_entry
714 zip_entry->ctime_ns);
2722 &(entries[i].ctime_ns));
H A Darchive_match.c1157 long ctime_ns, mtime_ns; local
1164 ctime_ns = (long)(utc.QuadPart % 10000000) * 100;
1167 ctime_ns = 0;
1180 mtime_sec, mtime_ns, ctime_sec, ctime_ns);
1239 long ctime_ns, mtime_ns; local
1246 ctime_ns = archive_entry_ctime_nsec(ae);
1251 ctime_sec, ctime_ns);

Completed in 96 milliseconds