Home
last modified time | relevance | path

Searched refs:stdout_file (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/devel/R-cran-progressr/progressr/R/
H A Dglobal_progression_handler.R70 stdout_file <- NULL globalVar
102 stdout_file <<- flush_stdout(stdout_file, close = FALSE)
117 stdout_file <<- delay_stdout(delays, stdout_file = stdout_file)
184 stdout_file <<- flush_stdout(stdout_file, close = FALSE)
206 stdout_file <<- delay_stdout(delays, stdout_file = stdout_file)
229 stdout_file <<- delay_stdout(delays, stdout_file = stdout_file)
246 stdout_file = stdout_file, nameattr
329 stdout_file
351 close(stdout_file)
352 stdout_file <- NULL
[all …]
H A Dwith_progress.R161 stdout_file <- delay_stdout(delays, stdout_file = NULL) functionVar
162 on.exit(flush_stdout(stdout_file), add = TRUE)
195 if (length(conditions) > 0L || has_buffered_stdout(stdout_file)) {
197 stdout_file <<- flush_stdout(stdout_file, close = FALSE)
216 if (length(conditions) > 0L || has_buffered_stdout(stdout_file)) {
218 stdout_file <<- flush_stdout(stdout_file, close = FALSE)
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/contrib/
H A Dcron-run-all-md2nroff.pl57 my $stdout_file = shift;
62 $stdout_file = "runall-md2nroff-$logfile_counter-$stdout_file";
66 if (defined $stdout_file) {
67 $stdout_file = "$logfile_dir/$stdout_file.log";
68 unlink($stdout_file);
69 $cmd .= " >$stdout_file";
83 system("cat $stdout_file")
84 if ($verbose_arg && defined($stdout_file) && -f $stdout_file);
/dports/net/mpich/mpich-3.4.3/modules/libfabric/config/
H A Dcron-make-nightly-tarball.pl83 my $stdout_file = shift;
86 if (defined $stdout_file) {
87 $stdout_file = "$logfile_dir_arg/$stdout_file.log";
88 unlink($stdout_file);
89 $cmd .= " >$stdout_file";
106 system("cat $stdout_file")
107 if (defined($stdout_file) && -f $stdout_file);
110 system("cat $stdout_file")
111 if ($debug_arg && defined($stdout_file) && -f $stdout_file);
H A Dcron-submit-coverity.pl64 my $stdout_file = shift;
67 if (defined($stdout_file)) {
68 $stdout_file = "$logfile_dir_arg/$stdout_file.log";
69 unlink($stdout_file);
70 $cmd .= " >$stdout_file";
83 system("cat $stdout_file")
84 if ($debug_arg && defined($stdout_file) && -f $stdout_file);
H A Dcron-run-all-md2nroff.pl65 my $stdout_file = shift;
68 if (defined $stdout_file) {
72 $stdout_file = "runall-md2nroff-$logfile_counter-$stdout_file";
75 $stdout_file = "$logfile_dir/$stdout_file.log";
76 unlink($stdout_file);
77 $cmd .= " >$stdout_file";
88 system("cat $stdout_file")
89 if ($verbose_arg && defined($stdout_file) && -f $stdout_file);
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/test/
H A Drunner-unix.c60 FILE* stdout_file; in process_start() local
65 stdout_file = tmpfile(); in process_start()
66 if (!stdout_file) { in process_start()
102 dup2(fileno(stdout_file), STDOUT_FILENO); in process_start()
103 dup2(fileno(stdout_file), STDERR_FILENO); in process_start()
112 p->stdout_file = stdout_file; in process_start()
255 int r = fseek(p->stdout_file, 0, SEEK_SET); in process_copy_output()
280 if (ferror(p->stdout_file)) { in process_copy_output()
295 int r = fseek(p->stdout_file, 0, SEEK_SET); in process_read_last_line()
308 if (ferror(p->stdout_file)) { in process_read_last_line()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Drunner-unix.c63 FILE* stdout_file; in process_start() local
70 stdout_file = tmpfile(); in process_start()
71 stdout_fd = fileno(stdout_file); in process_start()
72 if (!stdout_file) { in process_start()
118 p->stdout_file = stdout_file; in process_start()
288 int r = fstat(fileno(p->stdout_file), &buf); in process_output_size()
302 r = fseek(p->stdout_file, 0, SEEK_SET); in process_copy_output()
312 if (ferror(p->stdout_file)) { in process_copy_output()
327 int r = fseek(p->stdout_file, 0, SEEK_SET); in process_read_last_line()
340 if (ferror(p->stdout_file)) { in process_read_last_line()
[all …]
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Drunner-unix.c82 FILE* stdout_file; in process_start() local
111 stdout_file = tmpfile(); in process_start()
112 stdout_fd = fileno(stdout_file); in process_start()
113 if (!stdout_file) { in process_start()
155 p->stdout_file = stdout_file; in process_start()
347 int r = fstat(fileno(p->stdout_file), &buf); in process_output_size()
361 r = fseek(p->stdout_file, 0, SEEK_SET); in process_copy_output()
371 if (ferror(p->stdout_file)) { in process_copy_output()
386 int r = fseek(p->stdout_file, 0, SEEK_SET); in process_read_last_line()
400 if (ferror(p->stdout_file)) { in process_read_last_line()
[all …]
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Drunner-unix.c82 FILE* stdout_file; in process_start() local
111 stdout_file = tmpfile(); in process_start()
112 stdout_fd = fileno(stdout_file); in process_start()
113 if (!stdout_file) { in process_start()
155 p->stdout_file = stdout_file; in process_start()
347 int r = fstat(fileno(p->stdout_file), &buf); in process_output_size()
361 r = fseek(p->stdout_file, 0, SEEK_SET); in process_copy_output()
371 if (ferror(p->stdout_file)) { in process_copy_output()
386 int r = fseek(p->stdout_file, 0, SEEK_SET); in process_read_last_line()
400 if (ferror(p->stdout_file)) { in process_read_last_line()
[all …]
/dports/devel/libuv/libuv-v1.42.0/test/
H A Drunner-unix.c82 FILE* stdout_file; in process_start() local
111 stdout_file = tmpfile(); in process_start()
112 stdout_fd = fileno(stdout_file); in process_start()
113 if (!stdout_file) { in process_start()
155 p->stdout_file = stdout_file; in process_start()
347 int r = fstat(fileno(p->stdout_file), &buf); in process_output_size()
361 r = fseek(p->stdout_file, 0, SEEK_SET); in process_copy_output()
371 if (ferror(p->stdout_file)) { in process_copy_output()
386 int r = fseek(p->stdout_file, 0, SEEK_SET); in process_read_last_line()
400 if (ferror(p->stdout_file)) { in process_read_last_line()
[all …]
/dports/lang/solidity/solidity_0.8.11/scripts/
H A Dcommon.sh135 local stdout_file stderr_file
136 stdout_file="$(mktemp -t cmdline_test_command_stdout_XXXXXX.txt)"
139 if "${command[@]}" > "$stdout_file" 2> "$stderr_file"
141 [[ $no_stdout == "true" ]] || cat "$stdout_file"
143 rm "$stdout_file" "$stderr_file"
149 if [[ -s "$stdout_file" ]]
153 >&2 cat "$stdout_file"
167 rm "$stdout_file" "$stderr_file"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/scripts/
H A Dextractor_test.py28 stdout_file = re.sub(r'\.cc$', '-stdout.txt', source_file)
30 return (stdout_file, stderr_file)
54 (stdout_file, stderr_file) = get_expected_files(source_file)
55 with open(stdout_file) as f:
74 (stdout_file, stderr_file) = get_expected_files(source_file)
75 with open(stdout_file, "w") as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/scripts/
H A Dextractor_test.py28 stdout_file = re.sub(r'\.cc$', '-stdout.txt', source_file)
30 return (stdout_file, stderr_file)
54 (stdout_file, stderr_file) = get_expected_files(source_file)
55 with open(stdout_file) as f:
74 (stdout_file, stderr_file) = get_expected_files(source_file)
75 with open(stdout_file, "w") as f:
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dwin32_tools.h416 static const wchar_t* stdout_file; member
421 template<typename Dummy> const wchar_t* Win32RedirectStaticHolder<Dummy>::stdout_file = 0;
471 if (Win32RedirectHolder::stdout_file && Win32RedirectHolder::stdout_file[0] != 0) { in win32_redirect_stdio_to_files_cleanup()
474 errno = _wfopen_s(&file, Win32RedirectHolder::stdout_file, L"rb"); in win32_redirect_stdio_to_files_cleanup()
476 file = _wfopen(Win32RedirectHolder::stdout_file, L"rb"); in win32_redirect_stdio_to_files_cleanup()
482 (void)_wremove(Win32RedirectHolder::stdout_file); // ignore possible failure in win32_redirect_stdio_to_files_cleanup()
486 delete[] Win32RedirectHolder::stdout_file; in win32_redirect_stdio_to_files_cleanup()
487 Win32RedirectHolder::stdout_file = 0; in win32_redirect_stdio_to_files_cleanup()
489 if (Win32RedirectHolder::stdout_file && Win32RedirectHolder::stderr_file[0] != 0) { in win32_redirect_stdio_to_files_cleanup()
519 if (stdout_file.empty()) { in win32_redirect_stdio_to_files()
[all …]
/dports/security/nmap/nmap-7.91/zenmap/zenmapCore/
H A DDiff.py125 self.stdout_file = tempfile.TemporaryFile(
136 stdout=self.stdout_file,
137 stderr=self.stdout_file,
144 self.stdout_file.seek(0)
146 return self.stdout_file.read()
150 self.stdout_file.close()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dds_stdout.c64 ds_stdout_file_t *stdout_file; in stdout_open() local
76 stdout_file = (ds_stdout_file_t *) (file + 1); in stdout_open()
83 stdout_file->fd = fileno(stdout); in stdout_open()
85 file->path = (char *) stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
88 file->ptr = stdout_file; in stdout_open()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dinit_output.F9016 use files, only : stdout_file
29 stdout_file = cla_get_output()
30 if ( stdout_file /= ' ' ) then
33 open(unit=6, file=trim(stdout_file), form="formatted", &
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dds_stdout.cc55 ds_stdout_file_t *stdout_file; in stdout_open() local
65 stdout_file = (ds_stdout_file_t *)(file + 1); in stdout_open()
71 stdout_file->fd = fileno(stdout); in stdout_open()
73 file->path = (char *)stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
76 file->ptr = stdout_file; in stdout_open()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dds_stdout.cc66 ds_stdout_file_t *stdout_file; in stdout_open() local
75 stdout_file = (ds_stdout_file_t *) (file + 1); in stdout_open()
82 stdout_file->fd = my_fileno(stdout); in stdout_open()
84 file->path = (char *) stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
87 file->ptr = stdout_file; in stdout_open()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dds_stdout.cc66 ds_stdout_file_t *stdout_file; in stdout_open() local
77 stdout_file = (ds_stdout_file_t *) (file + 1); in stdout_open()
84 stdout_file->fd = my_fileno(stdout); in stdout_open()
86 file->path = (char *) stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
89 file->ptr = stdout_file; in stdout_open()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dds_stdout.cc66 ds_stdout_file_t *stdout_file; in stdout_open() local
75 stdout_file = (ds_stdout_file_t *) (file + 1); in stdout_open()
82 stdout_file->fd = my_fileno(stdout); in stdout_open()
84 file->path = (char *) stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
87 file->ptr = stdout_file; in stdout_open()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dds_stdout.cc66 ds_stdout_file_t *stdout_file; in stdout_open() local
77 stdout_file = (ds_stdout_file_t *) (file + 1); in stdout_open()
84 stdout_file->fd = my_fileno(stdout); in stdout_open()
86 file->path = (char *) stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
89 file->ptr = stdout_file; in stdout_open()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dds_stdout.cc66 ds_stdout_file_t *stdout_file; in stdout_open() local
77 stdout_file = (ds_stdout_file_t *) (file + 1); in stdout_open()
84 stdout_file->fd = my_fileno(stdout); in stdout_open()
86 file->path = (char *) stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
89 file->ptr = stdout_file; in stdout_open()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dds_stdout.cc66 ds_stdout_file_t *stdout_file; in stdout_open() local
77 stdout_file = (ds_stdout_file_t *) (file + 1); in stdout_open()
84 stdout_file->fd = my_fileno(stdout); in stdout_open()
86 file->path = (char *) stdout_file + sizeof(ds_stdout_file_t); in stdout_open()
89 file->ptr = stdout_file; in stdout_open()

12345678910>>...15