Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h17 int _EXFUN(isupper, (int __c));
44 #define isupper(c) ((__ctype_ptr)[(unsigned)(c)]&_U) macro
62 __extension__ ({ int __x = (c); isupper(__x) ? (__x - 'A' + 'a') : __x;})
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h111 __exctype (isupper);
182 # define isupper(c) __isctype((c), _ISupper) macro