| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | gunzip.su | |
| H A D | .gunzip.o.cmd | |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | gunzip.su | |
| H A D | .gunzip.o.cmd | |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gzip/ |
| H A D | gzip.inc | 17 mv ${D}${bindir}/gunzip ${D}${base_bindir}/gunzip 27 ALTERNATIVE:${PN} = "gunzip gzip zcat" 28 ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress.c | 24 # define gunzip NULL macro 52 { {0x1f, 0x8b}, "gzip", gunzip }, 53 { {0x1f, 0x9e}, "gzip", gunzip },
|
| H A D | decompress_inflate.c | 200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pigz/ |
| H A D | pigz_2.7.bb | 36 ln -nsf gzip ${D}${bindir}/gunzip 41 ALTERNATIVE:${PN} = "gunzip gzip zcat" 43 ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/ |
| H 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
|
| /OK3568_Linux_fs/kernel/include/linux/decompress/ |
| H A D | inflate.h | 5 int gunzip(unsigned char *inbuf, long len,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | license.c | 25 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_license()
|
| H A D | config.c | 24 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_config()
|
| H A D | unzip.c | 28 if (gunzip((void *) dst, dst_len, (void *) src, &src_len) != 0) in do_unzip()
|
| H A D | ximg.c | 214 if (gunzip((void *) dest, unc_len, in do_imgextract()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/ |
| H A D | bootstrap.S | 190 .extern gunzip 191 movi a4, gunzip
|
| /OK3568_Linux_fs/buildroot/package/gzip/ |
| H A D | Config.in | 7 gunzip, gzcat, etc...
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | extract-vmlinux | 52 try_decompress '\037\213\010' xy gunzip
|
| H A D | extract-ikconfig | 59 try_decompress '\037\213\010' xy gunzip
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 35 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/ |
| H A D | misc.c | 171 gunzip(); in decompress_kernel()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/ |
| H A D | kexec_common_lib.sh | 155 cat $proc_config | gunzip > $IKCONFIG 2>/dev/null
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/ |
| H A D | misc.c | 172 gunzip(); in decompress_kernel()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | rk_meta.c | 36 ret = gunzip((void *)&dst, ALIGN(len, FIT_MAX_SPL_IMAGE_SZ), in rk_meta_iq_decom()
|