Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h11 int _EXFUN(isdigit, (int __c));
46 #define isdigit(c) ((__ctype_ptr)[(unsigned)(c)]&_N) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h105 __exctype (isdigit);
176 # define isdigit(c) __isctype((c), _ISdigit) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c545 if (!isdigit(ch)) in sym_string_valid()
550 if (!isdigit(ch)) in sym_string_valid()
H A Dconf.c317 else if (isdigit(line[0])) in conf_choice()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpnmtologo.c104 while (isdigit(c)) { in get_number()
H A Dunifdef.c853 } else if (isdigit((unsigned char)*cp)) { in eval_unary()