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

/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h93 _XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\
94 { return __istype_l(__c, cat, __l); }
118 _XLOCALE_INLINE int is##__fname##_l(int __c, locale_t __l)\
119 { return __sbistype_l(__c, __cat, __l); }
147 _XLOCALE_INLINE int towlower_l(int __c, locale_t __l) argument
150 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
151 return (__c < 0 || __c >= _CACHED_RUNES) ? ___tolower_l(__c, __l) :
154 _XLOCALE_INLINE int towupper_l(int __c, locale_t __l) argument
157 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
158 return (__c < 0 || __c >= _CACHED_RUNES) ? ___toupper_l(__c, __l)
162 __wcwidth_l(__ct_rune_t _c, locale_t __l) argument
[all...]

Completed in 56 milliseconds