| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | ios_base.h | 295 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()
|
| D | locale_facets.tcc | 1020 if (__flags & ios_base::showpos in _M_insert_int()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | ios_base.h | 242 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()
|
| D | locale_facets.tcc | 613 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/ |
| D | enum2.C | 16 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| D | typedef03.C | 24 showpos = 0x0800, enumerator
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| D | iomanip.h | 42 using std::showpos;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/backward/ |
| D | iomanip.h | 42 using std::showpos;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | locale_facets.cc | 70 if (__flags & ios_base::showpos) in _S_format_float()
|
| D | ios.cc | 52 const ios_base::fmtflags ios_base::showpos; member in ios_base
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | ostream_inserter_arith.cc | 49 bool showpos; member 179 if (tc.showpos) in apply_formatting() 180 os.setf(ios::showpos); in apply_formatting()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | ios | 42 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/ |
| D | locale.cc | 516 if (__flags & ios_base::showpos) in _S_format_float() 546 if (__flags & ios_base::showpos) in _S_format_int()
|
| D | ios.cc | 118 const ios_base::fmtflags ios_base::showpos; member in std::ios_base
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | ios.cpp | 88 const ios_base::fmtflags ios_base::showpos; member in ios_base
|
| D | locale.cpp | 4831 if ((__flags & ios_base::showpos) && in __format_int() 4860 if (__flags & ios_base::showpos) in __format_float()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | options.c | 918 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/ |
| D | p811.C | 39 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
|
| D | p784.C | 377 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libio/ |
| D | ChangeLog | 2286 for printing '+' when ios::showpos is set. 2739 * streambuf.h (ios::showpos):: Fix typo.
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| D | StdSymbolMap.inc | 1037 SYMBOL(showpos, std::, <ios>)
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 5055 T ios_base& showpos (ios_base& str); 5094 T static const fmtflags showpos;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 5055 T ios_base& showpos (ios_base& str); 5094 T static const fmtflags showpos;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2000 | 5986 (_S_format_long): Adjust showpos formatting for hex and oct.
|