Home
last modified time | relevance | path

Searched refs:_S_showpos (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dc_io_stdio.h70 static const __int_type _S_showpos = 0x0800; member
Dc_io_libio.h80 static const __int_type _S_showpos = _IO_SHOWPOS; member
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dios_base.h68 _S_showpos = 1L << 11, enumerator
295 static const fmtflags showpos = _S_showpos;
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dios.cc87 const __ios_flags::__int_type __ios_flags::_S_showpos; member in std::__ios_flags
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dios_base.h242 static const fmtflags showpos = fmtflags(__ios_flags::_S_showpos);