MCPcopy Create free account
hub / github.com/boostorg/build / out_printf

Function out_printf

src/engine/output.cpp:68–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 if ( globs.out ) out_( s, globs.out );
67}
68void out_printf(char const * const f, ...)
69{
70 {
71 va_list args;
72 va_start( args, f );
73 vfprintf( bjam_out, f, args );
74 va_end( args );
75 }
76 if ( globs.out )
77 {
78 va_list args;
79 va_start( args, f );
80 vfprintf( globs.out, f, args );
81 va_end( args );
82 }
83}
84void err_printf(char const * const f, ...)
85{
86 {

Callers 15

headersFunction · 0.85
headers1Function · 0.85
regerrorFunction · 0.85
check_definedFunction · 0.85
make_class_moduleFunction · 0.85
yyerrorFunction · 0.85
do_token_warningFunction · 0.85
yylexFunction · 0.85
out_actionFunction · 0.85
var_dumpFunction · 0.85
list_push_backFunction · 0.85
list_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected