Home
last modified time | relevance | path

Searched refs:__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) in __istype() function
99 return (__istype(wc, class)); in iswctype()
111 return (__istype((wint_t)wc, (unsigned int)class)); in _iswctype()
128 __istype(wc, mask)); \
190 return (wc == 0 ? 0 : iswascii(wc) ? 1 : __istype(wc, 0xffffffffU)); in DEFN_ISWTYPE()
203 return (__istype(wc, _CTYPE_E)); in isenglish()
/illumos-gate/usr/src/boot/include/
H A D_ctype.h112 __istype(__ct_rune_t _c, unsigned long _f) in __istype() function
176 int __istype(__ct_rune_t, unsigned long);