Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 11 of 11) sorted by relevance

/arch/x86/boot/
Dctype.h5 static inline int isdigit(int ch) in isdigit() function
12 if (isdigit(ch)) in isxdigit()
Dprintf.c22 while (isdigit(**s)) in skip_atoi()
158 if (isdigit(*fmt)) in vsprintf()
174 if (isdigit(*fmt)) in vsprintf()
Dstring.c94 while (isdigit(*s)) in atou()
134 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/arch/c6x/kernel/
Dsoc.c43 val |= isdigit(str[i]) ? in get_mac_addr_from_cmdline()
/arch/s390/boot/
Dstring.c84 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/arch/x86/kernel/
Damd_gart_64.c820 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()
/arch/powerpc/kernel/
Dprom_init.c698 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
716 (value = isdigit(*cp) ? *cp - '0' : toupper(*cp) - 'A' + 10) < base) { in prom_strtoul()
/arch/s390/kernel/
Ddebug.c1372 if (isdigit(input_buf[0])) { in debug_input_flush_fn()
Dipl.c662 if (isalpha(buf[i]) || isdigit(buf[i]) || (buf[i] == ' ') || in reipl_generic_loadparm_store()
/arch/um/drivers/
Dubd_kern.c245 if(isdigit(*str)) { in parse_unit()
/arch/x86/kernel/cpu/mce/
Dcore.c1967 else if (isdigit(str[0])) { in mcheck_enable()