Searched refs:gz (Results 1 - 25 of 346) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A DMakefile.am30 EXTRA_DIST += add-to-archive cvsuser.c archive.tar.gz
33 gettextsrc_DATA = archive.tar.gz
35 # The archive.tar.gz is not in the CVS. Alpha-testers must use the one from an
37 archive.tar.gz:
38 if test -f $(gettextsrcdir)/archive.tar.gz; then \
39 cp -p $(gettextsrcdir)/archive.tar.gz $@; \
41 echo "archive.tar.gz is not in the CVS. Please copy the archive.tar.gz from an already installed release to gettext-tools/misc/." 1>&2; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dundeb33 (ar -p $deb control.tar.gz | tar -xzO *control ; echo -e "\nPress enter to scroll, q to Quit!\n" ; ar -p $deb data.tar.gz | tar -tzv) | $pager
37 ar -p $deb control.tar.gz | tar -xzO *control
47 ar -p $deb data.tar.gz | tar -xzvpf - -C $3 || exit
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dminigzip.c45 # define GZ_SUFFIX "-gz"
49 # define GZ_SUFFIX "-gz"
127 # define GZ_SUFFIX ".gz"
142 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */
197 gzFile gz; local
200 gz = malloc(sizeof(struct gzFile_s));
201 if (gz == NULL)
203 gz->write = strchr(mode, 'w') != NULL;
204 gz->strm.zalloc = myalloc;
205 gz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/bootfloppy/
H A Dmksyslinux.sh23 if [ ! -f rootfs.gz ]; then
43 mcopy rootfs.gz a:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzappend.c266 file gz; local
269 gz.name = name;
270 gz.fd = open(name, O_RDWR, 0);
271 if (gz.fd == -1) bye("cannot open ", name);
272 gz.buf = malloc(CHUNK);
273 if (gz.buf == NULL) bye("out of memory", "");
274 gz.size = LGCHUNK;
275 gz.left = 0;
278 gzheader(&gz);
291 lastoff = lseek(gz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c264 file gz; local
267 gz.name = name;
268 gz.fd = open(name, O_RDWR, 0);
269 if (gz.fd == -1) bye("cannot open ", name);
270 gz.buf = malloc(CHUNK);
271 if (gz.buf == NULL) bye("out of memory", "");
272 gz.size = LGCHUNK;
273 gz.left = 0;
276 gzheader(&gz);
289 lastoff = lseek(gz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzappend.c264 file gz; local
267 gz.name = name;
268 gz.fd = open(name, O_RDWR, 0);
269 if (gz.fd == -1) bye("cannot open ", name);
270 gz.buf = malloc(CHUNK);
271 if (gz.buf == NULL) bye("out of memory", "");
272 gz.size = LGCHUNK;
273 gz.left = 0;
276 gzheader(&gz);
289 lastoff = lseek(gz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzappend.c264 file gz; local
267 gz.name = name;
268 gz.fd = open(name, O_RDWR, 0);
269 if (gz.fd == -1) bye("cannot open ", name);
270 gz.buf = malloc(CHUNK);
271 if (gz.buf == NULL) bye("out of memory", "");
272 gz.size = LGCHUNK;
273 gz.left = 0;
276 gzheader(&gz);
289 lastoff = lseek(gz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c49 # define GZ_SUFFIX "-gz"
53 # define GZ_SUFFIX "-gz"
131 # define GZ_SUFFIX ".gz"
146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */
201 gzFile gz; local
204 gz = malloc(sizeof(struct gzFile_s));
205 if (gz == NULL)
207 gz->write = strchr(mode, 'w') != NULL;
208 gz->strm.zalloc = myalloc;
209 gz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A DMakefile5 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
16 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
21 $(obj)/piggy.o: $(obj)/vmlinux.lds $(obj)/vmlinux.bin.gz FORCE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/scripts/
H A Duz67 for suffix in "" .gz .tgz .tar.gz .z .tar.z .taz .tpz .Z .tar.Z .tar.bz2; do
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/boot/
H A DMakefile12 targets := vmlinux.bin vmlinux.gz $(targets-y)
17 vmlinux.gz: $(obj)/vmlinux.gz $(addprefix $(obj)/,$(targets-y))
26 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A DMakefile24 cmd_image = cat $(obj)/decompress.bin $(obj)/piggy.gz > $@
26 targets := vmlinux piggy.gz decompress.o decompress.bin
34 $(obj)/vmlinux: $(obj)/piggy.gz $(obj)/decompress.bin FORCE
37 $(obj)/piggy.gz: $(obj)/../Image FORCE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/doc/
H A DMakefile.am32 DOXYGEN_TARBALLS += $(HTML_APIDOC_DIR).tar.gz
33 $(HTML_APIDOC_DIR).tar.gz: $(HTML_APIDOC_DIR).stamp
44 DOXYGEN_TARBALLS += $(HTML_APIDOC_INTERNALS_DIR).tar.gz
45 $(HTML_APIDOC_INTERNALS_DIR).tar.gz: $(HTML_APIDOC_INTERNALS_DIR).stamp
79 rm -f $(HTML_APIDOC_DIR).tar.gz $(HTML_APIDOC_INTERNALS_DIR).tar.gz
98 EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminim/decoder/
H A Dgather.sh9 rm minigzip.c example.c compress.c deflate.c gz*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminim/encoder/
H A Dgather.sh10 rm minigzip.c example.c gz*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/old/
H A DMakefile.riscos28 @/@.minigzip -d libc-gz
30 @/@.minigzip -d libc-gz
32 @/@.minigzip -d libc-gz
34 @/@.minigzip -d libc-gz
36 @/@.minigzip -d libc-gz
38 @/@.minigzip -d libc-gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/old/
H A DMakefile.riscos28 @/@.minigzip -d libc-gz
30 @/@.minigzip -d libc-gz
32 @/@.minigzip -d libc-gz
34 @/@.minigzip -d libc-gz
36 @/@.minigzip -d libc-gz
38 @/@.minigzip -d libc-gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/old/
H A DMakefile.riscos28 @/@.minigzip -d libc-gz
30 @/@.minigzip -d libc-gz
32 @/@.minigzip -d libc-gz
34 @/@.minigzip -d libc-gz
36 @/@.minigzip -d libc-gz
38 @/@.minigzip -d libc-gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/old/
H A DMakefile.riscos28 @/@.minigzip -d libc-gz
30 @/@.minigzip -d libc-gz
32 @/@.minigzip -d libc-gz
34 @/@.minigzip -d libc-gz
36 @/@.minigzip -d libc-gz
38 @/@.minigzip -d libc-gz
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/boot/compressed/
H A DMakefile7 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
30 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
36 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/
H A DMakefile24 suffix-$(CONFIG_KERNEL_GZIP) := gz
29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \
31 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
70 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
85 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/
H A Drpm.spec24 Source0: %{name}-%version.tar.gz
61 /usr/share/man/man2/kqueue.2.gz
62 /usr/share/man/man2/kevent.2.gz
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/
H A DMakefile92 zImage compressed: vmlinux.gz
94 vmlinux.gz: vmlinux
99 gzip -9c vmlinux.tmp >vmlinux.gz
102 gzip -9c vmlinux >vmlinux.gz
119 rm -f vmlinux.gz vmlinux.bz2
122 sh $(srctree)/arch/m68k/install.sh $(KERNELRELEASE) vmlinux.gz System.map "$(INSTALL_PATH)"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/boot/
H A DMakefile11 targets := vmImage vmImage.bin vmImage.bz2 vmImage.gz vmImage.lzma vmImage.lzo vmImage.xip
12 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.xip
27 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
51 $(obj)/vmImage.gz: $(obj)/vmlinux.bin.gz
64 suffix-$(CONFIG_KERNEL_GZIP) := gz

Completed in 269 milliseconds

1234567891011>>