Home
last modified time | relevance | path

Searched refs:format_args (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dprint.h31 __vprint_nonunicode(ostream& __os, string_view __fmt, format_args __args, bool __write_nl) { in __vprint_nonunicode()
75 _LIBCPP_HIDE_FROM_ABI inline void vprint_nonunicode(ostream& __os, string_view __fmt, format_args _… in vprint_nonunicode()
96 _LIBCPP_HIDE_FROM_ABI void __vprint_unicode(ostream& __os, string_view __fmt, format_args __args, b… in __vprint_unicode()
138 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(ostream& __os, string_view __fmt, format_args __ar… in vprint_unicode()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint28 void vprint_unicode(string_view fmt, format_args args);
29 void vprint_unicode(FILE* stream, string_view fmt, format_args args);
31 void vprint_nonunicode(string_view fmt, format_args args);
32 void vprint_nonunicode(FILE* stream, string_view fmt, format_args args);
215 __vprint_nonunicode(FILE* __stream, string_view __fmt, format_args __args, bool __write_nl) {
238 __vprint_unicode_posix(FILE* __stream, string_view __fmt, format_args __args, bool __write_nl, bool…
249 __vprint_unicode_windows(FILE* __stream, string_view __fmt, format_args __args, bool __write_nl, bo…
290 [[maybe_unused]] format_args __args,
377 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(FILE* __stream, string_view __fmt, format_args __a…
382 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(string_view __fmt, format_args __args) {
[all …]
H A Dformat23 using format_args = basic_format_args<format_context>;
73 string vformat(string_view fmt, format_args args);
75 string vformat(const locale& loc, string_view fmt, format_args args);
88 Out vformat_to(Out out, string_view fmt, format_args args);
93 format_args char> args);
202 # include <__format/format_args.h>
H A Dostream169 void vprint_unicode(ostream& os, string_view fmt, format_args args); …
170 void vprint_nonunicode(ostream& os, string_view fmt, format_args args); …
H A Dmodule.modulemap1292 module std_private_format_format_args [system] { header "__format/format_args.h…
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr215 # f_vsprintf $var_to_set $format $format_args
218 # syntax (`$format $format_args').
240 # f_vsnprintf $var_to_set $size $format $format_args
243 # using printf(1) syntax (`$format $format_args'). The value of $var_to_set is
249 # format_args="'abc 123'" # 3-spaces between abc and 123
250 # f_vsnprintf foo $limit "$format" "$format_args" # foo=[abc 1]
255 # format_args=" 'doghouse' 'fox' "
257 # f_vsnprintf foo $limit "$format" "$format_args" # foo=[doghouse fox]
264 # format_args="'$arg1' '$arg2'" # use single-quotes to surround args
265 # f_vsnprintf foo $limit "$format" "$format_args" # foo=[aaa"aaa aaa'a]
[all …]
/freebsd/sbin/nvmecontrol/
H A Dformat.c93 static const struct args format_args[] = { variable
104 .args = format_args,
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h63 using format_args = basic_format_args<format_context>; variable
425 …E _LIBCPP_HIDE_FROM_ABI _OutIt vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to()
454 …_ALWAYS_INLINE inline _LIBCPP_HIDE_FROM_ABI string vformat(string_view __fmt, format_args __args) { in vformat()
557 vformat_to(_OutIt __out_it, locale __loc, string_view __fmt, format_args __args) { in vformat_to()
587 vformat(locale __loc, string_view __fmt, format_args __args) { in vformat()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
/freebsd/lib/libc++/
H A DMakefile721 FMT_HEADERS+= format_args.h
H A Dlibcxx.imp360 { include: [ "<__format/format_args.h>", "private", "<format>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1313 SYMBOL(format_args, std::, <format>)