hush/util-linux
Denys Vlasenko 2ec91aead5 *: remove some uses of argc
function                                             old     new   delta
whoami_main                                           34      37      +3
logname_main                                          60      63      +3
hostid_main                                           35      38      +3
ttysize_main                                         136     135      -1
nmeter_main                                          673     672      -1
logger_main                                          387     386      -1
uuencode_main                                        330     328      -2
ifupdown_main                                       2125    2123      -2
mesg_main                                            158     155      -3
free_main                                            333     330      -3
cal_main                                             902     899      -3
acpid_main                                           443     440      -3
ar_main                                              196     189      -7
find_main                                            476     467      -9
ifconfig_main                                       1235    1221     -14
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/12 up/down: 9/-49)            Total: -40 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-01-04 14:15:38 +01:00
..
volume_id *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
acpid.c *: remove some uses of argc 2010-01-04 14:15:38 +01:00
blkid.c blkid: vda forgot to svn add it again. vda is stupid 2008-10-19 17:47:31 +00:00
Config.in lsusb: new applet. +400 bytes 2009-12-07 01:37:34 +01:00
dmesg.c dmesg: try to detect buffer size 2009-07-10 14:14:14 +02:00
fbset.c *: three more NOINLINEs 2009-10-08 14:54:18 +02:00
fdformat.c Fix forgotten license comments 2008-12-07 00:52:58 +00:00
fdisk_aix.c fdisk: add a warning and truncate disks with >= 2^32 sectors 2009-09-16 03:03:13 +02:00
fdisk_osf.c big endian warning fixes 2009-11-07 01:31:14 +01:00
fdisk_sgi.c fdisk: add a warning and truncate disks with >= 2^32 sectors 2009-09-16 03:03:13 +02:00
fdisk_sun.c fdisk: add a warning and truncate disks with >= 2^32 sectors 2009-09-16 03:03:13 +02:00
fdisk.c *: remove a few more cases of argc usage. -89 bytes. 2009-11-28 15:18:53 +01:00
findfs.c swaponoff: add uuid/label support. By Natanael Copa 2009-09-20 04:28:22 +02:00
freeramdisk.c *: remove a few more cases of argc usage. -89 bytes. 2009-11-28 15:18:53 +01:00
fsck_minix.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
getopt.c getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS 2009-06-19 12:10:38 +02:00
hexdump.c more C standard compat fixes from Dan Fandrich 2009-09-06 12:47:55 +02:00
hwclock.c more C standard compat fixes from Dan Fandrich 2009-09-06 12:47:55 +02:00
ipcrm.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
ipcs.c *: a few more NOINLINEs 2009-10-08 14:35:37 +02:00
Kbuild lsusb: new applet. +400 bytes 2009-12-07 01:37:34 +01:00
losetup.c - commentary typo fix 2008-07-21 15:29:36 +00:00
lspci.c lspci: new applet. +573 bytes 2009-12-05 17:56:25 +01:00
lsusb.c lsusb: new applet. +400 bytes 2009-12-07 01:37:34 +01:00
mdev.c mdev: print line# in error messages 2009-11-07 03:33:05 +01:00
minix.h *: more portability fixes by Dan Fandrich 2009-09-23 23:15:43 +02:00
mkfs_ext2_test.sh mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) 2009-10-22 12:12:17 +02:00
mkfs_ext2.c mkfs_ext2: fix compile error 2009-10-24 17:20:29 +02:00
mkfs_ext2.txt mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) 2009-10-22 12:12:17 +02:00
mkfs_minix.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
mkfs_reiser.c mkfs.reiser: new applet. needs much polishing 2009-11-02 10:49:02 +01:00
mkfs_vfat.c big endian warning fixes 2009-11-07 01:31:14 +01:00
mkswap.c mkswap: add -L LABEL option. closes bug 689. 2009-11-03 05:51:20 +01:00
more.c wget: check for close success; fix chunked; do not bother to send QUIT to ftp 2009-12-11 12:36:10 +01:00
mount.c mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 2009-12-16 02:06:56 +01:00
pivot_root.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
rdate.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
rdev.c - add new applet rdev (Grant Erickson) 2008-08-19 11:28:52 +00:00
readprofile.c libbb: [x]fopen_for_{read,write} introduced and used. 2008-07-21 23:05:26 +00:00
rtcwake.c *: introduce and use ffulsh_all() 2009-11-02 14:19:51 +01:00
script.c getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS 2009-06-19 12:10:38 +02:00
scriptreplay.c scriptreplay: show help text if run with no arguments 2009-07-19 23:11:45 +02:00
setarch.c setarch: do not try to use non-existent data in argv[] 2008-08-23 23:15:17 +00:00
swaponoff.c swaponoff: add uuid/label support. By Natanael Copa 2009-09-20 04:28:22 +02:00
switch_root.c switch_root: more clear error messages 2009-12-15 01:55:55 +01:00
tune2fs.c tune2fs: new applet by Vladimir. Only supports -L LABEL 2009-10-22 00:55:55 +02:00
umount.c move libc related stuff out of platform.h 2009-07-08 02:58:38 +02:00