Home
last modified time | relevance | path

Searched refs:__sbmaskrune (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/include/
H A D_ctype.h105 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune() function
120 return (!!__sbmaskrune(_c, _f)); in __sbistype()
175 int __sbmaskrune(__ct_rune_t, unsigned long);
H A Dctype.h126 #define digittoint(c) __sbmaskrune((c), 0xFF)