Symbol: __ct_rune_t
include/ctype.h
114
__maskrune(__ct_rune_t _c, unsigned long _f)
include/ctype.h
121
__sbmaskrune(__ct_rune_t _c, unsigned long _f)
include/ctype.h
128
__istype(__ct_rune_t _c, unsigned long _f)
include/ctype.h
134
__sbistype(__ct_rune_t _c, unsigned long _f)
include/ctype.h
140
__isctype(__ct_rune_t _c, unsigned long _f)
include/ctype.h
146
static __always_inline __ct_rune_t
include/ctype.h
147
__toupper(__ct_rune_t _c)
include/ctype.h
153
static __always_inline __ct_rune_t
include/ctype.h
154
__sbtoupper(__ct_rune_t _c)
include/ctype.h
160
static __always_inline __ct_rune_t
include/ctype.h
161
__tolower(__ct_rune_t _c)
include/ctype.h
167
static __always_inline __ct_rune_t
include/ctype.h
168
__sbtolower(__ct_rune_t _c)
include/ctype.h
175
__wcwidth(__ct_rune_t _c)
include/ctype.h
190
int __maskrune(__ct_rune_t, unsigned long);
include/ctype.h
191
int __sbmaskrune(__ct_rune_t, unsigned long);
include/ctype.h
192
int __istype(__ct_rune_t, unsigned long);
include/ctype.h
193
int __sbistype(__ct_rune_t, unsigned long);
include/ctype.h
194
int __isctype(__ct_rune_t, unsigned long);
include/ctype.h
195
__ct_rune_t __toupper(__ct_rune_t);
include/ctype.h
196
__ct_rune_t __sbtoupper(__ct_rune_t);
include/ctype.h
197
__ct_rune_t __tolower(__ct_rune_t);
include/ctype.h
198
__ct_rune_t __sbtolower(__ct_rune_t);
include/ctype.h
199
int __wcwidth(__ct_rune_t);
include/ctype.h
87
unsigned long ___runetype(__ct_rune_t) __pure;
include/ctype.h
88
__ct_rune_t ___tolower(__ct_rune_t) __pure;
include/ctype.h
89
__ct_rune_t ___toupper(__ct_rune_t) __pure;
include/runetype.h
51
typedef __ct_rune_t __rune_t; /* Internal runetype.h type */
include/xlocale/_ctype.h
102
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
111
__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
144
_XLOCALE_INLINE int __wcwidth_l(__ct_rune_t, locale_t);
include/xlocale/_ctype.h
162
__wcwidth_l(__ct_rune_t _c, locale_t __l)
include/xlocale/_ctype.h
49
unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
50
__ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
51
__ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
72
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
74
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
77
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
86
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
97
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
99
__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
lib/libc/locale/runetype.c
48
___runetype_l(__ct_rune_t c, locale_t locale)
lib/libc/locale/runetype.c
76
___runetype(__ct_rune_t c)
lib/libc/locale/tolower.c
47
__ct_rune_t
lib/libc/locale/tolower.c
48
___tolower_l(__ct_rune_t c, locale_t l)
lib/libc/locale/tolower.c
72
__ct_rune_t
lib/libc/locale/tolower.c
73
___tolower(__ct_rune_t c)
lib/libc/locale/toupper.c
47
__ct_rune_t
lib/libc/locale/toupper.c
48
___toupper_l(__ct_rune_t c, locale_t l)
lib/libc/locale/toupper.c
74
__ct_rune_t
lib/libc/locale/toupper.c
75
___toupper(__ct_rune_t c)