Searched defs:__loc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h72 __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) argument
80 _RuneLocale *runes = __runes_for_locale(__loc, &__limit);
81 return ((__c < 0 || __c >= _CACHED_RUNES) ? ___runetype_l(__c, __loc) :
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) argument
88 return (!!__maskrune_l(__c, __f, __loc));
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) argument
111 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) argument
[all...]

Completed in 67 milliseconds