Symbol: __ct_rune_t
include/_ctype.h
104
__sbmaskrune(__ct_rune_t _c, unsigned long _f)
include/_ctype.h
111
__istype(__ct_rune_t _c, unsigned long _f)
include/_ctype.h
117
__sbistype(__ct_rune_t _c, unsigned long _f)
include/_ctype.h
123
__isctype(__ct_rune_t _c, unsigned long _f)
include/_ctype.h
129
static __inline __ct_rune_t
include/_ctype.h
130
__toupper(__ct_rune_t _c)
include/_ctype.h
136
static __inline __ct_rune_t
include/_ctype.h
137
__sbtoupper(__ct_rune_t _c)
include/_ctype.h
143
static __inline __ct_rune_t
include/_ctype.h
144
__tolower(__ct_rune_t _c)
include/_ctype.h
150
static __inline __ct_rune_t
include/_ctype.h
151
__sbtolower(__ct_rune_t _c)
include/_ctype.h
158
__wcwidth(__ct_rune_t _c)
include/_ctype.h
173
int __maskrune(__ct_rune_t, unsigned long);
include/_ctype.h
174
int __sbmaskrune(__ct_rune_t, unsigned long);
include/_ctype.h
175
int __istype(__ct_rune_t, unsigned long);
include/_ctype.h
176
int __sbistype(__ct_rune_t, unsigned long);
include/_ctype.h
177
int __isctype(__ct_rune_t, unsigned long);
include/_ctype.h
178
__ct_rune_t __toupper(__ct_rune_t);
include/_ctype.h
179
__ct_rune_t __sbtoupper(__ct_rune_t);
include/_ctype.h
180
__ct_rune_t __tolower(__ct_rune_t);
include/_ctype.h
181
__ct_rune_t __sbtolower(__ct_rune_t);
include/_ctype.h
182
int __wcwidth(__ct_rune_t);
include/_ctype.h
71
unsigned long ___runetype(__ct_rune_t) __pure;
include/_ctype.h
72
__ct_rune_t ___tolower(__ct_rune_t) __pure;
include/_ctype.h
73
__ct_rune_t ___toupper(__ct_rune_t) __pure;
include/_ctype.h
97
__maskrune(__ct_rune_t _c, unsigned long _f)
include/xlocale/_ctype.h
101
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
110
__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
143
_XLOCALE_INLINE int __wcwidth_l(__ct_rune_t, locale_t);
include/xlocale/_ctype.h
161
__wcwidth_l(__ct_rune_t _c, locale_t __l)
include/xlocale/_ctype.h
48
unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
49
__ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
50
__ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
71
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
73
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
76
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
85
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
96
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
98
__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
lib/libc/locale/runetype.c
47
___runetype_l(__ct_rune_t c, locale_t locale)
lib/libc/locale/runetype.c
75
___runetype(__ct_rune_t c)
lib/libc/locale/tolower.c
46
__ct_rune_t
lib/libc/locale/tolower.c
47
___tolower_l(__ct_rune_t c, locale_t l)
lib/libc/locale/tolower.c
71
__ct_rune_t
lib/libc/locale/tolower.c
72
___tolower(__ct_rune_t c)
lib/libc/locale/toupper.c
46
__ct_rune_t
lib/libc/locale/toupper.c
47
___toupper_l(__ct_rune_t c, locale_t l)
lib/libc/locale/toupper.c
73
__ct_rune_t
lib/libc/locale/toupper.c
74
___toupper(__ct_rune_t c)
sys/sys/_types.h
194
typedef __ct_rune_t __rune_t; /* rune_t (see above) */
sys/sys/_types.h
195
typedef __ct_rune_t __wint_t; /* wint_t (see above) */
usr.bin/localedef/bootstrap/_ctype.h
43
typedef __ct_rune_t __rune_t; /* rune_t (see above) */
usr.bin/localedef/bootstrap/_ctype.h
44
typedef __ct_rune_t __wint_t; /* wint_t (see above) */