Home
last modified time | relevance | path

Searched refs:showpos (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dios_base.h295 static const fmtflags showpos = _S_showpos; variable
836 showpos(ios_base& __base) in showpos() function
838 __base.setf(ios_base::showpos); in showpos()
846 __base.unsetf(ios_base::showpos); in noshowpos()
Dlocale_facets.tcc1020 if (__flags & ios_base::showpos in _M_insert_int()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dios_base.h242 static const fmtflags showpos = fmtflags(__ios_flags::_S_showpos); variable
726 showpos(ios_base& __base) in showpos() function
728 __base.setf(ios_base::showpos); in showpos()
736 __base.unsetf(ios_base::showpos); in noshowpos()
Dlocale_facets.tcc613 fmtflags __fmtmask = ~(ios_base::showpos | ios_base::basefield in do_get()
716 else if (__flags & ios_base::showpos) in __int_to_char()
1073 ios_base::fmtflags __fmt = ~(ios_base::showpos | ios_base::basefield in do_put()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Denum2.C16 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
Dtypedef03.C24 showpos = 0x0800, enumerator
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Diomanip.h42 using std::showpos;
/openbsd/src/gnu/gcc/libstdc++-v3/include/backward/
Diomanip.h42 using std::showpos;
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dlocale_facets.cc70 if (__flags & ios_base::showpos) in _S_format_float()
Dios.cc52 const ios_base::fmtflags ios_base::showpos; member in ios_base
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dostream_inserter_arith.cc49 bool showpos; member
179 if (tc.showpos) in apply_formatting()
180 os.setf(ios::showpos); in apply_formatting()
/openbsd/src/gnu/llvm/libcxx/include/
Dios42 static constexpr fmtflags showpos;
173 ios_base& showpos (ios_base& str);
260 static const fmtflags showpos = 0x0800;
897 showpos(ios_base& __str)
899 __str.setf(ios_base::showpos);
907 __str.unsetf(ios_base::showpos);
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dlocale.cc516 if (__flags & ios_base::showpos) in _S_format_float()
546 if (__flags & ios_base::showpos) in _S_format_int()
Dios.cc118 const ios_base::fmtflags ios_base::showpos; member in std::ios_base
/openbsd/src/gnu/llvm/libcxx/src/
Dios.cpp88 const ios_base::fmtflags ios_base::showpos; member in ios_base
Dlocale.cpp4831 if ((__flags & ios_base::showpos) && in __format_int()
4860 if (__flags & ios_base::showpos) in __format_float()
/openbsd/src/usr.sbin/nsd/
Doptions.c918 c_error_va_list_pos(int showpos, const char* fmt, va_list args) in c_error_va_list_pos() argument
922 if(showpos && c_text && c_text[0]!=0) { in c_error_va_list_pos()
951 int showpos = 0; in c_error() local
954 showpos = 1; in c_error()
958 c_error_va_list_pos(showpos, fmt, ap); in c_error()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dp811.C39 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
Dp784.C377 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
DChangeLog2286 for printing '+' when ios::showpos is set.
2739 * streambuf.h (ios::showpos):: Fix typo.
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DStdSymbolMap.inc1037 SYMBOL(showpos, std::, <ios>)
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST5055 T ios_base& showpos (ios_base& str);
5094 T static const fmtflags showpos;
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST5055 T ios_base& showpos (ios_base& str);
5094 T static const fmtflags showpos;
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20005986 (_S_format_long): Adjust showpos formatting for hex and oct.