Searched refs:zip (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_OS2.pm45 $(NOECHO) $(TEST_F) tmp.zip && $(RM_F) tmp.zip; $(ZIP) -ll -mr tmp.zip $(DISTVNAME) && unzip -o tmp.zip && $(RM_F) tmp.zip
H A DMM_Unix.pm638 ZIP zip command to use zip
677 $self->{ZIP} ||= 'zip';
853 zipdist : $(DISTVNAME).zip
886 The name of this target is the name of the zip file generated by
888 a zip file.
896 $(DISTVNAME).zip : distdir
898 $(ZIP) $(ZIPFLAGS) $(DISTVNAME).zip $(DISTVNAME)
H A DMM_VMS.pm1372 Syntax for invoking shar, tar and zip differs from that for Unix.
1380 $(DISTVNAME).zip : distdir
/osnet-11/usr/src/tools/onbld/Scm/
H A DVersion.py112 for real, req in zip(hgver, desired):
H A DWorkSpace.py564 return dict(zip(states, chngs))
/osnet-11/usr/src/lib/libc/port/sys/
H A Dzone.c136 zone_get_id(const char *str, zoneid_t *zip) argument
173 return (real_zone_get_id(str, zip));
180 *zip = zoneid;
186 *zip = zoneid;
/osnet-11/usr/src/cmd/hal/fdi/
H A DMakefile39 information/10freedesktop/10-usb-zip-drives.fdi \
/osnet-11/usr/src/cmd/perl/5.8.4/i386/
H A Dconfig.sh1013 zip='zip'
/osnet-11/usr/src/cmd/perl/5.8.4/sparc/
H A Dconfig.sh1012 zip='zip'
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm1104 zip='zip'
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm1104 zip='zip'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2320 zip |
3922 } elsif ( $local_file =~ /\.zip(?!\n)\Z/i ) {
4060 $self->{archived} = "zip";
4173 my($sans,$suffix) = $dist =~ /(.+)\.(tgz|tar[\._-]gz|tar\.Z|zip)$/;
4468 "Is neither a tar nor a zip archive.";
5882 my $zip = Archive::Zip->new();
5884 $status = $zip->read($file);
5887 my @members = $zip->members();
6712 come as compressed or gzipped tarfiles or as zip files and contain a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1752 L<http://www.unicode.org/Public/UCA/latest/CollationTest.zip>
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6921 * zone, sets *zip to the zone id and returns 0.
6923 * sets *zip to the zone id and returns 0.
6925 * sets *zip to ZONE_ID_UNDEFINED and returns 0.
6926 * - Otherwise, leaves *zip unchanged and returns -1.
6934 zone_get_id(const char *str, zoneid_t *zip) argument
6946 *zip = zoneid;
6952 *zip = zoneid;
6963 *zip = ZONE_ID_UNDEFINED;

Completed in 82 milliseconds