Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h13 int _EXFUN(islower, (int __c));
45 #define islower(c) ((__ctype_ptr)[(unsigned)(c)]&_L) macro
60 __extension__ ({ int __x = (c); islower(__x) ? (__x - 'a' + 'A') : __x;})
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h106 __exctype (islower);
177 # define islower(c) __isctype((c), _ISlower) macro