Home
last modified time | relevance | path

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

/haiku/src/apps/devices/
H A DDeviceUSB.cpp44 ss.flags(std::ios::hex | std::ios::showbase); in ToHex()
H A DDevicePCI.cpp49 ss.flags(std::ios::hex | std::ios::showbase); in ToHex()
/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc36 | ios::dec | ios::oct | ios::hex | ios::showbase | ios::showpoint
H A Diostream.cc523 if ((stream.flags() & ios::showbase) && (*buf_ptr != '0')) in write_int()
533 if ((stream.flags() & ios::showbase)) { in write_int()
/haiku/headers/cpp/
H A Dstreambuf.h155 showbase=_IO_SHOWBASE, showpoint=_IO_SHOWPOINT, enumerator