Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/scripts/
H A Dplot_summary.in105 my $out_file = "/tmp/tempdata$$";
112 open OUTPUT, ">$out_file" or die "$out_file: $!";
179 print "plot $ylimit \"$out_file\"" .
181 print "\"$out_file\" using 1:(\$3-\$6/2) " .
185 print "\"$out_file\" using 1:(\$3+\$6/2) " .
241 unlink $out_file;
249 my $out_file = "/tmp/tempdata$$";
254 open OUTPUT, ">$out_file" or die "$out_file: $!";
299 print "\"$out_file\" using 1:(\$3-\$7/2) " .
301 print "\"$out_file\" using 1:(\$3+\$7/2) " .
[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.1/contrib/wpa/src/utils/
H A Dwpa_debug.c35 static FILE *out_file = NULL; variable
79 if (out_file) in wpa_debug_print_timestamp()
229 if (out_file) { in wpa_printf()
356 if (out_file) { in _wpa_hexdump()
434 if (out_file) { in _wpa_hexdump_ascii()
436 fprintf(out_file, in _wpa_hexdump_ascii()
442 fprintf(out_file, in _wpa_hexdump_ascii()
583 if (out_file == NULL) { in wpa_debug_open_file()
602 if (!out_file) in wpa_debug_close_file()
604 fclose(out_file); in wpa_debug_close_file()
[all …]
/freebsd-13.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-section-file.c73 goto out_file; in pt_section_mk_status()
79 goto out_file; in pt_section_mk_status()
85 goto out_file; in pt_section_mk_status()
95 out_file: in pt_section_mk_status()
168 goto out_file; in pt_section_map()
174 goto out_file; in pt_section_map()
177 goto out_file; in pt_section_map()
186 out_file: in pt_section_map()
/freebsd-13.1/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.1/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.1/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.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c281 apr_file_t *out_file, in svn_ra_svn_create_conn3() argument
292 if (out_file) in svn_ra_svn_create_conn3()
293 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool); in svn_ra_svn_create_conn3()
303 apr_file_t *out_file, in svn_ra_svn_create_conn2() argument
307 return svn_ra_svn_create_conn3(sock, in_file, out_file, in svn_ra_svn_create_conn2()
315 apr_file_t *out_file, in svn_ra_svn_create_conn() argument
318 return svn_ra_svn_create_conn3(sock, in_file, out_file, in svn_ra_svn_create_conn()
H A Dclient.c464 apr_file_t *in_file, *out_file; in handle_child_process_error() local
469 || apr_file_open_stdout(&out_file, pool)) in handle_child_process_error()
473 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool); in handle_child_process_error()
/freebsd-13.1/usr.bin/indent/tests/
H A Dfunctional_test.sh43 local out_file="${tc}.stdout"
44 if [ -f "${out_file}" ]; then
/freebsd-13.1/sbin/ffsinfo/
H A Dffsinfo.c140 char *out_file; in main() local
147 out_file = strdup("-"); in main()
173 free(out_file); in main()
174 out_file = strdup(optarg); in main()
175 if (out_file == NULL) in main()
227 DBG_OPEN(out_file); /* already here we need a superblock */ in main()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp152 char **out_module, char **out_file, uptr *line, in ParseCommandOutput() argument
183 if (out_file) { in ParseCommandOutput()
185 rest = ExtractTokenUpToDelimiter(rest, ":", out_file); in ParseCommandOutput()
/freebsd-13.1/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.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp378 StreamFile out_file(path.c_str(), options, in DoExecute() local
381 if (!out_file.GetFile().IsValid()) { in DoExecute()
390 GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file, in DoExecute()
397 &clean_ctx, out_file, arg.ref(), OptionValue::eDumpGroupExport)); in DoExecute()
/freebsd-13.1/contrib/bmake/
H A Ddir.c1064 const char *name, char **out_file) in FindFileRelative() argument
1120 *out_file = file; in FindFileRelative()
1126 const char *name, const char *base, char **out_file) in FindFileAbsolute() argument
1166 *out_file = file; in FindFileAbsolute()
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c506 apr_file_t *out_file, *err_file; in redirect_stdout() local
509 if ((apr_err = apr_file_open_stdout(&out_file, pool))) in redirect_stdout()
513 return apr_file_dup2(out_file, err_file, pool); in redirect_stdout()
/freebsd-13.1/crypto/openssh/
H A Dssh-keygen.c2850 do_moduli_gen(const char *out_file, char **opts, size_t nopts) in do_moduli_gen() argument
2887 if ((out = fopen(out_file, "w")) == NULL) { in do_moduli_gen()
2889 out_file, strerror(errno)); in do_moduli_gen()
2903 do_moduli_screen(const char *out_file, char **opts, size_t nopts) in do_moduli_screen() argument
2951 if ((out = fopen(out_file, "a")) == NULL) { in do_moduli_screen()
2953 out_file, strerror(errno)); in do_moduli_screen()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1024 StreamFile out_file(path.c_str(), in SerializeBreakpointsToFile() local
1029 if (!out_file.GetFile().IsValid()) { in SerializeBreakpointsToFile()
1078 break_store_ptr->Dump(out_file, false); in SerializeBreakpointsToFile()
1079 out_file.PutChar('\n'); in SerializeBreakpointsToFile()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp427 char *out_file, int *out_lb, in __kmp_stg_parse_par_range() argument
455 len = __kmp_readstr_with_sentinel(out_file, value, in __kmp_stg_parse_par_range()