Searched defs:__mask (Results 1 – 4 of 4) sorted by relevance
121 fmtflags setf(fmtflags __flag, fmtflags __mask) { in setf()127 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } in unsetf()190 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; } in _M_set_exception_mask()
98 void exceptions(iostate __mask) { in exceptions()
104 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::fmtflags __mask) in resetiosflags()
294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask ) in _WLocale_ctype()