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

/freebsd-12-stable/include/
H A D_ctype.h72 /* See comments in <sys/_types.h> about __ct_rune_t. */
74 unsigned long ___runetype(__ct_rune_t) __pure;
75 __ct_rune_t ___tolower(__ct_rune_t) __pure;
76 __ct_rune_t ___toupper(__ct_rune_t) __pure;
100 __maskrune(__ct_rune_t _c, unsigned long _f)
107 __sbmaskrune(__ct_rune_t _c, unsigned long _f)
114 __istype(__ct_rune_t _c, unsigned long _f)
120 __sbistype(__ct_rune_t _
[all...]
/freebsd-12-stable/lib/libc/locale/
H A Dtolower.c49 __ct_rune_t
50 ___tolower_l(__ct_rune_t c, locale_t l)
74 __ct_rune_t
75 ___tolower(__ct_rune_t c)
H A Dtoupper.c49 __ct_rune_t
50 ___toupper_l(__ct_rune_t c, locale_t l)
76 __ct_rune_t
77 ___toupper(__ct_rune_t c)
H A Drunetype.c50 ___runetype_l(__ct_rune_t c, locale_t locale)
78 ___runetype(__ct_rune_t c)
/freebsd-12-stable/include/xlocale/
H A D_ctype.h51 unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
52 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
53 __ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
74 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
76 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
79 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
88 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
99 __sbmaskrune_l(__ct_rune_t __
[all...]
/freebsd-12-stable/sys/sys/
H A D_types.h83 * ANSI C), but they use __ct_rune_t instead of int.
91 typedef int __ct_rune_t; /* arg type for ctype funcs */ typedef
92 typedef __ct_rune_t __rune_t; /* rune_t (see above) */
93 typedef __ct_rune_t __wint_t; /* wint_t (see above) */

Completed in 116 milliseconds