Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.h65 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
70 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
73 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
75 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
90 const char* __fmt, ...); in _GLIBCXX_VISIBILITY()
H A Dc_locale.cc200 const char* __fmt, ...) in __convert_from_v() argument
203 __builtin_va_start(__args, __fmt); in __convert_from_v()
206 __fmt, __args); in __convert_from_v()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.h65 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
70 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
73 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
75 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
90 const char* __fmt, ...); in _GLIBCXX_VISIBILITY()
H A Dc_locale.cc200 const char* __fmt, ...) in __convert_from_v() argument
203 __builtin_va_start(__args, __fmt); in __convert_from_v()
206 __fmt, __args); in __convert_from_v()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H 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
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()
104 __throw_out_of_range(__fmt); in __throw_out_of_range_fmt()
H A Dsnprintf_lite.cc90 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt, in __snprintf_lite() argument
94 const char *__s = __fmt; in __snprintf_lite()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H 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()
H A Dsnprintf_lite.cc99 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt, in __snprintf_lite() argument
103 const char *__s = __fmt; in __snprintf_lite()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc1170 ios_base::iostate& __err, tm* __tm, const char_type* __fmt, in get() argument
1176 while (__fmt != __fmtend && in get()
1184 else if (__ctype.narrow(*__fmt, 0) == '%') in get()
1188 if (++__fmt == __fmtend) in get()
1193 const char __c = __ctype.narrow(*__fmt, 0); in get()
1196 else if (++__fmt != __fmtend) in get()
1199 __format = __ctype.narrow(*__fmt, 0); in get()
1208 ++__fmt; in get()
1210 else if (__ctype.is(ctype_base::space, *__fmt)) in get()
1212 ++__fmt; in get()
[all …]
H A Dostream.tcc96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
97 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
111 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
H A Dregex.h1958 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1961 return format(__out, __fmt.data(), __fmt.data() + __fmt.size(), in _GLIBCXX_VISIBILITY()
1970 format(const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1974 format(std::back_inserter(__result), __fmt, __flags); in _GLIBCXX_VISIBILITY()
1982 format(const char_type* __fmt, in _GLIBCXX_VISIBILITY()
1987 __fmt, in _GLIBCXX_VISIBILITY()
1988 __fmt + char_traits<char_type>::length(__fmt), in _GLIBCXX_VISIBILITY()
2466 const _Ch_type* __fmt, size_t __len, in _GLIBCXX_VISIBILITY()
2488 const basic_string<_Ch_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
2492 return std::__regex_replace(__out, __first, __last, __e, __fmt.c_str(), in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H 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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H 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()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsyslog.d89 void syslog (int __pri, const char *__fmt, ...); in version()
147 void syslog (int __pri, const char *__fmt, ...); in version()
212 void syslog (int __pri, const char *__fmt, ...); in version()
277 void syslog (int __pri, const char *__fmt, ...); in version()
407 void syslog (int __pri, const char *__fmt, ...); in version()
467 void syslog (int __pri, const char *__fmt, ...); in version()
527 void syslog (int __pri, const char *__fmt, ...); in version()
587 void syslog (int __pri, const char *__fmt, ...); in version()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc_locale.h77 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
94 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
97 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
99 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc1461 ios_base::iostate& __err, tm* __tm, const char_type* __fmt, in get() argument
1482 while (__fmt != __fmtend && in get()
1490 else if (__ctype.narrow(*__fmt, 0) == '%') in get()
1492 const char_type* __fmt_start = __fmt; in get()
1495 if (++__fmt == __fmtend) in get()
1500 const char __c = __ctype.narrow(*__fmt, 0); in get()
1503 else if (++__fmt != __fmtend) in get()
1506 __format = __ctype.narrow(*__fmt, 0); in get()
1533 ++__fmt; in get()
1535 else if (__ctype.is(ctype_base::space, *__fmt)) in get()
[all …]
H A Dostream.tcc101 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
102 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
115 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
116 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
H A Dregex.h2041 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
2044 return format(__out, __fmt.data(), __fmt.data() + __fmt.size(), in _GLIBCXX_VISIBILITY()
2053 format(const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
2057 format(std::back_inserter(__result), __fmt, __flags); in _GLIBCXX_VISIBILITY()
2065 format(const char_type* __fmt, in _GLIBCXX_VISIBILITY()
2070 __fmt, in _GLIBCXX_VISIBILITY()
2071 __fmt + char_traits<char_type>::length(__fmt), in _GLIBCXX_VISIBILITY()
2555 const _Ch_type* __fmt, size_t __len, in _GLIBCXX_VISIBILITY()
2578 const basic_string<_Ch_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
2582 return std::__regex_replace(__out, __first, __last, __e, __fmt.c_str(), in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h101 const _CharT* __fmt, ...) in _GLIBCXX_VISIBILITY()
109 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
111 const int __len = __convf(__s, __n, __fmt, __args); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h101 const _CharT* __fmt, ...) in _GLIBCXX_VISIBILITY()
109 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
111 const int __len = __convf(__s, __n, __fmt, __args); in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/arch/mips/adm5120/
H A Dadm5120_obio.c89 #define OBIO_DPRINTF(__fmt, ...) \ argument
92 printf((__fmt), __VA_ARGS__); \
95 #define OBIO_DPRINTF(__fmt, ...) do { } while (/*CONSTCOND*/0) argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dcharconv636 operator~(chars_format __fmt) noexcept
637 { return (chars_format)~(unsigned)__fmt; }
654 chars_format __fmt = chars_format::general) noexcept;
658 chars_format __fmt = chars_format::general) noexcept;
662 chars_format __fmt = chars_format::general) noexcept;
671 chars_format __fmt) noexcept;
673 chars_format __fmt, int __precision) noexcept;
678 chars_format __fmt) noexcept;
680 chars_format __fmt, int __precision) noexcept;
686 chars_format __fmt) noexcept;
[all …]
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dwdc_extio.c83 #define WDC_EXTIO_DPRINTF(__fmt, ...) \ argument
86 printf((__fmt), __VA_ARGS__); \
89 #define WDC_EXTIO_DPRINTF(__fmt, ...) do { } while (/*CONSTCOND*/0) argument
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlocale1119 static void __format_int(char* __fmt, const char* __len, bool __signd,
1121 static bool __format_float(char* __fmt, const char* __len,
1458 char __fmt[6] = {'%', 0};
1460 this->__format_int(__fmt+1, __len, true, __iob.flags());
1466 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v);
1485 char __fmt[8] = {'%', 0};
1487 this->__format_int(__fmt+1, __len, true, __iob.flags());
1493 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v);
1512 char __fmt[6] = {'%', 0};
1514 this->__format_int(__fmt+1, __len, false, __iob.flags());
[all …]

12345