Searched refs:__ct_rune_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/include/ |
H A D | _ctype.h | 72 unsigned long ___runetype(__ct_rune_t) __pure; 73 __ct_rune_t ___tolower(__ct_rune_t) __pure; 74 __ct_rune_t ___toupper(__ct_rune_t) __pure; 98 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune() 105 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune() 112 __istype(__ct_rune_t _c, unsigned long _f) in __istype() 118 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype() 124 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype() 130 static __inline __ct_rune_t 131 __toupper(__ct_rune_t _c) in __toupper() [all …]
|
/illumos-gate/usr/src/boot/include/xlocale/ |
H A D | _ctype.h | 49 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() 97 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc); 99 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc); 102 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l() [all …]
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | _types.h | 87 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 D | runetype.h | 90 typedef int __ct_rune_t; /* arg type for ctype funcs */ typedef 92 typedef int __ct_rune_t; typedef
|
H A D | runetype.c | 41 __runetype(const _RuneLocale *rl, __ct_rune_t c) in __runetype()
|