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

/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.h58 const char* __fmt, ...)
71 __builtin_va_start(__args, __fmt);
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
56 __convert_from_v(const __c_locale&, char* __out, const int __size __attribute__((__unused__)), const char* __fmt, ...) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr62090-2.c7 snprintf (char *__restrict __s, size_t __n, const char *__restrict __fmt, ...) argument
11 __fmt, __builtin_va_arg_pack ());
H A Dpr47276.c10 extern void syslog (int __pri, __const char *__fmt, ...)
12 extern void vsyslog (int __pri, __const char *__fmt, int __ap)
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.h72 const char* __fmt, ...)
89 __builtin_va_start(__args, __fmt);
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
69 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)), char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc48 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
93 __throw_out_of_range_fmt(const char* __fmt, ...) argument
95 const size_t __len = __builtin_strlen(__fmt);
102 va_start(__ap, __fmt);
103 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap);
H A Dsnprintf_lite.cc101 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt, argument
105 const char *__s = __fmt;
126 // Not enough space for __fmt expansion.
141 // Not enough space for __fmt expansion.
154 // Not enough space for __fmt expansion.
H A Ddebug.cc789 const char* __fmt, _Tp __s) const throw ()
792 std::snprintf(__buf, __n, __fmt, __s);
794 std::sprintf(__buf, __fmt, __s);
787 _M_format_word(char* __buf, int __n __attribute__ ((__unused__)), const char* __fmt, _Tp __s) const argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstring_conversions.h85 const _CharT* __fmt, ...)
93 __builtin_va_start(__args, __fmt);
95 const int __len = __convf(__s, __n, __fmt, __args);
83 __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, __builtin_va_list), std::size_t __n, const _CharT* __fmt, ...) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37669.c7 *__restrict __fmt, ...) {
9 __builtin_object_size (__s, 2 > 1), __fmt, __builtin_va_arg_pack ());
6 snprintf(char *__restrict __s, size_t __n, __const char *__restrict __fmt, ...) argument
/haiku-buildtools/legacy/gcc/libio/
H A Diostdio.h94 #define vprintf(__fmt, __args) vfprintf(stdout, __fmt, __args)
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex.h1786 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, argument
1789 return format(__out, __fmt.data(), __fmt.data() + __fmt.size(),
1798 format(const basic_string<char_type, _St, _Sa>& __fmt, argument
1802 format(std::back_inserter(__result), __fmt, __flags); local
1810 format(const char_type* __fmt, argument
1815 __fmt, local
1816 __fmt + char_traits<char_type>::length(__fmt),
2288 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
2333 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
2341 __s.begin(), __s.end(), __e, __fmt, __flags); local
2359 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
2367 __s.begin(), __s.end(), __e, __fmt, __flags); local
2385 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
2394 __e, __fmt, __flags); local
2411 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
2420 __e, __fmt, __flags); local
[all...]
H A Dlocale_facets_nonio.h579 * @param __fmt Start of the format string.
584 ios_base::iostate& __err, tm* __tm, const char_type* __fmt,
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c41 vprintf (__const char *__restrict __fmt, __gnuc_va_list __arg) argument

Completed in 194 milliseconds