Home | History | Annotate | Download | only in include

Lines Matching refs:__exctype

104 #define	__exctype(name)	extern int name (int) __THROW
112 __exctype (isalnum);
113 __exctype (isalpha);
114 __exctype (iscntrl);
115 __exctype (isdigit);
116 __exctype (islower);
117 __exctype (isgraph);
118 __exctype (isprint);
119 __exctype (ispunct);
120 __exctype (isspace);
121 __exctype (isupper);
122 __exctype (isxdigit);
138 __exctype (isblank);
160 __exctype (_toupper);
161 __exctype (_tolower);