Home
last modified time | relevance | path

Searched refs:showbase (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dios_base.h288 static const fmtflags showbase = _S_showbase; variable
804 showbase(ios_base& __base) in showbase() function
806 __base.setf(ios_base::showbase); in showbase()
814 __base.unsetf(ios_base::showbase); in noshowbase()
H A Dlocale_facets.tcc1037 else if (__flags & ios_base::showbase && __v) in _M_insert_int()
1318 __io.flags(__flags & __fmt | (ios_base::hex | ios_base::showbase)); in do_put()
1385 if (__io.flags() & ios_base::showbase || __sign_size > 1 in _M_extract()
1404 && (__j || __io.flags() & ios_base::showbase)) in _M_extract()
1687 __len += ((__io.flags() & ios_base::showbase) in _M_insert()
1703 if (__io.flags() & ios_base::showbase) in _M_insert()
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Diomanip.h38 using std::showbase;
/freebsd-12.1/contrib/libc++/include/
H A Dios41 static constexpr fmtflags showbase;
170 ios_base& showbase (ios_base& str);
246 static const fmtflags showbase = 0x0200;
845 showbase(ios_base& __str)
847 __str.setf(ios_base::showbase);
855 __str.unsetf(ios_base::showbase);
H A Dlocale1459 + ((__iob.flags() & ios_base::showbase) != 0)
1486 + ((__iob.flags() & ios_base::showbase) != 0)
1513 + ((__iob.flags() & ios_base::showbase) != 0)
1540 + ((__iob.flags() & ios_base::showbase) != 0)
2979 bool __sb = (__flags & ios_base::showbase) != 0;
3279 if (!__sym.empty() && (__flags & ios_base::showbase))
/freebsd-12.1/contrib/libstdc++/src/
H A Dios.cc50 const ios_base::fmtflags ios_base::showbase; member in ios_base
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dio.cc92 << std::showbase in compare()
/freebsd-12.1/contrib/libc++/src/
H A Dios.cpp103 const ios_base::fmtflags ios_base::showbase; member in ios_base
H A Dlocale.cpp4425 if (__flags & ios_base::showbase) in __format_int()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20024534 (test01): more "en_HK" tests (without showbase).
4588 Deal correctly with !(__io.flags() & ios_base::showbase)