taglinefilesource code
isdigit156init/main.cwhile (cur && isdigit(*cur) && i <= 10) {
isdigit32kernel/vsprintf.cwhile (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp)