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

/freebsd-12-stable/include/xlocale/
H A D_ctype.h93 #define XLOCALE_ISCTYPE(fname, cat) \ macro
118 #define XLOCALE_ISCTYPE(__fname, __cat) \ macro
124 XLOCALE_ISCTYPE(alnum, _CTYPE_A|_CTYPE_D|_CTYPE_N)
125 XLOCALE_ISCTYPE(alpha, _CTYPE_A)
126 XLOCALE_ISCTYPE(blank, _CTYPE_B)
127 XLOCALE_ISCTYPE(cntrl, _CTYPE_C)
128 XLOCALE_ISCTYPE(digit, _CTYPE_D)
129 XLOCALE_ISCTYPE(graph, _CTYPE_G)
130 XLOCALE_ISCTYPE(hexnumber, _CTYPE_X)
131 XLOCALE_ISCTYPE(ideogra
142 #undef XLOCALE_ISCTYPE macro
[all...]

Completed in 100 milliseconds