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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr62090-2.c7 snprintf (char *__restrict __s, size_t __n, const char *__restrict __fmt, ...) argument
/haiku-buildtools/gcc/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
/haiku-buildtools/gcc/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
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37669.c6 snprintf(char *__restrict __s, size_t __n, __const char *__restrict __fmt, ...) argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstring_conversions.h83 __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, __builtin_va_list), std::size_t __n, const _CharT* __fmt, ...) argument
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc93 __throw_out_of_range_fmt(const char* __fmt, ...) argument
H A Dsnprintf_lite.cc101 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt, argument
H A Ddebug.cc787 _M_format_word(char* __buf, int __n __attribute__ ((__unused__)), const char* __fmt, _Tp __s) const argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex.h1786 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, argument
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
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...]
/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 304 milliseconds