shadow/libmisc
Alejandro Colomar 8f134c0bea Use isdigit(3) instead of a reimplementation of it
C89 defined isdigit as a function that tests for any decimal-digit
character, defining the decimal digits as 0 1 2 3 4 5 6 7 8 9.

I don't own a copy of C89 to check, but check in C17:

7.4.1.5
5.2.1

More specifically:

> In both the source and execution basic character sets, the value
> of each character after 0 in the above list of decimal digits
> shall be one greater than the value of the previous.

And since in ascii(7), the character after '9' is ':', it's highly
unlikely that any implementation will ever accept any
_decimal digit_ other than 0..9.

POSIX simply defers to the ISO C standard.

This is exactly what we wanted from ISDIGIT(c), so just use it.
Non-standard implementations might have been slower or considered
other characters as digits in the past, but let's assume
implementations available today conform to ISO C89.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
2021-12-29 02:41:09 +01:00
..
.indent.pro
addgrps.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
age.c
audit_help.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
basename.c
btrfs.c silence compiler warnings 2020-01-12 07:31:26 -06:00
chkname.c chkname.c, pwck.c, useradd.c, usermod.c, newusers.c: Allow names that do not conform to standards 2019-10-04 18:40:41 -05:00
chkname.h
chowndir.c
chowntty.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
cleanup_group.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
cleanup_user.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
cleanup.c
console.c Fix some issues found in Coverity scan. 2018-10-10 12:22:04 +02:00
copydir.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
date_to_str.c Have a single definition of date_to_str() 2021-12-26 18:55:39 +01:00
entry.c
env.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
failure.c Remove HAVE_STRFTIME ifdefs 2021-12-27 20:50:13 +01:00
failure.h spelling: cumulative 2017-10-22 18:33:13 +00:00
find_new_gid.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
find_new_sub_gids.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
find_new_sub_uids.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
find_new_uid.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
getdate.h
getdate.y Use isdigit(3) instead of a reimplementation of it 2021-12-29 02:41:09 +01:00
getgr_nam_gid.c
getrange.c * libmisc/get_gid.c, libmisc/get_uid.c, libmisc/Makefile.am, 2009-03-08 20:26:56 +00:00
gettime.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
hushed.c Handle malformed lines in hushlogins file. 2021-10-29 19:50:38 +02:00
idmapping.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
idmapping.h subids: support nsswitch 2021-04-16 21:02:37 -05:00
isexpired.c
limits.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
list.c libmisc: don't free members variable 2021-07-14 12:13:25 +02:00
log.c fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
loginprompt.c fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
mail.c
Makefile.am Have a single definition of date_to_str() 2021-12-26 18:55:39 +01:00
motd.c fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
myname.c Fix covscan RESOURCE_LEAK 2021-06-24 09:18:35 +02:00
obscure.c Add yescrypt support 2021-02-01 22:11:10 +01:00
pam_pass_non_interactive.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
pam_pass.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
prefix_flag.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
pwd2spwd.c Make the sp_lstchg shadow field reproducible (re. #71) 2019-03-31 16:00:01 +01:00
pwd_init.c
pwdcheck.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
remove_tree.c
rlogin.c
root_flag.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
salt.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
setugid.c
setupenv.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
shell.c
strtoday.c spelling: cumulative 2017-10-22 18:33:13 +00:00
sub.c
sulog.c
ttytype.c
tz.c
ulimit.c
user_busy.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
utmp.c Fix covscan BUFFER_SIZE 2021-06-16 09:50:53 +02:00
valid.c crypt() in glibc/eglibc 2.17 now fails if passed 2013-07-28 18:41:11 +02:00
xgetgrgid.c
xgetgrnam.c
xgetpwnam.c
xgetpwuid.c
xgetspnam.c
xgetXXbyYY.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
xmalloc.c Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
yesno.c