aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/bbunzip.c12
-rw-r--r--archival/bzip2.c2
-rw-r--r--archival/cpio.c2
-rw-r--r--archival/dpkg.c2
-rw-r--r--archival/dpkg_deb.c2
-rw-r--r--archival/gzip.c2
-rw-r--r--archival/libarchive/lzo1x_9x.c2
-rw-r--r--archival/lzop.c2
-rw-r--r--archival/rpm.c4
-rw-r--r--archival/tar.c2
-rw-r--r--archival/unzip.c2
11 files changed, 17 insertions, 17 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index 2d810d131..bf99656e2 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -301,7 +301,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
301//usage: "Decompress to stdout" 301//usage: "Decompress to stdout"
302 302
303//config:config GUNZIP 303//config:config GUNZIP
304//config: bool "gunzip (12 kb)" 304//config: bool "gunzip (11 kb)"
305//config: default y 305//config: default y
306//config: select FEATURE_GZIP_DECOMPRESS 306//config: select FEATURE_GZIP_DECOMPRESS
307//config: help 307//config: help
@@ -310,7 +310,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
310//config: an archive, without decompressing it. 310//config: an archive, without decompressing it.
311//config: 311//config:
312//config:config ZCAT 312//config:config ZCAT
313//config: bool "zcat (25 kb)" 313//config: bool "zcat (24 kb)"
314//config: default y 314//config: default y
315//config: select FEATURE_GZIP_DECOMPRESS 315//config: select FEATURE_GZIP_DECOMPRESS
316//config: help 316//config: help
@@ -415,7 +415,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
415//usage: "Decompress to stdout" 415//usage: "Decompress to stdout"
416 416
417//config:config BUNZIP2 417//config:config BUNZIP2
418//config: bool "bunzip2 (8.8 kb)" 418//config: bool "bunzip2 (8.7 kb)"
419//config: default y 419//config: default y
420//config: select FEATURE_BZIP2_DECOMPRESS 420//config: select FEATURE_BZIP2_DECOMPRESS
421//config: help 421//config: help
@@ -429,7 +429,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
429//config: should probably say N here. 429//config: should probably say N here.
430//config: 430//config:
431//config:config BZCAT 431//config:config BZCAT
432//config: bool "bzcat (8.8 kb)" 432//config: bool "bzcat (8.7 kb)"
433//config: default y 433//config: default y
434//config: select FEATURE_BZIP2_DECOMPRESS 434//config: select FEATURE_BZIP2_DECOMPRESS
435//config: help 435//config: help
@@ -483,7 +483,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
483//usage: "Decompress to stdout" 483//usage: "Decompress to stdout"
484 484
485//config:config UNLZMA 485//config:config UNLZMA
486//config: bool "unlzma (8.6 kb)" 486//config: bool "unlzma (7.5 kb)"
487//config: default y 487//config: default y
488//config: help 488//config: help
489//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain 489//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -492,7 +492,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
492//config: compressors. 492//config: compressors.
493//config: 493//config:
494//config:config LZCAT 494//config:config LZCAT
495//config: bool "lzcat (8.5 kb)" 495//config: bool "lzcat (7.5 kb)"
496//config: default y 496//config: default y
497//config: help 497//config: help
498//config: Alias to "unlzma -c". 498//config: Alias to "unlzma -c".
diff --git a/archival/bzip2.c b/archival/bzip2.c
index 357891ca3..38cc0219a 100644
--- a/archival/bzip2.c
+++ b/archival/bzip2.c
@@ -7,7 +7,7 @@
7 * about bzip2 library code. 7 * about bzip2 library code.
8 */ 8 */
9//config:config BZIP2 9//config:config BZIP2
10//config: bool "bzip2 (18 kb)" 10//config: bool "bzip2 (16 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: bzip2 is a compression utility using the Burrows-Wheeler block 13//config: bzip2 is a compression utility using the Burrows-Wheeler block
diff --git a/archival/cpio.c b/archival/cpio.c
index 9cacf9de6..0f37ffbb9 100644
--- a/archival/cpio.c
+++ b/archival/cpio.c
@@ -11,7 +11,7 @@
11 * Only supports new ASCII and CRC formats 11 * Only supports new ASCII and CRC formats
12 */ 12 */
13//config:config CPIO 13//config:config CPIO
14//config: bool "cpio (14 kb)" 14//config: bool "cpio (15 kb)"
15//config: default y 15//config: default y
16//config: help 16//config: help
17//config: cpio is an archival utility program used to create, modify, and 17//config: cpio is an archival utility program used to create, modify, and
diff --git a/archival/dpkg.c b/archival/dpkg.c
index 58bc4dba3..ddb5daf09 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -26,7 +26,7 @@
26 * - (unknown, please let me know when you find any) 26 * - (unknown, please let me know when you find any)
27 */ 27 */
28//config:config DPKG 28//config:config DPKG
29//config: bool "dpkg (44 kb)" 29//config: bool "dpkg (43 kb)"
30//config: default y 30//config: default y
31//config: select FEATURE_SEAMLESS_GZ 31//config: select FEATURE_SEAMLESS_GZ
32//config: help 32//config: help
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c
index dc4738d28..c2c4cbbcc 100644
--- a/archival/dpkg_deb.c
+++ b/archival/dpkg_deb.c
@@ -5,7 +5,7 @@
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 5 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
6 */ 6 */
7//config:config DPKG_DEB 7//config:config DPKG_DEB
8//config: bool "dpkg_deb" 8//config: bool "dpkg-deb (30 kb)"
9//config: default y 9//config: default y
10//config: select FEATURE_SEAMLESS_GZ 10//config: select FEATURE_SEAMLESS_GZ
11//config: help 11//config: help
diff --git a/archival/gzip.c b/archival/gzip.c
index 74d5d685f..12c1df242 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -22,7 +22,7 @@ gzip: bogus: No such file or directory
22aa: 85.1% -- replaced with aa.gz 22aa: 85.1% -- replaced with aa.gz
23*/ 23*/
24//config:config GZIP 24//config:config GZIP
25//config: bool "gzip (19 kb)" 25//config: bool "gzip (17 kb)"
26//config: default y 26//config: default y
27//config: help 27//config: help
28//config: gzip is used to compress files. 28//config: gzip is used to compress files.
diff --git a/archival/libarchive/lzo1x_9x.c b/archival/libarchive/lzo1x_9x.c
index 09ee4ba5c..df26b375f 100644
--- a/archival/libarchive/lzo1x_9x.c
+++ b/archival/libarchive/lzo1x_9x.c
@@ -487,7 +487,7 @@ static int find_match(lzo1x_999_t *c, lzo_swd_p s,
487} 487}
488 488
489/* this is a public functions, but there is no prototype in a header file */ 489/* this is a public functions, but there is no prototype in a header file */
490static int lzo1x_999_compress_internal(const uint8_t *in , unsigned in_len, 490static int lzo1x_999_compress_internal(const uint8_t *in, unsigned in_len,
491 uint8_t *out, unsigned *out_len, 491 uint8_t *out, unsigned *out_len,
492 void *wrkmem, 492 void *wrkmem,
493 unsigned good_length, 493 unsigned good_length,
diff --git a/archival/lzop.c b/archival/lzop.c
index 8f604254c..585632c4e 100644
--- a/archival/lzop.c
+++ b/archival/lzop.c
@@ -25,7 +25,7 @@
25 "Minimalized" for busybox by Alain Knaff 25 "Minimalized" for busybox by Alain Knaff
26*/ 26*/
27//config:config LZOP 27//config:config LZOP
28//config: bool "lzop (13 kb)" 28//config: bool "lzop (12 kb)"
29//config: default y 29//config: default y
30//config: help 30//config: help
31//config: Lzop compression/decompresion. 31//config: Lzop compression/decompresion.
diff --git a/archival/rpm.c b/archival/rpm.c
index 700f90979..3dd4d4777 100644
--- a/archival/rpm.c
+++ b/archival/rpm.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config RPM 9//config:config RPM
10//config: bool "rpm (33 kb)" 10//config: bool "rpm (32 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: Mini RPM applet - queries and extracts RPM packages. 13//config: Mini RPM applet - queries and extracts RPM packages.
@@ -508,7 +508,7 @@ int rpm_main(int argc, char **argv)
508 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 508 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
509 */ 509 */
510//config:config RPM2CPIO 510//config:config RPM2CPIO
511//config: bool "rpm2cpio (20 kb)" 511//config: bool "rpm2cpio (21 kb)"
512//config: default y 512//config: default y
513//config: help 513//config: help
514//config: Converts a RPM file into a CPIO archive. 514//config: Converts a RPM file into a CPIO archive.
diff --git a/archival/tar.c b/archival/tar.c
index 7dd89a282..b9ae93004 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -23,7 +23,7 @@
23 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 23 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
24 */ 24 */
25//config:config TAR 25//config:config TAR
26//config: bool "tar (40 kb)" 26//config: bool "tar (39 kb)"
27//config: default y 27//config: default y
28//config: help 28//config: help
29//config: tar is an archiving program. It's commonly used with gzip to 29//config: tar is an archiving program. It's commonly used with gzip to
diff --git a/archival/unzip.c b/archival/unzip.c
index 473cbe2ec..6328f4bab 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -17,7 +17,7 @@
17 * Zip64 + other methods 17 * Zip64 + other methods
18 */ 18 */
19//config:config UNZIP 19//config:config UNZIP
20//config: bool "unzip (24 kb)" 20//config: bool "unzip (26 kb)"
21//config: default y 21//config: default y
22//config: help 22//config: help
23//config: unzip will list or extract files from a ZIP archive, 23//config: unzip will list or extract files from a ZIP archive,