HomeSort by: relevance | last modified time | path
    Searched refs:ustar (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_ustar.c 47 struct ustar { struct
57 * Define structure of POSIX 'ustar' tar header.
163 * Set output format to 'ustar' format.
169 struct ustar *ustar; local
186 ustar = calloc(1, sizeof(*ustar));
187 if (ustar == NULL) {
189 "Can't allocate ustar data");
192 a->format_data = ustar;
209 struct ustar *ustar = (struct ustar *)a->format_data; local
239 struct ustar *ustar; local
725 struct ustar *ustar; local
736 struct ustar *ustar; local
749 struct ustar *ustar; local
    [all...]
  /src/tests/bin/pax/
t_pax.sh 39 pax -w -b 512 -x ustar -f file1.tar foo bar
43 pax -w -b 512 -x ustar -f file2.tar foo
45 pax -w -b 512 -x ustar -f file2.tar -a bar
72 atf_check pax -w -x ustar -f baz.tar baz
104 atf_check pax -w -x ustar -f baz.tar baz
119 atf_check pax -w -x ustar -f baz.tar baz
135 atf_check sh -c '{ cd foo/bar && pax -w -x ustar .; } >bar.tar'
  /src/distrib/vax/floppy/
Makefile 34 ${TOOL_PAX} ${PAX_TIMESTAMP} -O -w -x ustar -M | \
  /src/tests/usr.bin/cpio/
Makefile 95 test_gcpio_compat_ref.ustar.uu \
99 test_gcpio_compat_ref_nosym.ustar.uu \

Completed in 16 milliseconds