Searched refs:__fmt (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/src/
H A Dcharconv.cpp58 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { argument
59 return _Floating_to_chars<_Floating_to_chars_overload::_Format_only>(__first, __last, __value, __fmt, 0);
62 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { argument
63 return _Floating_to_chars<_Floating_to_chars_overload::_Format_only>(__first, __last, __value, __fmt, 0);
66 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) { argument
68 __fmt, 0);
71 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __precision) { argument
72 return _Floating_to_chars<_Floating_to_chars_overload::_Format_precision>(__first, __last, __value, __fmt,
76 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __precision) { argument
77 return _Floating_to_chars<_Floating_to_chars_overload::_Format_precision>(__first, __last, __value, __fmt,
81 to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int __precision) argument
[all...]
H A Dlocale.cpp5874 char __fmt, char __mod) const
5876 char fmt[] = {'%', __fmt, __mod, 0};
5886 char __fmt, char __mod) const
5890 __do_put(__nar, __ne, __tm, __fmt, __mod);
5873 __do_put(char* __nb, char*& __ne, const tm* __tm, char __fmt, char __mod) const argument
5885 __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const argument
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.h65 const char* __fmt, ...)
78 va_start(__args, __fmt);
81 const int __ret = std::vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = std::vsprintf(__out, __fmt, __args);
63 __convert_from_v(const __c_locale&, char* __out, const int __size __attribute__((__unused__)), const char* __fmt, ...) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dc_locale.h59 const char* __fmt,
71 __ret = std::snprintf(__out, __size, __fmt, __prec, __v);
73 __ret = std::snprintf(__out, __size, __fmt, __v);
76 __ret = std::sprintf(__out, __fmt, __prec, __v);
78 __ret = std::sprintf(__out, __fmt, __v);
57 __convert_from_v(char* __out, const int __attribute__ ((__unused__)) __size, const char* __fmt, _Tv __v, const __c_locale&, int __prec = -1) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc_locale.h67 __convert_from_v(char* __out, const int __size, const char* __fmt, argument
85 __ret = snprintf(__out, __size, __fmt, __prec, __v);
87 __ret = snprintf(__out, __size, __fmt, __v);
90 __ret = sprintf(__out, __fmt, __prec, __v);
92 __ret = sprintf(__out, __fmt, __v);
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.h79 const char* __fmt, ...)
92 va_start(__args, __fmt);
95 const int __ret = std::vsnprintf(__out, __size, __fmt, __args);
97 const int __ret = std::vsprintf(__out, __fmt, __args);
76 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)), char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_functions.h392 _OutIt __out_it, basic_string_view<_CharT> __fmt,
395 return _VSTD::__format::__vformat_to(basic_format_parse_context{__fmt, __args.__size()},
399 _VSTD::__format::__vformat_to(basic_format_parse_context{__fmt, __args.__size()},
410 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { argument
411 return _VSTD::__vformat_to(_VSTD::move(__out_it), __fmt, __args);
417 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { argument
418 return _VSTD::__vformat_to(_VSTD::move(__out_it), __fmt, __args);
424 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { argument
425 return _VSTD::vformat_to(_VSTD::move(__out_it), __fmt.get(),
432 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Arg argument
391 __vformat_to( _OutIt __out_it, basic_string_view<_CharT> __fmt, basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) argument
439 vformat(string_view __fmt, format_args __args) argument
441 _VSTD::vformat_to(_VSTD::back_inserter(__res), __fmt, __args); local
447 vformat(wstring_view __fmt, wformat_args __args) argument
449 _VSTD::vformat_to(_VSTD::back_inserter(__res), __fmt, __args); local
455 format(format_string<_Args...> __fmt, _Args&&... __args) argument
463 format(wformat_string<_Args...> __fmt, _Args&&... __args) argument
469 __vformat_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, basic_string_view<_CharT> __fmt, basic_format_args<_Context> __args) argument
480 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, format_string<_Args...> __fmt, _Args&&... __args) argument
487 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, wformat_string<_Args...> __fmt, _Args&&... __args) argument
494 __vformatted_size(basic_string_view<_CharT> __fmt, auto __args) argument
503 formatted_size(format_string<_Args...> __fmt, _Args&&... __args) argument
510 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) argument
519 __vformat_to( _OutIt __out_it, locale __loc, basic_string_view<_CharT> __fmt, basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) argument
536 vformat_to( _OutIt __out_it, locale __loc, string_view __fmt, format_args __args) argument
544 vformat_to( _OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) argument
553 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
561 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
568 vformat(locale __loc, string_view __fmt, format_args __args) argument
570 _VSTD::vformat_to(_VSTD::back_inserter(__res), _VSTD::move(__loc), __fmt, local
577 vformat(locale __loc, wstring_view __fmt, wformat_args __args) argument
579 _VSTD::vformat_to(_VSTD::back_inserter(__res), _VSTD::move(__loc), __fmt, local
586 format(locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
596 format(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
603 __vformat_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, basic_string_view<_CharT> __fmt, basic_format_args<_Context> __args) argument
615 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
624 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
632 __vformatted_size(locale __loc, basic_string_view<_CharT> __fmt, auto __args) argument
642 formatted_size(locale __loc, format_string<_Args...> __fmt, _Args&&... __args) argument
649 formatted_size(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) argument
[all...]
H A Dformat_parse_context.h33 constexpr explicit basic_format_parse_context(basic_string_view<_CharT> __fmt,
35 : __begin_(__fmt.begin()),
36 __end_(__fmt.end()),
H A Dformatter_floating_point.h58 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt) { argument
59 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt);
65 _LIBCPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __precision) { argument
66 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt, __precision);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_ostream.h179 ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; local
180 if (__fmt & ios_base::oct || __fmt & ios_base::hex)
194 ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; local
195 if (__fmt & ios_base::oct || __fmt & ios_base::hex)
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Ddebug.cc531 const char* __fmt, _Tp __s) const
534 std::snprintf(__buf, __n, __fmt, __s);
536 std::sprintf(__buf, __fmt, __s);
529 _M_format_word(char* __buf, int __n __attribute__ ((__unused__)), const char* __fmt, _Tp __s) const argument

Completed in 325 milliseconds