| /freebsd-13.1/contrib/ntp/scripts/ |
| H A D | plot_summary.in | 105 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 D | summary.in | 123 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 D | wpa_debug.c | 35 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 D | ptunit-section-file.c | 73 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 D | functional_test.sh | 38 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 D | functional_test.sh | 40 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 D | functional_test.sh | 39 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 D | deprecated.c | 281 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 D | client.c | 464 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 D | functional_test.sh | 43 local out_file="${tc}.stdout" 44 if [ -f "${out_file}" ]; then
|
| /freebsd-13.1/sbin/ffsinfo/ |
| H A D | ffsinfo.c | 140 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 D | sanitizer_symbolizer_mac.cpp | 152 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 D | svn_ra_svn.h | 249 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 D | CommandObjectSettings.cpp | 378 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 D | dir.c | 1064 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 D | svnserve.c | 506 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 D | ssh-keygen.c | 2850 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 D | Target.cpp | 1024 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 D | kmp_settings.cpp | 427 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()
|