tag
line
file
source code
isxdigit
26
kernel/vsprintf.c
if ((*cp == 'x') && isxdigit(cp[1])) {
isxdigit
32
kernel/vsprintf.c
while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp)