taglinefilesource code
isxdigit26kernel/vsprintf.cif ((*cp == 'x') && isxdigit(cp[1])) {
isxdigit32kernel/vsprintf.cwhile (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp)