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