Searched defs:__ios_flags (Results 1 – 2 of 2) sorted by relevance
55 struct __ios_flags struct57 typedef short __int_type;59 static const __int_type _S_boolalpha = 0x0001;60 static const __int_type _S_dec = 0x0002;61 static const __int_type _S_fixed = 0x0004;62 static const __int_type _S_hex = 0x0008;63 static const __int_type _S_internal = 0x0010;64 static const __int_type _S_left = 0x0020;65 static const __int_type _S_oct = 0x0040;66 static const __int_type _S_right = 0x0080;[all …]
65 struct __ios_flags struct67 typedef short __int_type;69 static const __int_type _S_boolalpha = _IO_BAD_SEEN;70 static const __int_type _S_dec = _IO_DEC;71 static const __int_type _S_fixed = _IO_FIXED;72 static const __int_type _S_hex = _IO_HEX;73 static const __int_type _S_internal = _IO_INTERNAL;74 static const __int_type _S_left = _IO_LEFT;75 static const __int_type _S_oct = _IO_OCT;76 static const __int_type _S_right = _IO_RIGHT;[all …]