Searched refs:isdigit (Results 1 – 11 of 11) sorted by relevance
5 static inline int isdigit(int ch) in isdigit() function12 if (isdigit(ch)) in isxdigit()
22 while (isdigit(**s)) in skip_atoi()158 if (isdigit(*fmt)) in vsprintf()174 if (isdigit(*fmt)) in vsprintf()
94 while (isdigit(*s)) in atou()134 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
43 val |= isdigit(str[i]) ? in get_mac_addr_from_cmdline()
84 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
820 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options()
698 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro716 (value = isdigit(*cp) ? *cp - '0' : toupper(*cp) - 'A' + 10) < base) { in prom_strtoul()
1372 if (isdigit(input_buf[0])) { in debug_input_flush_fn()
662 if (isalpha(buf[i]) || isdigit(buf[i]) || (buf[i] == ' ') || in reipl_generic_loadparm_store()
245 if(isdigit(*str)) { in parse_unit()
1967 else if (isdigit(str[0])) { in mcheck_enable()