Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ustar.c62 #define USTAR_name_size 100 macro
420 if (copy_length <= USTAR_name_size) in __archive_write_format_header_ustar()
424 p = strchr(pp + copy_length - USTAR_name_size - 1, '/'); in __archive_write_format_header_ustar()