Searched refs:bunzip2 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/lib/ |
D | decompress.c | 25 # define bunzip2 NULL macro 49 { {0x42, 0x5a}, "bzip2", bunzip2 },
|
D | decompress_bunzip2.c | 678 STATIC int INIT bunzip2(unsigned char *buf, long len, in bunzip2() function 753 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
|
/linux-4.4.14/include/linux/decompress/ |
D | bunzip2.h | 4 int bunzip2(unsigned char *inbuf, long len,
|
/linux-4.4.14/scripts/ |
D | extract-vmlinux | 57 try_decompress 'BZh' xy bunzip2
|
D | extract-ikconfig | 61 try_decompress 'BZh' xy bunzip2
|
/linux-4.4.14/Documentation/ |
D | applying-patches.txt | 79 gunzip or bunzip2 on the file -- like this: 81 bunzip2 patch-x.y.z.bz2
|