busybox/coreutils
Denys Vlasenko 31f45c1b36 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
function                                             old     new   delta
fflush_stdout_and_exit_SUCCESS                         -       7      +7
xxd_main                                             890     888      -2
vlock_main                                           353     351      -2
uuencode_main                                        318     316      -2
uniq_main                                            427     425      -2
uname_main                                           250     248      -2
sort_main                                            853     851      -2
shuf_main                                            500     498      -2
route_main                                           238     236      -2
readlink_main                                        113     111      -2
nice_main                                            156     154      -2
last_main                                            957     955      -2
ipcs_main                                            960     958      -2
env_main                                             209     207      -2
chrt_main                                            464     462      -2
cal_main                                             921     919      -2
baseNUM_main                                         650     648      -2
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/16 up/down: 7/-32)            Total: -25 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2022-01-04 23:31:58 +01:00
..
libcoreutils
basename.c basename: implement -a and -s SUFFIX 2021-09-09 23:45:13 +02:00
cat.c
chgrp.c
chmod.c libbb: eliminate a static data array in bb_mode_string() 2021-09-17 01:18:31 +02:00
chown.c
chroot.c
cksum.c
comm.c
Config.src config system: move some options closer to relevalnt tool subdirectories 2021-10-12 13:23:29 +02:00
cp.c cp: fix build failure with long options disabled 2021-08-15 18:26:56 +02:00
cut.c cut: add toybox-compatible options -O OUTSEP, -D, -F LIST 2021-07-20 16:29:22 +02:00
date.c date,touch: allow timezone offsets in dates 2021-09-17 00:11:30 +02:00
dd.c dd: tweak --help 2021-08-15 23:05:30 +02:00
df.c config system: move some options closer to relevalnt tool subdirectories 2021-10-12 13:23:29 +02:00
dirname.c
dos2unix.c
du.c
echo.c echo: add FIXME comment 2021-12-29 07:26:23 +01:00
env.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
expand.c
expr.c
factor.c
false.c
fold.c
head.c
hostid.c
id_test.sh
id.c
install.c
Kbuild.src
link.c
ln.c
logname.c
ls.c libbb: clarify what bb_mode_string() generates 2021-09-17 17:10:38 +02:00
md5_sha1_sum.c md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k 2022-01-04 00:51:04 +01:00
mkdir.c
mkfifo.c
mknod.c
mktemp.c mktemp: add --tmpdir option 2021-10-08 21:02:56 +02:00
mv.c cp,mv: fix -t DIR option 2021-06-25 00:23:29 +02:00
nice.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
nl.c nl: ensure '-b n' option displays file content 2021-02-02 17:37:41 +01:00
nohup.c
nproc.c nproc: code shrink 2021-06-24 13:47:49 +02:00
od_bloaty.c
od.c
paste.c
printenv.c
printf.c printf: allow 0 as a flag and allow multiple flags 2021-12-17 21:13:26 +01:00
pwd.c
readlink.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
realpath.c
rm.c
rmdir.c
seq.c
shred.c
shuf.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
sleep.c
sort.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
split.c
stat.c libbb: eliminate a static data array in bb_mode_string() 2021-09-17 01:18:31 +02:00
stty.c
sum.c
sync.c
tac.c
tail.c
tee.c
test_ptr_hack.c
test.c Make const ptr assign as function call in clang 2021-10-09 22:30:45 +02:00
timeout.c timeout: add support for "timeout -k KILL_SECS" 2021-12-17 23:11:17 +01:00
touch.c date,touch: allow timezone offsets in dates 2021-09-17 00:11:30 +02:00
tr.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
true.c
truncate.c
tty.c
uname.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
uniq.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
unlink.c
usleep.c
uudecode.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
uuencode.c libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) 2022-01-04 23:31:58 +01:00
wc.c
who.c
whoami.c
yes.c