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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_private.h119 __archive_write_format_header_ustar(struct archive_write *, char buff[512],
H A Darchive_write_set_format_ustar.c232 ret = __archive_write_format_header_ustar(a, buff, entry, -1, 1);
257 __archive_write_format_header_ustar(struct archive_write *a, char h[512], function
H A Darchive_write_set_format_pax.c881 __archive_write_format_header_ustar(a, ustarbuff, entry_main, -1, 0);
937 r = __archive_write_format_header_ustar(a, paxbuff,

Completed in 158 milliseconds