/dports/devel/hpx/hpx-1.2.1/hpx/components/process/util/posix/initializers/ |
H A D | bind_stdout.hpp | 24 class bind_stdout : public initializer_base class 27 explicit bind_stdout(const boost::iostreams::file_descriptor_sink &sink) in bind_stdout() function in hpx::components::process::posix::initializers::bind_stdout
|
/dports/devel/hpx/hpx-1.2.1/hpx/components/process/util/windows/initializers/ |
H A D | bind_stdout.hpp | 25 class bind_stdout : public initializer_base class 28 explicit bind_stdout(const boost::iostreams::file_descriptor_sink &sink) in bind_stdout() function in hpx::components::process::windows::initializers::bind_stdout
|
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_manager/ |
H A D | traffic_manager.cc | 91 static char bind_stdout[512] = ""; variable 507 …{TM_OPT_BIND_STDOUT, '-', "Regular file to bind stdout to", "S512", &bind_stdout, "PROXY_BIND_STDO… in main() 550 diags->set_std_output(StdStream::STDOUT, bind_stdout); in main() 601 diags->set_std_output(StdStream::STDOUT, bind_stdout); in main() 664 ts::bwf::OptionalAffix(bind_stdout, " "sv, "--bind_stdout "sv), in main() 936 diags->set_std_output(StdStream::STDOUT, bind_stdout); in SignalHandler()
|
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/ |
H A D | traffic_server.cc | 163 static char bind_stdout[512] = ""; variable 216 …{"bind_stdout", '-', "Regular file to bind stdout to", "S512", &bind_stdout, "PROXY_BIND_STDOUT", … 285 diags->set_std_output(StdStream::STDOUT, bind_stdout); in periodic() 1782 diags->set_std_output(StdStream::STDOUT, bind_stdout); in main() 1791 bind_outputs(bind_stdout, bind_stderr); in main() 1878 diags->set_std_output(StdStream::STDOUT, bind_stdout); in main()
|
/dports/devel/boost-docs/boost_1_72_0/libs/process/test/ |
H A D | bind_stdout.cpp | 40 BOOST_AUTO_TEST_SUITE( bind_stdout );
|
H A D | Jamfile.jam | 90 …[ run bind_stdout.cpp system filesystem : [ test-options bind_stdout ] : sparrin…
|
/dports/devel/boost-python-libs/boost_1_72_0/libs/process/test/ |
H A D | bind_stdout.cpp | 40 BOOST_AUTO_TEST_SUITE( bind_stdout );
|
H A D | Jamfile.jam | 90 …[ run bind_stdout.cpp system filesystem : [ test-options bind_stdout ] : sparrin…
|
/dports/devel/boost-libs/boost_1_72_0/libs/process/test/ |
H A D | bind_stdout.cpp | 40 BOOST_AUTO_TEST_SUITE( bind_stdout );
|
H A D | Jamfile.jam | 90 …[ run bind_stdout.cpp system filesystem : [ test-options bind_stdout ] : sparrin…
|
/dports/devel/hyperscan/boost_1_75_0/libs/process/test/ |
H A D | bind_stdout.cpp | 40 BOOST_AUTO_TEST_SUITE( bind_stdout );
|
H A D | Jamfile.jam | 90 …[ run bind_stdout.cpp system filesystem : [ test-options bind_stdout ] : sparrin…
|
/dports/www/trafficserver/trafficserver-9.1.1/doc/appendices/command-line/ |
H A D | traffic_manager.en.rst | 44 .. option:: --bind_stdout FILE
|
H A D | traffic_server.en.rst | 39 .. option:: --bind_stdout FILE
|
/dports/www/trafficserver/trafficserver-9.1.1/rc/ |
H A D | trafficserver.in | 198 $* --bind_stdout $STDOUTLOG --bind_stderr $STDERRLOG >> $STDOUTLOG 2>> $STDERRLOG &
|
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/files/ |
H A D | records.config.en.rst | 219 process output that is set via the ``--bind_stdout`` and ``--bind_stderr`` 223 set via ``--bind_stdout`` and ``--bind_stderr``. 232 which is configured via the ``--bind_stdout`` and ``--bind_stderr``
|