Searched refs:gunzip (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/lib/ |
D | decompress.c | 24 # define gunzip NULL macro 52 { {0x1f, 0x8b}, "gzip", gunzip }, 53 { {0x1f, 0x9e}, "gzip", gunzip },
|
D | decompress_inflate.c | 200 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-6.1.9/tools/testing/selftests/powerpc/nx-gzip/ |
D | README | 24 Uncompress the previous output. Output will have a .nx.gunzip suffix: 35 $ sha1sum gzip_vas.c.nx.gz.nx.gunzip gzip_vas.c 36 bf43e3c0c3651f5f22b6f9784cd9b1eeab4120b6 gzip_vas.c.nx.gz.nx.gunzip
|
/linux-6.1.9/include/linux/decompress/ |
D | inflate.h | 5 int gunzip(unsigned char *inbuf, long len,
|
/linux-6.1.9/scripts/ |
D | extract-vmlinux | 52 try_decompress '\037\213\010' xy gunzip
|
D | extract-ikconfig | 59 try_decompress '\037\213\010' xy gunzip
|
/linux-6.1.9/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 193 .extern gunzip 194 movi abi_tmp0, gunzip
|
/linux-6.1.9/arch/xtensa/boot/lib/ |
D | zmem.c | 35 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
/linux-6.1.9/tools/testing/selftests/kexec/ |
D | kexec_common_lib.sh | 154 cat $proc_config | gunzip > $IKCONFIG 2>/dev/null
|
/linux-6.1.9/arch/alpha/boot/ |
D | misc.c | 171 gunzip(); in decompress_kernel()
|
/linux-6.1.9/arch/nios2/boot/compressed/ |
D | misc.c | 172 gunzip(); in decompress_kernel()
|
/linux-6.1.9/Documentation/process/ |
D | applying-patches.rst | 96 gunzip or xz on the file -- like this:: 98 gunzip patch-x.y.z.gz
|