Home
last modified time | relevance | path

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

/ctype/
A Dctype.c23 #define func(name, type) \ argument
24 int name (int c) { return __isctype (c, type); }
A Dctype_l.c23 #define func(name, type) \ argument
24 int __##name (int c, locale_t l) { return __isctype_l (c, type, l); } \
A Dctype.h88 # define __isctype(c, type) \ argument
89 ((*__ctype_b_loc ())[(int) (c)] & (unsigned short int) type)
91 # define __isctype_f(type) \ argument
93 is##type (int __c) __THROW \
95 return (*__ctype_b_loc ())[(int) (__c)] & (unsigned short int) _IS##type; \
241 # define __isctype_l(c, type, locale) \ argument
242 ((locale)->__ctype_b[(int) (c)] & (unsigned short int) type)

Completed in 5 milliseconds