*: optimize code size in strtoul calls
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 23 Sep 2009 15:17:53 +0000 (17:17 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 23 Sep 2009 15:17:53 +0000 (17:17 +0200)
commit1f27ab0d4bb65425496ff4ed0fbbd0f5bb32786f
treea7181ba3c498570257040c8663f125938ecad0a6
parent8d338173a4668740b1ab4a40d1d26cd25402e406
*: optimize code size in strtoul calls

function                                             old     new   delta
bb_parse_mode                                        433     431      -2
rtnl_rtntype_a2n                                     202     198      -4
ParseField                                           511     498     -13
bb_init_module_24                                   4730    4675     -55
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-74)             Total: -74 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/parse_mode.c
libpwdgrp/pwd_grp.c
miscutils/crond.c
modutils/modutils-24.c
networking/libiproute/rtm_map.c
networking/libiproute/utils.c
networking/tc.c
shell/ash.c