Home
last modified time | relevance | path

Searched refs:__f (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) in __maskrune_l() argument
82 runes->__runetype[__c]) & __f; in __maskrune_l()
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() argument
88 return (!!__maskrune_l(__c, __f, __loc)); in __istype_l()
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) in __sbmaskrune_l() argument
107 runes->__runetype[__c] & __f; in __sbmaskrune_l()
[all …]