Searched refs:tarfile (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c108 struct tarfile struct
111 struct tarfile *tf_next;
126 struct tarfile *pkg_first;
127 struct tarfile *pkg_last;
139 struct tarfile *tf, *tfn;
193 static int get_mode(struct tarfile *);
196 static struct tarfile *scan_tarfile(struct package *, struct tarfile *);
201 struct tarfile *tf;
252 struct tarfile *t
[all...]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage25 tarfile=
214 tarfile="$1";
215 [ -z "$tarfile" ] && error missing_argument;;
230 [ ! "$tarfile" ] && error missing_argument;
231 [ ! -s "$tarfile" ] && error wrong_file;
270 suffix=`echo "$tarfile" | sed -n 's/^.*\.\([targbz2]\{2,3\}\)$/\1/p'`
285 file_size=`$decompress $tarfile | wc -c | tr -d ' '`
337 # cylinders of $cyl_size mandatory to put the files stocked in the $tarfile
363 $decompress $tarfile | tar -C ${image}1 $debug -xf -
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_tar_001_pos.ksh68 TARFILE=tarfile.$$.tar
H A Dzfs_acl_tar_002_pos.ksh72 TARFILE=tarfile.$$.tar
H A Dzfs_acl_chmod_aclmode_001_pos.ksh89 TARFILE=$TESTDIR/tarfile
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py74 import grp, os, pwd, shutil, tarfile, time, traceback namespace
113 class CdmTarFile(tarfile.TarFile):
118 tarfile.TarFile.__init__(self, *args, **kwargs)
174 t = tarfile.TarInfo(path or filectx.path())
196 t.type = tarfile.SYMTYPE
201 t.type = tarfile.REGTYPE
542 except (EnvironmentError, tarfile.TarError), e:
550 except (EnvironmentError, tarfile.TarError), e:
552 # tarfile.TarError doesn't include the tar member or file
555 if isinstance(e, tarfile
[all...]
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh42 # rcp the tarfile to the target and exit. If a target was specified
43 # using -t, rsh to the target machine and untar the tarfile in the
118 [ -L (library create: put tarfile in $INSTALL_LIB/env.karch) ]
343 typeset tarfile=$1
348 bzcat "$tarfile" | (cd "$ctop"; tar xf -)
734 # Make tarfile
738 echo "Creating tarfile $TARFILE"
745 # avoid including directories in the tarfile. On extraction, tar won't
749 tar cf $TARFILE -I files || fail "Couldn't create tarfile $TARFILE"
921 test -s $TARFILE || fail "Can't find tarfile
[all...]

Completed in 61 milliseconds