Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dctype.h88 __ct_rune_t ___tolower(__ct_rune_t) __pure;
89 __ct_rune_t ___toupper(__ct_rune_t) __pure;
149 __toupper(__ct_rune_t _c) in __toupper()
156 __sbtoupper(__ct_rune_t _c) in __sbtoupper()
163 __tolower(__ct_rune_t _c) in __tolower()
170 __sbtolower(__ct_rune_t _c) in __sbtolower()
177 __wcwidth(__ct_rune_t _c) in __wcwidth()
197 __ct_rune_t __toupper(__ct_rune_t);
198 __ct_rune_t __sbtoupper(__ct_rune_t);
199 __ct_rune_t __tolower(__ct_rune_t);
[all …]
H A Drunetype.h47 typedef int __ct_rune_t; /* Arg type for ctype funcs */ typedef
51 typedef __ct_rune_t __rune_t; /* Internal runetype.h type */
/dragonfly/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 …]
/dragonfly/lib/libc/locale/
H A Dtolower.c47 __ct_rune_t
48 ___tolower_l(__ct_rune_t c, locale_t l) in ___tolower_l()
72 __ct_rune_t
73 ___tolower(__ct_rune_t c) in ___tolower()
H A Dtoupper.c47 __ct_rune_t
48 ___toupper_l(__ct_rune_t c, locale_t l) in ___toupper_l()
74 __ct_rune_t
75 ___toupper(__ct_rune_t c) in ___toupper()
H A Drunetype.c48 ___runetype_l(__ct_rune_t c, locale_t locale) in ___runetype_l()
76 ___runetype(__ct_rune_t c) in ___runetype()