Home
last modified time | relevance | path

Searched refs:DupStderr (Results 1 – 10 of 10) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/kbfs/stderrutils/
H A Ddup_stderr_nix.go16 func DupStderr() (*os.File, error) { func
H A Ddup_stderr_windows.go15 func DupStderr() (*os.File, error) { func
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3process/
H A Dtst_q3process.cpp228 << ( Q3Process::Stdin | Q3Process::Stdout | Q3Process::Stderr | Q3Process::DupStderr ) in communication_data()
233 << ( Q3Process::Stdin | Q3Process::Stdout | Q3Process::Stderr | Q3Process::DupStderr ) in communication_data()
238 << ( Q3Process::Stdin | Q3Process::Stdout | Q3Process::Stderr | Q3Process::DupStderr ) in communication_data()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/other/
H A Dq3process.h80 enum Communication { Stdin=0x01, Stdout=0x02, Stderr=0x04, DupStderr=0x08 }; enumerator
H A Dq3process_win.cpp262 if ( comms & DupStderr ) { in start()
375 if ( (comms & Stderr) && !(comms & DupStderr) ) in start()
H A Dq3process_unix.cpp773 if ( comms & DupStderr ) {
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqprocess.h73 enum Communication { Stdin=0x01, Stdout=0x02, Stderr=0x04, DupStderr=0x08 }; enumerator
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsgit/git-remote-keybase/
H A Dmain.go94 stderrFile, err := stderrutils.DupStderr()
/dports/security/keybase/client-v5.7.1/go/kbfs/kbpagesd/
H A Dmain.go63 stderr, err := stderrutils.DupStderr()
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqt.cpp3809 if ( cStdout || cStderr ) comms |= QProcess::DupStderr; in setCommunication()