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

/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream_unittest.sh35 # Test compatibility between command line gzip/gunzip binaries and
40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
/external/iproute2/testsuite/
H A DMakefile8 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
/external/zlib/examples/
H A Dgun.c1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
48 Like gunzip and uncompress, the file attributes of the orignal compressed
52 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version
544 gunzip() returns 1 if there is an out-of-memory error or an unexpected
547 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function
691 ret = gunzip(&strm, *argv, outname, test);
696 ret = gunzip(&strm, NULL, NULL, test);
/external/grub/
H A DAndroid.mk77 stage2/gunzip.c \
H A Dconfigure870 --disable-gunzip disable decompression in Stage 2
5537 # Check whether --enable-gunzip or --disable-gunzip was given.
/external/qemu/
H A Dloader.c403 static ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src, function
428 puts ("Error: gunzip out of data in header\n");
521 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size);
/external/bison/
H A DMakefile539 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
545 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\

Completed in 147 milliseconds