Searched refs:gunzip (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/lib/ |
D | decompress.c | 22 # define gunzip NULL macro 47 { {0x1f, 0x8b}, "gzip", gunzip }, 48 { {0x1f, 0x9e}, "gzip", gunzip },
|
D | decompress_inflate.c | 186 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
|
D | inflate.c | 1193 static int INIT gunzip(void) in gunzip() function
|
/linux-4.1.27/include/linux/decompress/ |
D | inflate.h | 4 int gunzip(unsigned char *inbuf, long len,
|
/linux-4.1.27/scripts/ |
D | extract-vmlinux | 55 try_decompress '\037\213\010' xy gunzip
|
D | extract-ikconfig | 59 try_decompress '\037\213\010' xy gunzip
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 188 .extern gunzip 189 movi a4, gunzip
|
/linux-4.1.27/arch/xtensa/boot/lib/ |
D | zmem.c | 34 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
/linux-4.1.27/arch/alpha/boot/ |
D | misc.c | 170 gunzip(); in decompress_kernel()
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | misc.c | 185 gunzip(); in decompress_kernel()
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | misc.c | 374 gunzip(); in decompress_kernel()
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 390 gunzip(); in decompress_kernel()
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 79 gunzip or bunzip2 on the file -- like this: 80 gunzip patch-x.y.z.gz
|