tag
line
file
source code
isdigit
181
init/main.c
while (cur && isdigit(*cur) && i <= 10) {
isdigit
32
kernel/vsprintf.c
while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp)