Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c84 #define c_mtime_size 8 macro
295 format_hex(archive_entry_mtime(entry), h + c_mtime_offset, c_mtime_size); in write_header()
H A Darchive_write_set_format_cpio_odc.c92 #define c_mtime_size 11 macro
354 format_octal(archive_entry_mtime(entry), h + c_mtime_offset, c_mtime_size); in write_header()