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

Function out_data

src/engine/output.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 if ( globs.out ) fputc( c, globs.out );
57}
58void out_data(char const * const s)
59{
60 out_( s, bjam_out );
61 if ( globs.out ) out_( s, globs.out );
62}
63void err_data(char const * const s)
64{
65 out_( s, bjam_err );

Callers 3

out_actionFunction · 0.85
read_descriptorFunction · 0.85
read_pipeFunction · 0.85

Calls 1

out_Function · 0.85

Tested by

no test coverage detected