Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_v7tar.c137 static int format_header_v7tar(struct archive_write *, char h[512],
332 ret = format_header_v7tar(a, buff, entry, 1, sconv); in archive_write_v7tar_header()
364 format_header_v7tar(struct archive_write *a, char h[512], in format_header_v7tar() function