Searched refs:isdigit (Results 1 – 14 of 14) sorted by relevance
5 static inline int isdigit(int ch) in isdigit() function12 if (isdigit(ch)) in isxdigit()
63 while (isdigit(*s)) in atou()103 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
24 while (isdigit(**s)) in skip_atoi()160 if (isdigit(*fmt)) in vsprintf()176 if (isdigit(*fmt)) in vsprintf()
31 if (!isdigit(*bp)) in bitmap_parselist_crop()37 if (!isdigit(*bp)) in bitmap_parselist_crop()
46 val |= isdigit(str[i]) ? in get_mac_addr_from_cmdline()
100 if (isdigit(*(str+1))) { in reboot_setup()102 if (isdigit(*(str+2))) in reboot_setup()
869 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()873 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()
230 nibble = (isdigit(c) ? (c - '0') : in rfmac_param()
549 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()
526 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro544 (value = isdigit(*cp) ? *cp - '0' : toupper(*cp) - 'A' + 10) < base) { in prom_strtoul()
246 if(isdigit(*str)) { in parse_unit()
1386 if (isdigit(input_buf[0])) { in debug_input_flush_fn()
818 if (isalpha(buf[i]) || isdigit(buf[i]) || (buf[i] == ' ') || in reipl_generic_loadparm_store()
1969 else if (isdigit(str[0])) { in mcheck_enable()