Searched refs:gunzip (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/lib/ |
D | decompress.c | 23 # define gunzip NULL macro 48 { {0x1f, 0x8b}, "gzip", gunzip }, 49 { {0x1f, 0x9e}, "gzip", gunzip },
|
D | decompress_inflate.c | 187 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
|
D | inflate.c | 1194 static int INIT gunzip(void) in gunzip() function
|
/Linux-v4.19/include/linux/decompress/ |
D | inflate.h | 5 int gunzip(unsigned char *inbuf, long len,
|
/Linux-v4.19/scripts/ |
D | extract-vmlinux | 55 try_decompress '\037\213\010' xy gunzip
|
D | extract-ikconfig | 59 try_decompress '\037\213\010' xy gunzip
|
/Linux-v4.19/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 190 .extern gunzip 191 movi a4, gunzip
|
/Linux-v4.19/arch/xtensa/boot/lib/ |
D | zmem.c | 35 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
/Linux-v4.19/arch/alpha/boot/ |
D | misc.c | 171 gunzip(); in decompress_kernel()
|
/Linux-v4.19/arch/nios2/boot/compressed/ |
D | misc.c | 185 gunzip(); in decompress_kernel()
|
/Linux-v4.19/Documentation/process/ |
D | applying-patches.rst | 96 gunzip or xz on the file -- like this:: 98 gunzip patch-x.y.z.gz
|