Home
last modified time | relevance | path

Searched refs:toascii (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h25 int _EXFUN(toascii, (int __c));
68 #define toascii(c) ((c)&0177) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h146 extern int toascii (int __c) __THROW;
210 # define toascii(c) __toascii (c) macro