Home
last modified time | relevance | path

Searched refs:stderr_file (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/unix/sysdep/dsp-drivers/
H A Dalsa.c233 fprintf(stderr_file, in alsa_dsp_create()
326 fprintf(stderr_file, in alsa_dsp_write()
334 fprintf(stderr_file, in alsa_dsp_write()
505 fprintf(stderr_file, in alsa_dsp_set_params()
512 fprintf(stderr_file, in alsa_dsp_set_params()
519 fprintf(stderr_file, in alsa_dsp_set_params()
527 fprintf(stderr_file, in alsa_dsp_set_params()
533 fprintf(stderr_file, in alsa_dsp_set_params()
546 fprintf(stderr_file, in alsa_dsp_set_params()
554 fprintf(stderr_file, in alsa_dsp_set_params()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/unix/sysdep/dsp-drivers/
H A Dalsa.c222 fprintf(stderr_file, in alsa_dsp_create()
234 fprintf(stderr_file, in alsa_dsp_create()
242 fprintf(stderr_file, in alsa_dsp_create()
250 fprintf(stderr_file, in alsa_dsp_create()
259 fprintf(stderr_file, in alsa_dsp_create()
270 fprintf(stderr_file, in alsa_dsp_create()
282 fprintf(stderr_file, in alsa_dsp_create()
291 fprintf(stderr_file, in alsa_dsp_create()
322 fprintf(stderr_file, in alsa_dsp_create()
424 fprintf(stderr_file, in alsa_dsp_write()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_import_tariff.py73 def start_bzr_subprocess_with_import_check(self, args, stderr_file=None): argument
88 if stderr_file:
91 kwargs['stderr'] = stderr_file
264 stderr_file = open('bzr-serve.stderr', 'w')
266 … '--inet', '-d', tree.basedir], stderr_file=stderr_file)
278 stderr_file.close()
279 with open('bzr-serve.stderr', 'rb') as stderr_file:
280 err = stderr_file.read()
/dports/lang/solidity/solidity_0.8.11/scripts/
H A Dcommon.sh135 local stdout_file stderr_file
137 stderr_file="$(mktemp -t cmdline_test_command_stderr_XXXXXX.txt)"
139 if "${command[@]}" > "$stdout_file" 2> "$stderr_file"
142 [[ $no_stderr == "true" ]] || >&2 cat "$stderr_file"
143 rm "$stdout_file" "$stderr_file"
158 if [[ -s "$stderr_file" ]]
161 >&2 cat "$stderr_file"
167 rm "$stdout_file" "$stderr_file"
/dports/devel/kyua/kyua-0.13/utils/
H A Dstacktrace_test.cpp418 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
420 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
422 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
424 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
426 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
460 atf::utils::cat_file(exit_handle.stderr_file().str(), "stderr: "); in ATF_TEST_CASE_BODY()
462 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
482 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
505 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
507 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/scripts/
H A Dextractor_test.py29 stderr_file = re.sub(r'\.cc$', '-stderr.txt', source_file)
30 return (stdout_file, stderr_file)
54 (stdout_file, stderr_file) = get_expected_files(source_file)
57 with open(stderr_file) as f:
74 (stdout_file, stderr_file) = get_expected_files(source_file)
77 with open(stderr_file, "w") as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/scripts/
H A Dextractor_test.py29 stderr_file = re.sub(r'\.cc$', '-stderr.txt', source_file)
30 return (stdout_file, stderr_file)
54 (stdout_file, stderr_file) = get_expected_files(source_file)
57 with open(stderr_file) as f:
74 (stdout_file, stderr_file) = get_expected_files(source_file)
77 with open(stderr_file, "w") as f:
/dports/devel/kyua/kyua-0.13/utils/process/
H A Dexecutor.cpp138 const fs::path stderr_file; member
178 stderr_file(stderr_file_), in impl()
253 executor::exec_handle::stderr_file(void) const in stderr_file() function in executor::exec_handle
255 return _pimpl->stderr_file; in stderr_file()
286 const fs::path stderr_file; member
524 executor::exit_handle::stderr_file(void) const in stderr_file() function in executor::exit_handle
526 return _pimpl->stderr_file; in stderr_file()
670 data.stderr_file(), in post_wait()
761 const fs::path& stderr_file, in spawn_post() argument
771 stderr_file, in spawn_post()
[all …]
H A Dexecutor_test.cpp490 const fs::path stderr_file = exit_handle.stderr_file(); in ATF_TEST_CASE_BODY() local
492 stderr_file.str(), "stderr: some other text\n")); in ATF_TEST_CASE_BODY()
496 ATF_REQUIRE(!fs::exists(stderr_file)); in ATF_TEST_CASE_BODY()
508 const fs::path stderr_file("custom-stderr.txt"); in ATF_TEST_CASE_BODY() local
513 utils::make_optional(stderr_file)); in ATF_TEST_CASE_BODY()
522 ATF_REQUIRE_EQ(stderr_file, exit_handle.stderr_file()); in ATF_TEST_CASE_BODY()
597 ATF_REQUIRE_EQ(exit_1_handle.stderr_file(), exit_2_handle.stderr_file()); in ATF_TEST_CASE_BODY()
610 ATF_REQUIRE_EQ(exit_1_handle.stderr_file(), exit_3_handle.stderr_file()); in ATF_TEST_CASE_BODY()
630 exit_1_handle.stderr_file().str(), in ATF_TEST_CASE_BODY()
761 paths.push_back(exit_handle1.stderr_file()); in ATF_TEST_CASE_BODY()
[all …]
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dwin32_tools.h417 static const wchar_t* stderr_file; member
422 template<typename Dummy> const wchar_t* Win32RedirectStaticHolder<Dummy>::stderr_file = 0;
489 if (Win32RedirectHolder::stdout_file && Win32RedirectHolder::stderr_file[0] != 0) { in win32_redirect_stdio_to_files_cleanup()
492 errno = _wfopen_s(&file, Win32RedirectHolder::stderr_file, L"rb"); in win32_redirect_stdio_to_files_cleanup()
494 file = _wfopen(Win32RedirectHolder::stderr_file, L"rb"); in win32_redirect_stdio_to_files_cleanup()
500 (void)_wremove(Win32RedirectHolder::stderr_file); // ignore possible failure in win32_redirect_stdio_to_files_cleanup()
504 delete[] Win32RedirectHolder::stderr_file; in win32_redirect_stdio_to_files_cleanup()
505 Win32RedirectHolder::stderr_file = 0; in win32_redirect_stdio_to_files_cleanup()
516 inline bool win32_redirect_stdio_to_files(std::string stdout_file, std::string stderr_file) in win32_redirect_stdio_to_files() argument
541 if (stderr_file.empty()) { in win32_redirect_stdio_to_files()
[all …]
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/ci/jenkins/
H A DJenkinsfile_py3-master_gpu_doc60 def stderr_file = base_name + '.stderr.log'
77 …\"(python3 docs/md2ipynb.py ${md_file} | tee ${stdout_file}) 3>&1 1>&2 2>&3 | tee ${stderr_file} \"
81 --key batch/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/${stderr_file}
82 …p s3://gluon-nlp-staging/batch/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/${stderr_file} ${stderr_file}
83 cat ${stderr_file}
110 …\"(python3 docs/md2ipynb.py ${md_file} | tee ${stdout_file}) 3>&1 1>&2 2>&3 | tee ${stderr_file} \"
114 --key batch/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/${stderr_file}
115 …p s3://gluon-nlp-staging/batch/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/${stderr_file} ${stderr_file}
116 cat ${stderr_file}
/dports/devel/sunpromake/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/devel/sccs/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/net/rscsi/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/archivers/star/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/sysutils/cdrtools/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/editors/ved/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/devel/schilybase/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/devel/smake/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/sysutils/schilyutils/schily-2021-09-18/sunpro/Make/include/mksh/
H A Ddosys.h44 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
45 …olean ignore_error, Boolean redirect_out_err, char *stdout_file, char *stderr_file, int nice_prio);
46 …_exec, Name target, Boolean redirect_out_err, char *stdout_file, char *stderr_file, pathpt vroot_p…
47 extern void redirect_io(char *stdout_file, char *stderr_file);
/dports/devel/distcc/distcc-3.3.5/src/
H A Dexec.c85 const char *stderr_file) NORETURN;
109 const char *stderr_file) in dcc_redirect_fds() argument
123 if (stderr_file) { in dcc_redirect_fds()
126 if ((ret = dcc_redirect_fd(STDERR_FILENO, stderr_file, in dcc_redirect_fds()
295 const char *stderr_file) in dcc_inside_child() argument
326 status = dcc_execvp_cyg(argv, stdin_file, stdout_file, stderr_file); in dcc_inside_child()
336 if ((ret = dcc_redirect_fds(stdin_file, stdout_file, stderr_file))) in dcc_inside_child()
383 const char *stderr_file) in dcc_spawn_child() argument
405 dcc_inside_child(argv, stdin_file, stdout_file, stderr_file); in dcc_spawn_child()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/daemonize-simple-0.1.5/src/
H A Dunix.rs16 pub stderr_file: Option<PathBuf>, field
69 let stderr_file = self.stderr_file.unwrap_or_else(|| "/dev/null".into()); in _doit() localVariable
74 .open(&stderr_file) in _doit()
79 mem::forget(stderr_file); in _doit()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Ddiagnostics.cpp94 static FILE* stderr_file; variable
329 stderr_file = freopen(stderr_log, "a", stderr); in diagnostics_init()
331 if (!stderr_file) { in diagnostics_init()
334 setbuf(stderr_file, 0); in diagnostics_init()
341 stderr_file = freopen(stderr_log, "w", stderr); in diagnostics_init()
343 if (!stderr_file) { in diagnostics_init()
346 setbuf(stderr_file, 0); in diagnostics_init()
662 if (NULL == stderr_file) return ERR_FOPEN; in diagnostics_cycle_logs()
663 fclose(stderr_file); in diagnostics_cycle_logs()
667 setbuf(stderr_file, 0); in diagnostics_cycle_logs()
[all …]
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/common/utils/
H A Dshellutil.py282 stderr_file = None
289 stderr_file = tempfile.TemporaryFile()
290 popen_stderr = stderr_file
313 if stderr_file is not None:
314 stderr_file.seek(0)
315 pipe_stderr = stderr_file.read()
319 if stderr_file is not None:
320 stderr_file.close()
/dports/mail/grepmail/grepmail-5.3033/t/
H A Dinvalid_mailbox.t55 my ($stdout_file,$stderr_file) = @{ shift @_ };
83 my $test_stderr = catfile('t','temp',"${testname}_$stderr_file.stderr");
101 my $modified_stderr_1 = "t/temp/${stderr_file}_1";
102 my $modified_stderr_2 = "t/temp/${stderr_file}_2";
105 my $real_stderr = catfile('t','results',$stderr_file);

12345678910>>...14