Home
last modified time | relevance | path

Searched refs:__fmt (Results 1 – 25 of 116) sorted by relevance

12345

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/
A Dc_locale.h60 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
65 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
68 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
70 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/
A Dc_locale.h60 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
65 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
68 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
70 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/
A Dc_locale.h60 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
65 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
68 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
70 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/
A Dc_locale.h60 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
65 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
68 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
70 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/
A Dc_locale.h60 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
65 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
68 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
70 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/
A Dc_locale.h60 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
65 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
68 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
70 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dfunctexcept.cc40 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
85 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
87 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
94 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dfunctexcept.cc40 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
85 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
87 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
94 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dfunctexcept.cc40 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
85 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
87 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
94 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dfunctexcept.cc40 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
85 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
87 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
94 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dfunctexcept.cc40 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
85 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
87 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
94 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/generic/
A Dc_locale.h58 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
71 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dfunctexcept.cc40 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
89 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
91 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
98 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
99 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dfunctexcept.cc48 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
93 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
95 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
102 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
103 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dfunctexcept.cc45 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
90 __throw_out_of_range_fmt(const char* __fmt, ...) in __throw_out_of_range_fmt() argument
92 const size_t __len = __builtin_strlen(__fmt); in __throw_out_of_range_fmt()
99 va_start(__ap, __fmt); in __throw_out_of_range_fmt()
100 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/gnu/
A Dc_locale.h72 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
89 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/gnu/
A Dc_locale.h72 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
89 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/locale/gnu/
A Dc_locale.h72 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
89 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()

Completed in 40 milliseconds

12345