Home
last modified time | relevance | path

Searched refs:__istype_l (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c63 __istype_l(locale_t loc, wint_t c, unsigned int f) in __istype_l() function
77 return (__istype_l(uselocale(NULL), c, f)); in __istype()
85 return (__istype_l(loc, wc, class)); in iswctype_l()
120 __istype_l(loc, wc, mask)); \
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h74 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() function
94 { return __istype_l(__c, cat, __l); }