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

/osnet-11/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 -
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py60 import os, pwd, shutil, tarfile, time, traceback namespace
440 tar = tarfile.open(self.bu.backupfile('metadata.tar.gz'),
443 except (EnvironmentError, tarfile.TarError), e:
452 except (EnvironmentError, tarfile.TarError), e:
454 # tarfile.TarError doesn't include the tar member or file
457 if isinstance(e, tarfile.TarError):
492 tar = tarfile.open(self.bu.backupfile('metadata.tar.gz'))
494 except (EnvironmentError, tarfile.TarError), e:
501 except (EnvironmentError, tarfile.TarError), e:
503 if isinstance(e, tarfile
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dinstmodsh20 t <tarfile> - Create a tar archive of the module
H A DMM_Unix.pm784 foreach my $target (qw(dist tardist uutardist tarfile zipdist zipfile
908 Converts the tarfile into a uuencoded file
H A DMakeMaker.pm2303 otherwise. Next it runs C<tar> on that directory into a tarfile and
2313 Runs a tardist first and uuencodes the tarfile.

Completed in 46 milliseconds