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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c75 __istype(wint_t c, unsigned int f) function
99 return (__istype(wc, class));
111 return (__istype((wint_t)wc, (unsigned int)class));
128 __istype(wc, mask)); \
190 return (wc == 0 ? 0 : iswascii(wc) ? 1 : __istype(wc, 0xffffffffU));
203 return (__istype(wc, _CTYPE_E));
/illumos-gate/usr/src/boot/include/
H A D_ctype.h112 __istype(__ct_rune_t _c, unsigned long _f) function
176 int __istype(__ct_rune_t, unsigned long);

Completed in 64 milliseconds