Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_private.h142 __archive_write_format_header_ustar(struct archive_write *, char buff[512],
H A Darchive_write_set_format_ustar.c353 ret = __archive_write_format_header_ustar(a, buff, entry, -1, 1, sconv); in archive_write_ustar_header()
383 __archive_write_format_header_ustar(struct archive_write *a, char h[512], in __archive_write_format_header_ustar() function
H A Darchive_write_set_format_pax.c1332 if (__archive_write_format_header_ustar(a, ustarbuff, entry_main, -1, 0, in archive_write_pax_header()
1389 r = __archive_write_format_header_ustar(a, paxbuff, in archive_write_pax_header()