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

Function out_printf

src/engine/output.c: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

file_build1Function · 0.85
file_dirscan_implFunction · 0.85
onintrFunction · 0.85
hcache_initFunction · 0.85
hcache_doneFunction · 0.85
hcacheFunction · 0.85
time_enterFunction · 0.85
list_push_backFunction · 0.85
list_printFunction · 0.85
lol_printFunction · 0.85
make1Function · 0.85
make1bFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected