Searched refs:__archive_write_format_header_ustar (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_private.h | 146 __archive_write_format_header_ustar(struct archive_write *, char buff[512],
|
H A D | archive_write_set_format_ustar.c | 356 ret = __archive_write_format_header_ustar(a, buff, entry, -1, 1, sconv); 386 __archive_write_format_header_ustar(struct archive_write *a, char h[512], function
|
H A D | archive_write_set_format_pax.c | 1405 if (__archive_write_format_header_ustar(a, ustarbuff, entry_main, -1, 0, 1465 r = __archive_write_format_header_ustar(a, paxbuff,
|