/illumos-gate/usr/src/grub/grub-0.97/util/ |
H A D | grub-image.in | 62 if test ! -f $bootdir.tar.gz; then 69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir 76 tarsize=`zcat $bootdir.tar.gz | wc -c` 122 tar -zxvf $bootdir.tar.gz
|
H A D | mkbimage | 273 gz) decompress="gunzip -c";;
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | menu.lst | 17 kernel /boot/gnumach.gz root=hd0s1 18 module /boot/serverboot.gz 29 kernel /boot/loader.gz 34 kernel --type=netbsd /boot/knetbsd.gz
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | Makefile.in | 72 DIST_ARCHIVES = $(distdir).tar.gz 417 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 429 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 438 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 446 *.tar.gz*) \ 447 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ 452 *.shar.gz*) \ 453 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
H A D | MAINTENANCE | 25 5. Copy grub-VERSION.tar.gz, grub-VERSION-i386-pc.tar.gz and
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | read.c | 438 gzFile gz; in read_whole_file() local 480 if ((gz = gzdopen(fd, "rb")) == NULL) { in read_whole_file() 487 gz = NULL; in read_whole_file() 508 gzread(gz, fb->buf + (int)off, fb->sz - off) : in read_whole_file() 517 (void)gzerror(gz, &gzerrnum); in read_whole_file() 526 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 1820 char *result, *cp, *gz; in file_lookup() local 1837 (void) asprintf(&gz, "%s.gz", result); in file_lookup() 1838 if (gz != NULL) { in file_lookup() 1839 int res = stat(gz, &st); in file_lookup() 1840 free(gz); in file_lookup() 1862 char *gz; in file_search() local 1866 (void) asprintf(&gz, "%s.gz", name); in file_search() 1867 if (gz != NULL) { in file_search() 1868 int res = stat(gz, &sb); in file_search() 1869 free(gz); in file_search()
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | kw.h | 37 boolean_t kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz);
|
H A D | kw.c | 194 kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz) in kw_expand() argument 376 if (gz) { in kw_expand()
|
/illumos-gate/usr/src/grub/ |
H A D | Makefile | 21 SPLASH_IMAGE = splash.xpm.gz
|
H A D | menu.lst | 24 # splashimage /boot/grub/splash.xpm.gz
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 4404 block(fp, gz, buf) in block() argument 4406 gzFile gz; 4411 if (gz) 4412 r = gzread(gz, buf, sizeof(Header_t)) == sizeof(Header_t); 4421 skip(fp, gz, buf, n) in skip() argument 4423 gzFile gz; 4429 if (!block(fp, gz, buf)) 4705 gzFile gz; local 4889 gz = 0; 4890 else if (!(gz = gzfopen(stdin, FOPEN_READ))) [all …]
|
H A D | package.mk | 1099 suffix = gz 1356 *.gz) gzip < $exe > $(binary) ;; 1378 suffix = gz
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | README.ON | 16 up as a .tar.gz archive. The procedure for this is:
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | README.ON | 16 up as a .tar.gz archive. The procedure for this is:
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | README | 25 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | Makefile | 194 rm -rf /tmp/ecore.tar.gz 204 tar czvf /tmp/ecore.tar.gz -C /tmp ecore
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | README.ON | 38 up as a .tar.gz archive. The procedure for this is:
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | ppdmgr | 734 if [[ "${1%.gz}".gz = "${1}" ]] ; then 1437 GEXT=gz
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 601 const boolean_t gz = ifs->ifs_gz_controlled; in ipf_hook_protocol_notify() local 628 name = gz ? hook_viona_out_gz : hook_viona_out; in ipf_hook_protocol_notify() 629 hint = gz ? HH_AFTER : HH_BEFORE; in ipf_hook_protocol_notify() 630 hint_name = gz ? hook_viona_out : hook_viona_out_gz; in ipf_hook_protocol_notify() 635 name = gz ? hook_viona_in_gz : hook_viona_in; in ipf_hook_protocol_notify() 636 hint = gz ? HH_BEFORE : HH_AFTER; in ipf_hook_protocol_notify() 637 hint_name = gz ? hook_viona_in : hook_viona_in_gz; in ipf_hook_protocol_notify()
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | README | 11 the zoneinfo files is based on tzdata2010k.tar.gz.
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-boot-grub.p5m | 58 $(i386_ONLY)file path=boot/grub/splash.xpm.gz group=sys
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | package.mk | 1099 suffix = gz 1356 *.gz) gzip < $exe > $(binary) ;; 1378 suffix = gz
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 21 - Avoid undefined behaviors of memcpy() in gz*printf() 51 - Clarify gz* function interfaces, referring to parameter names 325 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF 572 - Replace use of errno in gz* with functions, support WinCE [Alves] 902 - Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta] 911 - Use internal off_t counters in gz* functions to properly handle seeks 1114 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan) 1141 - use "foo-gz" in example.c for RISCOS and VMS (Nick Smith) 1286 A C++ I/O streams interface to the zlib gz* functions 1290 A very simple tar.gz file extractor using zlib [all …]
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | main.mk | 445 rm -f lemon lempar.c parse.* sqlite*.tar.gz
|