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

/freebsd-9.3-release/tools/regression/bin/pax/
H A DMakefile7 rm -rf ustar-pathnames-[12]
8 rm -f ustar.ok ustar.fail*
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ustar.c46 struct ustar { struct
52 * Define structure of POSIX 'ustar' tar header.
157 * Set output format to 'ustar' format.
163 struct ustar *ustar; local
175 ustar = (struct ustar *)malloc(sizeof(*ustar));
176 if (ustar == NULL) {
177 archive_set_error(&a->archive, ENOMEM, "Can't allocate ustar dat
200 struct ustar *ustar; local
536 struct ustar *ustar; local
547 struct ustar *ustar; local
576 struct ustar *ustar; local
[all...]
/freebsd-9.3-release/release/scripts/
H A Dtar.sh116 cpio -o -H ustar $verbose $device --block-size="$blocksize"

Completed in 71 milliseconds