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

/linux-master/include/linux/decompress/
H A Dinflate.h5 int gunzip(unsigned char *inbuf, long len,
/linux-master/lib/
H A Ddecompress.c24 # define gunzip NULL macro
52 { {0x1f, 0x8b}, "gzip", gunzip },
53 { {0x1f, 0x9e}, "gzip", gunzip },
H A Ddecompress_inflate.c200 STATIC int INIT gunzip(unsigned char *buf, long len, function
H A Dinflate.c1194 static int INIT gunzip(void)
/linux-master/scripts/
H A Dextract-vmlinux52 try_decompress '\037\213\010' xy gunzip
H A Dextract-ikconfig59 try_decompress '\037\213\010' xy gunzip
/linux-master/arch/xtensa/boot/lib/
H A Dzmem.c7 void gunzip(void *dst, int dstlen, unsigned char *src, int *lenp);
36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) function
59 //puts("gunzip: ran out of data in header\n");
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c172 gunzip();
/linux-master/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh154 cat $proc_config | gunzip > $IKCONFIG 2>/dev/null
/linux-master/arch/alpha/boot/
H A Dmisc.c169 gunzip();
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S193 .extern gunzip
194 movi abi_tmp0, gunzip

Completed in 120 milliseconds