Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ustar.c83 #define USTAR_linkname_size 100 macro
492 if (copy_length > USTAR_linkname_size) { in __archive_write_format_header_ustar()
496 copy_length = USTAR_linkname_size; in __archive_write_format_header_ustar()