Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1386 char unix_time, has_unix_ns, has_mtime, has_ctime, has_atime; in parse_file_extra_htime() local
1407 has_unix_ns = unix_time && (flags & HAS_UNIX_NS); in parse_file_extra_htime()
1428 if(has_mtime && has_unix_ns) { in parse_file_extra_htime()
1435 if(has_ctime && has_unix_ns) { in parse_file_extra_htime()
1442 if(has_atime && has_unix_ns) { in parse_file_extra_htime()