Home
last modified time | relevance | path

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

/arch/x86/boot/
Dctype.h5 static inline int isdigit(int ch) in isdigit() function
12 if (isdigit(ch)) in isxdigit()
Dstring.c63 while (isdigit(*s)) in atou()
103 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
Dprintf.c24 while (isdigit(**s)) in skip_atoi()
160 if (isdigit(*fmt)) in vsprintf()
176 if (isdigit(*fmt)) in vsprintf()
/arch/tile/lib/
Dcpumask.c31 if (!isdigit(*bp)) in bitmap_parselist_crop()
37 if (!isdigit(*bp)) in bitmap_parselist_crop()
/arch/c6x/kernel/
Dsoc.c46 val |= isdigit(str[i]) ? in get_mac_addr_from_cmdline()
/arch/x86/kernel/
Dreboot.c100 if (isdigit(*(str+1))) { in reboot_setup()
102 if (isdigit(*(str+2))) in reboot_setup()
Damd_gart_64.c869 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()
873 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()
/arch/mips/powertv/
Dpowertv_setup.c230 nibble = (isdigit(c) ? (c - '0') : in rfmac_param()
/arch/tile/kernel/
Dpci_gx.c549 if (str == NULL || !isdigit(*str)) in setup_pcie_rc_delay()
559 if (!isdigit(*str)) in setup_pcie_rc_delay()
570 if (!isdigit(*str)) in setup_pcie_rc_delay()
/arch/powerpc/kernel/
Dprom_init.c526 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
544 (value = isdigit(*cp) ? *cp - '0' : toupper(*cp) - 'A' + 10) < base) { in prom_strtoul()
/arch/um/drivers/
Dubd_kern.c246 if(isdigit(*str)) { in parse_unit()
/arch/s390/kernel/
Ddebug.c1386 if (isdigit(input_buf[0])) { in debug_input_flush_fn()
Dipl.c818 if (isalpha(buf[i]) || isdigit(buf[i]) || (buf[i] == ' ') || in reipl_generic_loadparm_store()
/arch/x86/kernel/cpu/mcheck/
Dmce.c1969 else if (isdigit(str[0])) { in mcheck_enable()