Home
last modified time | relevance | path

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

/ctype/
A Dctype.h93 is##type (int __c) __THROW \
122 extern int tolower (int __c) __THROW;
125 extern int toupper (int __c) __THROW;
142 extern int isascii (int __c) __THROW;
146 extern int toascii (int __c) __THROW;
162 int __c = (c); \
163 __res = __c < -128 || __c > 255 ? __c : (a)[__c]; \
207 __NTH (tolower (int __c)) in __isctype_f()
209 return __c >= -128 && __c < 256 ? (*__ctype_tolower_loc ())[__c] : __c; in __isctype_f()
213 __NTH (toupper (int __c)) in __NTH() argument
[all …]

Completed in 4 milliseconds