Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dprint26 void vprint_unicode(string_view fmt, format_args args);
27 void vprint_unicode(FILE* stream, string_view fmt, format_args args);
29 void vprint_nonunicode(string_view fmt, format_args args);
30 void vprint_nonunicode(FILE* stream, string_view fmt, format_args args);
214 __vprint_nonunicode(FILE* __stream, string_view __fmt, format_args __args, bool __write_nl) {
237 __vprint_unicode_posix(FILE* __stream, string_view __fmt, format_args __args, bool __write_nl, bool…
289 [[maybe_unused]] format_args __args,
366 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(FILE* __stream, string_view __fmt, format_args __a…
371 _LIBCPP_HIDE_FROM_ABI inline void vprint_unicode(string_view __fmt, format_args __args) {
378 _LIBCPP_HIDE_FROM_ABI inline void vprint_nonunicode(FILE* __stream, string_view __fmt, format_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);
199 #include <__format/format_args.h>
H A Dostream168 void vprint_unicode(ostream& os, string_view fmt, format_args args); …
169 void vprint_nonunicode(ostream& os, string_view fmt, format_args args); …
1028 __vprint_nonunicode(ostream& __os, string_view __fmt, format_args __args, bool __write_nl) {
1072 _LIBCPP_HIDE_FROM_ABI inline void vprint_nonunicode(ostream& __os, string_view __fmt, format_args _…
1094 __vprint_unicode(ostream& __os, string_view __fmt, format_args __args, bool __write_nl) {
1137 vprint_unicode(ostream& __os, string_view __fmt, format_args __args) {
H A Dlibcxx.imp370 { include: [ "<__format/format_args.h>", "private", "<format>", "public" ] },
H A Dmodule.modulemap.in1308 module std_private_format_format_args [system] { header "__format/format_args.h…
/freebsd-14.2/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-14.2/sbin/nvmecontrol/
H A Dformat.c94 static const struct args format_args[] = { variable
105 .args = format_args,
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h63 using format_args = basic_format_args<format_context>; variable
426 …E _LIBCPP_HIDE_FROM_ABI _OutIt vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to()
456 vformat(string_view __fmt, format_args __args) { in vformat()
559 vformat_to(_OutIt __out_it, locale __loc, string_view __fmt, format_args __args) { in vformat_to()
589 vformat(locale __loc, string_view __fmt, format_args __args) { in vformat()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc20 using std::format_args;
/freebsd-14.2/lib/libc++/
H A DMakefile735 FMT_HEADERS+= format_args.h
H A Dmodule.modulemap1308 module std_private_format_format_args [system] { header "__format/format_args.h…
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1313 SYMBOL(format_args, std::, <format>)