Searched refs:out_file (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/ntp/scripts/
H A Dplot_summary.in105 my $out_file = "/tmp/tempdata$$";
112 open OUTPUT, ">$out_file" or die "$out_file: $!";
150 close OUTPUT or die "close failed on $out_file: $!";
179 print "plot $ylimit \"$out_file\"" .
181 print "\"$out_file\" using 1:(\$3-\$6/2) " .
183 print "\"$out_file\" using 1:3 smooth bezier " .
185 print "\"$out_file\" using 1:(\$3+\$6/2) " .
191 print "plot \"$out_file\" using 1:7:8:9 title \"mean frequency\", ";
192 print "\"$out_file\" usin
[all...]
H A Dsummary.in123 my ($directory, $fname, $out_file) = @_;
126 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
192 my ($directory, $fname, $out_file) = @_;
195 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
284 my ($directory, $fname, $out_file) = @_;
287 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
/freebsd-13-stable/lib/libxo/tests/
H A Dfunctional_test.sh38 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
39 [ -s "${out_file}" ] && out_flag="-o file:${out_file}"
47 atf_check -s exit:0 -e file:${err_file} -o file:${out_file} \
/freebsd-13-stable/usr.bin/xo/tests/
H A Dfunctional_test.sh40 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
41 [ -s "${out_file}" ] && out_flag="-o file:${out_file}"
43 atf_check -s exit:0 -e file:${err_file} -o file:${out_file} \
/freebsd-13-stable/bin/sh/tests/
H A Dfunctional_test.sh39 local out_file="${SRCDIR}/${tc}.stdout"
40 [ -f "${out_file}" ] && out_flag="-o file:${out_file}"
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section-file.c73 goto out_file;
79 goto out_file;
85 goto out_file;
95 out_file:
168 goto out_file;
174 goto out_file;
177 goto out_file;
186 out_file:
/freebsd-13-stable/usr.bin/indent/tests/
H A Dfunctional_test.sh43 local out_file="${tc}.stdout"
44 if [ -f "${out_file}" ]; then
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c65 static FILE *out_file = NULL; variable
79 if (out_file) {
80 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
226 if (out_file) {
227 vfprintf(out_file, fmt, ap);
228 fprintf(out_file, "\n");
353 if (out_file) {
354 fprintf(out_file, "%s - hexdump(len=%lu):",
357 fprintf(out_file, " [NULL]");
360 fprintf(out_file, "
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c281 apr_file_t *out_file,
292 if (out_file)
293 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
303 apr_file_t *out_file,
307 return svn_ra_svn_create_conn3(sock, in_file, out_file,
315 apr_file_t *out_file,
318 return svn_ra_svn_create_conn3(sock, in_file, out_file,
279 svn_ra_svn_create_conn3(apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, int compression_level, apr_size_t zero_copy_limit, apr_size_t error_check_interval, apr_pool_t *pool) argument
301 svn_ra_svn_create_conn2(apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, int compression_level, apr_pool_t *pool) argument
313 svn_ra_svn_create_conn(apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, apr_pool_t *pool) argument
H A Dclient.c465 apr_file_t *in_file, *out_file;
470 || apr_file_open_stdout(&out_file, pool))
474 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
464 apr_file_t *in_file, *out_file; local
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h249 apr_file_t *out_file,
266 apr_file_t *out_file,
280 apr_file_t *out_file,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp145 char **out_module, char **out_file, uptr *line,
176 if (out_file) {
178 rest = ExtractTokenUpToDelimiter(rest, ":", out_file);
144 ParseCommandOutput(const char *str, uptr addr, char **out_name, char **out_module, char **out_file, uptr *line, uptr *start_address) argument
/freebsd-13-stable/sbin/ffsinfo/
H A Dffsinfo.c140 char *out_file; local
147 out_file = strdup("-");
173 free(out_file);
174 out_file = strdup(optarg);
175 if (out_file == NULL)
227 DBG_OPEN(out_file); /* already here we need a superblock */
/freebsd-13-stable/crypto/openssh/
H A Dssh-keygen.c2441 char out_file[PATH_MAX], *checkpoint = NULL; local
2640 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2641 sizeof(out_file))
2668 if (strlcpy(out_file, optarg, sizeof(out_file)) >=
2669 sizeof(out_file))
2771 FILE *out = fopen(out_file, "w");
2775 out_file, strerror(errno));
2788 FILE *out = fopen(out_file, "
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp383 StreamFile out_file(path.c_str(), options,
386 if (!out_file.GetFile().IsValid()) {
396 GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file,
403 &clean_ctx, out_file, arg.ref(), OptionValue::eDumpGroupExport));
/freebsd-13-stable/contrib/bmake/
H A Ddir.c1069 const char *name, char **out_file)
1125 *out_file = file;
1132 char **out_file)
1172 *out_file = file;
1068 FindFileRelative(SearchPath *path, Boolean seenDotLast, const char *name, char **out_file) argument
1130 FindFileAbsolute(SearchPath *path, Boolean const seenDotLast, const char *const name, const char *const base, char **out_file) argument
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c507 apr_file_t *out_file, *err_file;
510 if ((apr_err = apr_file_open_stdout(&out_file, pool)))
514 return apr_file_dup2(out_file, err_file, pool);
506 apr_file_t *out_file, *err_file; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1006 StreamFile out_file(path.c_str(),
1011 if (!out_file.GetFile().IsValid()) {
1060 break_store_ptr->Dump(out_file, false);
1061 out_file.PutChar('\n');
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp424 char *out_file, int *out_lb,
452 len = __kmp_readstr_with_sentinel(out_file, value,
422 __kmp_stg_parse_par_range(char const *name, char const *value, int *out_range, char *out_routine, char *out_file, int *out_lb, int *out_ub) argument

Completed in 512 milliseconds