busybox/coreutils
Denys Vlasenko 17f8418ea7 Add conditional support for -v / --verbose
With FEATURE_VERBOSE off, practically no size change.
With it on:

function                                             old     new   delta
remove_file                                          493     556     +63
install_main                                         719     765     +46
bb_make_directory                                    383     419     +36
rmdir_main                                           162     191     +29
copy_file                                           1516    1544     +28
mv_main                                              502     525     +23
cmp_main                                             677     693     +16
bbconfig_config_bz2                                 5264    5279     +15
mkdir_main                                           158     168     +10
install_longopts                                      66      76     +10
rm_main                                              167     175      +8
nexpr                                                840     846      +6
scan_tree                                            275     280      +5
fsck_main                                           1807    1811      +4
ed_main                                             2541    2545      +4
expand_one_var                                      1574    1575      +1
swap_on_off_main                                     420     418      -2
parse_command                                       1443    1440      -3
redirect                                            1279    1274      -5
do_load                                              946     918     -28
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 16/4 up/down: 304/-38)          Total: 266 bytes

Based on the patch by Igor Živković.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2014-05-19 16:23:50 +02:00
..
libcoreutils
basename.c
cal.c Use unsigned printf/scanf conversion where more appropriate 2013-11-29 16:45:45 +01:00
cat.c
catv.c catv: suppress compiler warning 2014-02-03 03:27:53 +01:00
chgrp.c
chmod.c
chown.c chown: fix help text 2014-01-09 17:52:13 +01:00
chroot.c
cksum.c
comm.c
Config.src Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
cp.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
cut.c
date.c
dd.c dd: code shrink 2013-08-20 12:49:28 +02:00
df.c
dirname.c
dos2unix.c
du.c
echo.c
env.c
expand.c expand: use printable_string instead of hard-coding implementation 2013-12-16 03:38:24 +01:00
expr.c
false.c
fold.c
fsync.c
head.c Commonalize typical [b,]k,m suffix struct 2013-07-13 23:49:45 +02:00
hostid.c
id_test.sh
id.c
install.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
Kbuild.src
length.c.disabled
ln.c
logname.c
ls.c ls: make "ls -s DIR" show total too. Clases 4946 2014-02-27 15:40:26 +01:00
md5_sha1_sum.c foo*sum: Correct syntax error 2013-07-04 11:33:42 +02:00
mkdir.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
mkfifo.c
mknod.c
mv.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
nice.c
nohup.c
od_bloaty.c Commonalize typical [b,]k,m suffix struct 2013-07-13 23:49:45 +02:00
od.c
printenv.c
printf.c
pwd.c
readlink.c
realpath.c
rm.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
rmdir.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
seq.c
shuf.c shuf: trim help text 2014-03-07 14:41:53 +01:00
sleep.c
sort.c sort: check global flags on fallback sort 2014-01-19 09:10:14 +01:00
split.c Commonalize typical [b,]k,m suffix struct 2013-07-13 23:49:45 +02:00
stat.c
stty.c Refactor catv. Move visible() from stty to libbb. 2013-07-30 06:29:42 +02:00
sum.c Use unsigned printf/scanf conversion where more appropriate 2013-11-29 16:45:45 +01:00
sync.c
tac.c
tail.c tail: adjust help/usage texts 2014-01-10 16:26:15 +01:00
tee.c
test_ptr_hack.c
test.c
touch.c touch: add conditional support for -h 2013-09-11 11:58:33 +02:00
tr.c
true.c
tty.c
uname.c uname: fix up usage documentation 2014-01-31 00:28:42 -05:00
uniq.c
usleep.c
uudecode.c
uuencode.c
wc.c
who.c
whoami.c
yes.c