Searched defs:XLOCALE_ISCTYPE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h91 #define XLOCALE_ISCTYPE(fname, cat) \ macro
116 #define XLOCALE_ISCTYPE(__fname, __cat) \ macro
122 XLOCALE_ISCTYPE(alnum, _CTYPE_A|_CTYPE_D|_CTYPE_N)
123 XLOCALE_ISCTYPE(alpha, _CTYPE_A)
124 XLOCALE_ISCTYPE(blank, _CTYPE_B)
125 XLOCALE_ISCTYPE(cntrl, _CTYPE_C)
126 XLOCALE_ISCTYPE(digit, _CTYPE_D)
127 XLOCALE_ISCTYPE(graph, _CTYPE_G)
128 XLOCALE_ISCTYPE(hexnumber, _CTYPE_X)
129 XLOCALE_ISCTYPE(ideogra
140 #undef XLOCALE_ISCTYPE macro
[all...]

Completed in 44 milliseconds