Home
last modified time | relevance | path

Searched defs:stderr (Results 101 – 125 of 5614) sorted by relevance

12345678910>>...225

/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Platform/
H A Dposix.py109 def process_cmd_output(cmd_stdout, cmd_stderr, stdout, stderr): argument
132 def exec_popen3(l, env, stdout, stderr): argument
142 def exec_piped_fork(l, env, stdout, stderr): argument
190 def piped_env_spawn(sh, escape, cmd, args, env, stdout, stderr): argument
197 def piped_fork_spawn(sh, escape, cmd, args, env, stdout, stderr): argument
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Platform/
H A Dposix.py110 def process_cmd_output(cmd_stdout, cmd_stderr, stdout, stderr): argument
134 def exec_popen3(l, env, stdout, stderr): argument
144 def exec_piped_fork(l, env, stdout, stderr): argument
192 def piped_env_spawn(sh, escape, cmd, args, env, stdout, stderr): argument
199 def piped_fork_spawn(sh, escape, cmd, args, env, stdout, stderr): argument
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/lib-js/
H A Dcompiler.ts10 stderr: string property
38 const { error, stdout, stderr, status } = child_process.spawnSync( constant
60 private readonly stderr: AsyncGenerator<string>, property in DartCompiler
75 const stderr = DartCompiler.toChunks(dart.stderr) constant
/dports/graphics/exiv2/exiv2-0.27.5-Source/tests/bugfixes/github/
H A Dtest_issue_1570.py23 stderr=[] variable in BmffImageReadMetadataOutOfBoundsRead
29 stderr = [ variable in BmffImageReadMetadataOutOfBoundsRead
H A Dtest_issue_1793.py23 stderr=[] variable in BmffImageboxHandlerLargeAllocation
29 stderr = ["""Exiv2 exception in print action for file $filename: variable in BmffImageboxHandlerLargeAllocation
/dports/lang/ruby26/ruby-2.6.9/spec/mspec/lib/mspec/matchers/
H A Doutput.rb4 def initialize(stdout, stderr) argument
64 private def output(stdout=nil, stderr=nil) argument
/dports/science/R-cran-bayesm/bayesm/R/
H A DnumEff.R22 stderr=sqrt(var(x)*f/length(x)) functionVar
23 list(stderr=stderr,f=f,m=m) nameattr
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_cstdio.h36 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
40 # define stderr (&_STLP_VENDOR_CSTD::_streams[2]) macro
/dports/www/mediawiki135/mediawiki-1.35.5/includes/shell/
H A DResult.php38 private $stderr; variable in MediaWiki\\Shell\\Result
45 public function __construct( int $exitCode, string $stdout, ?string $stderr ) {
/dports/emulators/mess/mame-mame0226/regtests/chdman/
H A Dchdtest.py193 exitcode, stdout, stderr = runProcess(cmd) variable
199 exitcode, stdout, stderr = runProcess([chdmanBin, "verify", "-i", tempFile]) variable
206 exitcode, info1, stderr = runProcess([chdmanBin, "info", "-v", "-i", tempFile]) variable
210 exitcode, info2, stderr = runProcess([chdmanBin, "info", "-v", "-i", outFile]) variable
/dports/emulators/mame/mame-mame0226/regtests/chdman/
H A Dchdtest.py193 exitcode, stdout, stderr = runProcess(cmd) variable
199 exitcode, stdout, stderr = runProcess([chdmanBin, "verify", "-i", tempFile]) variable
206 exitcode, info1, stderr = runProcess([chdmanBin, "info", "-v", "-i", tempFile]) variable
210 exitcode, info2, stderr = runProcess([chdmanBin, "info", "-v", "-i", outFile]) variable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/lib/jdk/test/lib/process/
H A DOutputBuffer.java65 public static OutputBuffer of(String stdout, String stderr, int exitValue) { in of()
69 public static OutputBuffer of(String stdout, String stderr) { in of()
149 private final String stderr; field in OutputBuffer.EagerOutputBuffer
152 private EagerOutputBuffer(String stdout, String stderr, int exitValue) { in EagerOutputBuffer()
/dports/net-mgmt/py-pdagent/pdagent-1.7.2/pdagent/thirdparty/
H A Ddaemon.py26 stdin=os.devnull, stdout=os.devnull, stderr=os.devnull, argument
91 def _redirect_std_file_descriptors(stdin, stdout, stderr): argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Genomics/
H A DContainerStoppedEvent.php22 public $stderr; variable in Google_Service_Genomics_ContainerStoppedEvent
40 public function setStderr($stderr)
/dports/www/davix/davix-0.7.6/test/pywebdav/server/
H A Ddaemonize.py47 def deamonize(stdout='/dev/null', stderr=None, stdin='/dev/null', argument
99 def startstop(stdout='/dev/null', stderr=None, stdin='/dev/null', argument
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/
H A DContainerStoppedEvent.php22 public $stderr; variable in Google_Service_CloudLifeSciences_ContainerStoppedEvent
40 public function setStderr($stderr)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Genomics/
H A DContainerStoppedEvent.php22 public $stderr; variable in Google_Service_Genomics_ContainerStoppedEvent
40 public function setStderr($stderr)
/dports/devel/nasm/nasm-2.15.05/travis/test/
H A Dret.json17 { "stderr": "ret-16.stderr" } string
26 { "stderr": "ret-32.stderr" } string
35 { "stderr": "ret-64.stderr" } string
H A Dfwdoptpp.json18 { "stderr": "fwdoptpp.warning.stderr" } string
26 { "stderr": "fwdoptpp.error.stderr" } string
35 { "stderr": "fwdoptpp.fatal.stderr" } string
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DSpawn.cs143 …ncNative func, IntPtr data, out int pid, IntPtr stdin, IntPtr stdout, IntPtr stderr, out IntPtr er… in g_spawn_async_with_pipes()
146 …ncNative func, IntPtr data, out int pid, IntPtr stdin, IntPtr stdout, IntPtr stderr, out IntPtr er… in g_spawn_async_with_pipes_utf8()
148 …ildSetupFunc child_setup, out Process child_process, ref int stdin, ref int stdout, ref int stderr) in SpawnAsyncWithPipes()
187 …gs, SpawnChildSetupFuncNative func, IntPtr data, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_sync()
190 …gs, SpawnChildSetupFuncNative func, IntPtr data, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_sync_utf8()
192 …awnFlags flags, SpawnChildSetupFunc child_setup, out string stdout, out string stderr, out int exi… in SpawnSync()
238 … bool g_spawn_command_line_sync (IntPtr cmdline, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_command_line_sync()
241 … g_spawn_command_line_sync_utf8 (IntPtr cmdline, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_command_line_sync_utf8()
243 … bool SpawnCommandLineSync (string command_line, out string stdout, out string stderr, out int exi… in SpawnCommandLineSync()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DSpawn.cs143 …ncNative func, IntPtr data, out int pid, IntPtr stdin, IntPtr stdout, IntPtr stderr, out IntPtr er… in g_spawn_async_with_pipes()
146 …ncNative func, IntPtr data, out int pid, IntPtr stdin, IntPtr stdout, IntPtr stderr, out IntPtr er… in g_spawn_async_with_pipes_utf8()
148 …ildSetupFunc child_setup, out Process child_process, ref int stdin, ref int stdout, ref int stderr) in SpawnAsyncWithPipes()
187 …gs, SpawnChildSetupFuncNative func, IntPtr data, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_sync()
190 …gs, SpawnChildSetupFuncNative func, IntPtr data, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_sync_utf8()
192 …awnFlags flags, SpawnChildSetupFunc child_setup, out string stdout, out string stderr, out int exi… in SpawnSync()
238 … bool g_spawn_command_line_sync (IntPtr cmdline, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_command_line_sync()
241 … g_spawn_command_line_sync_utf8 (IntPtr cmdline, out IntPtr stdout, out IntPtr stderr, out int exi… in g_spawn_command_line_sync_utf8()
243 … bool SpawnCommandLineSync (string command_line, out string stdout, out string stderr, out int exi… in SpawnCommandLineSync()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib/jdk/test/lib/process/
H A DOutputBuffer.java80 public static OutputBuffer of(String stdout, String stderr, int exitValue) { in of()
84 public static OutputBuffer of(String stdout, String stderr) { in of()
164 private final String stderr; field in OutputBuffer.EagerOutputBuffer
167 private EagerOutputBuffer(String stdout, String stderr, int exitValue) { in EagerOutputBuffer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib/jdk/test/lib/process/
H A DOutputBuffer.java80 public static OutputBuffer of(String stdout, String stderr, int exitValue) { in of()
84 public static OutputBuffer of(String stdout, String stderr) { in of()
164 private final String stderr; field in OutputBuffer.EagerOutputBuffer
167 private EagerOutputBuffer(String stdout, String stderr, int exitValue) { in EagerOutputBuffer()
/dports/databases/redis-devel/redis-0e5b813/tests/support/
H A Dserver.tcl15 proc check_valgrind_errors stderr { argument
22 proc check_sanitizer_errors stderr { argument
259 proc spawn_server {config_file stdout stderr} {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/travis/test/
H A Dfwdoptpp.json18 { "stderr": "fwdoptpp.warning.stderr" } string
26 { "stderr": "fwdoptpp.error.stderr" } string
35 { "stderr": "fwdoptpp.fatal.stderr" } string

12345678910>>...225