Home
last modified time | relevance | path

Searched refs:isalnum (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h8 int _EXFUN(isalnum, (int __c));
50 #define isalnum(c) ((__ctype_ptr)[(unsigned)(c)]&(_U|_L|_N)) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c255 if (!(isalnum(*q) || *q == '_')) in parse_config_file()
342 do p--; while (!isalnum(*p)); in parse_dep_file()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h102 __exctype (isalnum);
173 # define isalnum(c) __isctype((c), _ISalnum) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddocproc.c220 while (isalnum(*p) || *p == '_') in find_export_symbols()
232 while (isalnum(*e) || *e == '_') in find_export_symbols()
H A Dunifdef.c235 #define endsym(c) (!isalnum((unsigned char)c) && c != '_')
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c91 while (isalnum(*src) || *src == '_') in conf_expand_value()
H A Dnconf.c1034 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()
H A Dsymbol.c872 while (isalnum(*src) || *src == '_') in sym_expand_string_value()