Searched defs:__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) argument
82 runes->__runetype[__c]) & __f;
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
107 runes->__runetype[__c] & __f;
111 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) argument
[all...]

Completed in 44 milliseconds