Searched defs:__fmt (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dc_locale.h69 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)), char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dc_locale.h56 __convert_from_v(const __c_locale&, char* __out, const int __size __attribute__((__unused__)), const char* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc_locale.h74 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)), char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dc_locale.h56 __convert_from_v(const __c_locale&, char* __out, const int __size __attribute__((__unused__)), const char* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.h63 __convert_from_v(const __c_locale& __cloc, char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
H A Dc_locale.cc198 __convert_from_v(const __c_locale& __cloc, char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.h63 __convert_from_v(const __c_locale& __cloc, char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
H A Dc_locale.cc198 __convert_from_v(const __c_locale& __cloc, char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h99 __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, __builtin_va_list), std::size_t __n, const _CharT* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc85 __throw_out_of_range_fmt(const char* __fmt, ...) argument
H A Dsnprintf_lite.cc99 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt, argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsnprintf_lite.cc90 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt, argument
H A Dfunctexcept.cc89 __throw_out_of_range_fmt(const char* __fmt, ...) argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h99 __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, __builtin_va_list), std::size_t __n, const _CharT* __fmt, ...) argument
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h217 size_t strftime_l(char *__s, size_t __size, const char *__fmt, argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.h1958 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, argument
1970 format(const basic_string<char_type, _St, _Sa>& __fmt, argument
1974 format(std::back_inserter(__result), __fmt, __flags); local
1982 format(const char_type* __fmt, argument
1987 __fmt, local
2486 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2512 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2538 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _Fst, _Fsa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2546 __s.begin(), __s.end(), __e, __fmt, __flags); local
2564 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2572 __s.begin(), __s.end(), __e, __fmt, __flags); local
2590 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2599 __e, __fmt, __flags); local
2616 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2625 __e, __fmt, __flags); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex.h2002 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, argument
2014 format(const basic_string<char_type, _St, _Sa>& __fmt, argument
2018 format(std::back_inserter(__result), __fmt, __flags); local
2026 format(const char_type* __fmt, argument
2031 __fmt, local
2528 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2554 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2580 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _Fst, _Fsa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2588 __s.begin(), __s.end(), __e, __fmt, __flags); local
2606 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2614 __s.begin(), __s.end(), __e, __fmt, __flags); local
2632 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2641 __e, __fmt, __flags); local
2658 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2667 __e, __fmt, __flags); local
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp5617 __do_put(char* __nb, char*& __ne, const tm* __tm, char __fmt, char __mod) const argument
5628 __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const argument

Completed in 398 milliseconds