Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_private.h147 __archive_write_format_header_ustar(struct archive_write *, char buff[512],
H A Darchive_write_set_format_ustar.c354 ret = __archive_write_format_header_ustar(a, buff, entry, -1, 1, sconv); in archive_write_ustar_header()
384 __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.c1380 if (__archive_write_format_header_ustar(a, ustarbuff, entry_main, -1, 0, in archive_write_pax_header()
1440 r = __archive_write_format_header_ustar(a, paxbuff, in archive_write_pax_header()