Home
last modified time | relevance | path

Searched refs:__ct_rune_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/include/
H A D_ctype.h73 __ct_rune_t ___tolower(__ct_rune_t) __pure;
74 __ct_rune_t ___toupper(__ct_rune_t) __pure;
130 static __inline __ct_rune_t
131 __toupper(__ct_rune_t _c) in __toupper()
137 static __inline __ct_rune_t
145 __tolower(__ct_rune_t _c) in __tolower()
159 __wcwidth(__ct_rune_t _c) in __wcwidth()
179 __ct_rune_t __toupper(__ct_rune_t);
180 __ct_rune_t __sbtoupper(__ct_rune_t);
181 __ct_rune_t __tolower(__ct_rune_t);
[all …]
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h49 unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
50 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
51 __ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
72 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
74 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
77 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l()
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l()
99 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
111 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbistype_l()
144 _XLOCALE_INLINE int __wcwidth_l(__ct_rune_t, locale_t);
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A D_types.h87 typedef int __ct_rune_t; /* arg type for ctype funcs */ typedef
88 typedef __ct_rune_t __rune_t; /* rune_t (see above) */
89 typedef __ct_rune_t __wint_t; /* wint_t (see above) */
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drunetype.h90 typedef int __ct_rune_t; /* arg type for ctype funcs */ typedef
92 typedef int __ct_rune_t; typedef
H A Drunetype.c41 __runetype(const _RuneLocale *rl, __ct_rune_t c) in __runetype()