Searched refs:__isctype (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Dctype.h74 #define __isctype(c, type) \ macro
86 #define isalnum(c) __isctype((c), _ISalnum)
87 #define isalpha(c) __isctype((c), _ISalpha)
88 #define isblank(c) __isctype((c), _ISblank)
89 #define iscntrl(c) __isctype((c), _IScntrl)
90 #define isdigit(c) __isctype((c), _ISdigit)
91 #define islower(c) __isctype((c), _ISlower)
92 #define isgraph(c) __isctype((c), _ISgraph)
93 #define isprint(c) __isctype((c), _ISprint)
94 #define ispunct(c) __isctype((
[all...]
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h84 #define __isctype(c, type) \ macro
155 # define isalnum(c) __isctype((c), _ISalnum)
156 # define isalpha(c) __isctype((c), _ISalpha)
157 # define iscntrl(c) __isctype((c), _IScntrl)
158 # define isdigit(c) __isctype((c), _ISdigit)
159 # define islower(c) __isctype((c), _ISlower)
160 # define isgraph(c) __isctype((c), _ISgraph)
161 # define isprint(c) __isctype((c), _ISprint)
162 # define ispunct(c) __isctype((c), _ISpunct)
163 # define isspace(c) __isctype((
[all...]
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp36 return __isctype(wc, charClass);
H A Dwctype_l.cpp32 return __isctype(wc, charClass);

Completed in 80 milliseconds