Home
last modified time | relevance | path

Searched refs:out_filename (Results 1 – 25 of 861) sorted by relevance

12345678910>>...35

/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A Damreport.pl119 unlink $out_filename;
332 ok(!-f $out_filename, "..no file output");
348 ok(!-f $out_filename, "..no file output");
361 ok(!-f $out_filename, "..no file output");
376 ok(!-f $out_filename, "..no file output");
390 results_match($out_filename,
405 results_match($out_filename,
507 '-p', $out_filename),
514 results_match($out_filename,
617 run($amreport, 'TESTCONF', '-f', $out_filename);
[all …]
/dports/misc/amanda-server/amanda-3.3.9/installcheck/
H A Damreport.pl119 unlink $out_filename;
332 ok(!-f $out_filename, "..no file output");
348 ok(!-f $out_filename, "..no file output");
361 ok(!-f $out_filename, "..no file output");
376 ok(!-f $out_filename, "..no file output");
390 results_match($out_filename,
405 results_match($out_filename,
507 '-p', $out_filename),
514 results_match($out_filename,
617 run($amreport, 'TESTCONF', '-f', $out_filename);
[all …]
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Davroappend.c55 if (avro_file_reader(out_filename, &oreader)) { in process_file()
57 out_filename, avro_strerror()); in process_file()
75 if (avro_file_writer_open(out_filename, &writer)) { in process_file()
77 out_filename, avro_strerror()); in process_file()
91 out_filename, avro_strerror()); in process_file()
126 if (stat(out_filename, &out_stat) == -1) { in check_filenames()
141 char *out_filename; in main() local
148 out_filename = argv[1]; in main()
151 out_filename = argv[0]; in main()
158 int ret = check_filenames(in_filename, out_filename); in main()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Davroappend.c55 if (avro_file_reader(out_filename, &oreader)) {
57 out_filename, avro_strerror());
75 if (avro_file_writer_open(out_filename, &writer)) {
77 out_filename, avro_strerror());
91 out_filename, avro_strerror());
126 if (stat(out_filename, &out_stat) == -1) {
141 char *out_filename;
148 out_filename = argv[1];
151 out_filename = argv[0];
158 int ret = check_filenames(in_filename, out_filename);
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_xml_debugcheck.pl13 my $out_filename = "$Self->{obj_dir}/V$Self->{name}.xml";
24 files_identical("$out_filename", $Self->{golden_filename}, 'logfile');
28 file_grep("$out_filename", qr/<constpool /x);
29 file_grep("$out_filename", qr/<inititem /x);
30 file_grep("$out_filename", qr/<if /x);
31 file_grep("$out_filename", qr/<while /x);
32 file_grep("$out_filename", qr/<begin>/x); # for <if> and <while>
33 file_grep("$out_filename", qr/ signed=/x); # for <basicdtype>
34 file_grep("$out_filename", qr/ func=/x); # for <ccall>
H A Dt_inst_tree_inl0_pub0.pl14 my $out_filename = "$Self->{obj_dir}/V$Self->{name}.xml";
21 file_grep("$out_filename", qr/\<module fl="e56" loc=".*?" name="l1" origName="l1"\>/i);
22 file_grep("$out_filename", qr/\<module fl="e62" loc=".*?" name="l2" origName="l2"\>/i);
23 file_grep("$out_filename", qr/\<module fl="e69" loc=".*?" name="l3" origName="l3"\>/i);
24 file_grep("$out_filename", qr/\<module fl="e76" loc=".*?" name="l4" origName="l4"\>/i);
25 file_grep("$out_filename", qr/\<module fl="e83" loc=".*?" name="l5__P2" origName="l5"\>/i);
26 file_grep("$out_filename", qr/\<module fl="e83" loc=".*?" name="l5__P1" origName="l5"\>/i);
H A Dt_unopt_combo_isolate.pl14 my $out_filename = "$Self->{obj_dir}/V$Self->{name}.xml";
22 …file_grep("$out_filename", qr/\<var fl="d23" loc=".*?" name="t.b" dtype_id="\d+" vartype="logic" o…
23 …file_grep("$out_filename", qr/\<var fl="d99" loc=".*?" name="__Vfunc_t.file.get_31_16__0__Vfuncout…
24 …file_grep("$out_filename", qr/\<var fl="d100" loc=".*?" name="__Vfunc_t.file.get_31_16__0__t_crc" …
25 …file_grep("$out_filename", qr/\<var fl="d112" loc=".*?" name="__Vtask_t.file.set_b_d__1__t_crc" dt…
26 …file_grep("$out_filename", qr/\<var fl="d113" loc=".*?" name="__Vtask_t.file.set_b_d__1__t_c" dtyp…
H A Dt_unopt_combo_isolate_vlt.pl14 my $out_filename = "$Self->{obj_dir}/V$Self->{name}.xml";
22 …file_grep("$out_filename", qr/\<var fl="e23" loc=".*?" name="t.b" dtype_id="\d+" vartype="logic" o…
23 …file_grep("$out_filename", qr/\<var fl="e104" loc=".*?" name="__Vfunc_t.file.get_31_16__0__Vfuncou…
24 …file_grep("$out_filename", qr/\<var fl="e105" loc=".*?" name="__Vfunc_t.file.get_31_16__0__t_crc" …
25 …file_grep("$out_filename", qr/\<var fl="e115" loc=".*?" name="__Vtask_t.file.set_b_d__1__t_crc" dt…
26 …file_grep("$out_filename", qr/\<var fl="e116" loc=".*?" name="__Vtask_t.file.set_b_d__1__t_c" dtyp…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py124 with open(self.out_filename, 'w') as f:
133 with open(self.out_filename, 'r') as f:
139 with open(self.out_filename, 'w') as f:
142 with open(self.out_filename, 'r') as f:
147 with open(self.out_filename, 'w') as f:
153 with open(self.out_filename, 'r') as f:
161 with open(self.out_filename, 'w') as f:
164 with open(self.out_filename, 'r') as f:
170 with open(self.out_filename, 'w') as f:
173 with open(self.out_filename, 'r') as f:
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py124 with open(self.out_filename, 'w') as f:
133 with open(self.out_filename, 'r') as f:
139 with open(self.out_filename, 'w') as f:
142 with open(self.out_filename, 'r') as f:
147 with open(self.out_filename, 'w') as f:
153 with open(self.out_filename, 'r') as f:
161 with open(self.out_filename, 'w') as f:
164 with open(self.out_filename, 'r') as f:
170 with open(self.out_filename, 'w') as f:
173 with open(self.out_filename, 'r') as f:
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py123 with open(self.out_filename, 'w') as f:
132 with open(self.out_filename, 'r') as f:
137 with open(self.out_filename, 'w') as f:
140 with open(self.out_filename, 'r') as f:
144 with open(self.out_filename, 'w') as f:
150 with open(self.out_filename, 'r') as f:
157 with open(self.out_filename, 'w') as f:
160 with open(self.out_filename, 'r') as f:
165 with open(self.out_filename, 'w') as f:
168 with open(self.out_filename, 'r') as f:
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py124 with open(self.out_filename, 'w') as f:
133 with open(self.out_filename, 'r') as f:
139 with open(self.out_filename, 'w') as f:
142 with open(self.out_filename, 'r') as f:
147 with open(self.out_filename, 'w') as f:
153 with open(self.out_filename, 'r') as f:
161 with open(self.out_filename, 'w') as f:
164 with open(self.out_filename, 'r') as f:
170 with open(self.out_filename, 'w') as f:
173 with open(self.out_filename, 'r') as f:
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/python_api/file_handle/
H A DTestFileHandle.py132 with open(self.out_filename, 'w') as f:
141 with open(self.out_filename, 'r') as f:
147 with open(self.out_filename, 'w') as f:
151 with open(self.out_filename, 'r') as f:
156 with open(self.out_filename, 'w') as f:
163 with open(self.out_filename, 'r') as f:
171 with open(self.out_filename, 'w') as f:
175 with open(self.out_filename, 'r') as f:
182 with open(self.out_filename, 'w') as f:
185 with open(self.out_filename, 'r') as f:
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py124 with open(self.out_filename, 'w') as f:
133 with open(self.out_filename, 'r') as f:
139 with open(self.out_filename, 'w') as f:
142 with open(self.out_filename, 'r') as f:
147 with open(self.out_filename, 'w') as f:
153 with open(self.out_filename, 'r') as f:
161 with open(self.out_filename, 'w') as f:
164 with open(self.out_filename, 'r') as f:
170 with open(self.out_filename, 'w') as f:
173 with open(self.out_filename, 'r') as f:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py125 with open(self.out_filename, 'w') as f:
134 with open(self.out_filename, 'r') as f:
141 with open(self.out_filename, 'w') as f:
144 with open(self.out_filename, 'r') as f:
150 with open(self.out_filename, 'w') as f:
156 with open(self.out_filename, 'r') as f:
165 with open(self.out_filename, 'w') as f:
168 with open(self.out_filename, 'r') as f:
175 with open(self.out_filename, 'w') as f:
178 with open(self.out_filename, 'r') as f:
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py125 with open(self.out_filename, 'w') as f:
134 with open(self.out_filename, 'r') as f:
141 with open(self.out_filename, 'w') as f:
144 with open(self.out_filename, 'r') as f:
150 with open(self.out_filename, 'w') as f:
156 with open(self.out_filename, 'r') as f:
165 with open(self.out_filename, 'w') as f:
168 with open(self.out_filename, 'r') as f:
175 with open(self.out_filename, 'w') as f:
178 with open(self.out_filename, 'r') as f:
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py125 with open(self.out_filename, 'w') as f:
134 with open(self.out_filename, 'r') as f:
141 with open(self.out_filename, 'w') as f:
144 with open(self.out_filename, 'r') as f:
150 with open(self.out_filename, 'w') as f:
156 with open(self.out_filename, 'r') as f:
165 with open(self.out_filename, 'w') as f:
168 with open(self.out_filename, 'r') as f:
175 with open(self.out_filename, 'w') as f:
178 with open(self.out_filename, 'r') as f:
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py125 with open(self.out_filename, 'w') as f:
134 with open(self.out_filename, 'r') as f:
141 with open(self.out_filename, 'w') as f:
144 with open(self.out_filename, 'r') as f:
150 with open(self.out_filename, 'w') as f:
156 with open(self.out_filename, 'r') as f:
165 with open(self.out_filename, 'w') as f:
168 with open(self.out_filename, 'r') as f:
175 with open(self.out_filename, 'w') as f:
178 with open(self.out_filename, 'r') as f:
[all …]
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/switch_dw/state_space/
H A Ddw_state_space_command_line_output.c434 dw_free(out_filename); in dw_state_space_forecast_command_line()
791 dw_free(out_filename); in dw_state_space_impulse_response_command_line()
805 dw_free(out_filename); in dw_state_space_impulse_response_command_line()
823 dw_free(out_filename); in dw_state_space_impulse_response_command_line()
837 dw_free(out_filename); in dw_state_space_impulse_response_command_line()
854 dw_free(out_filename); in dw_state_space_impulse_response_command_line()
868 dw_free(out_filename); in dw_state_space_impulse_response_command_line()
1119 dw_free(out_filename); in dw_state_space_smoothed_shocks_command_line()
1160 dw_free(out_filename); in dw_state_space_smoothed_states_command_line()
1226 dw_free(out_filename); in dw_state_space_probabilities_command_line()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/config/
H A Dlt_link_helper.sh.in15 out_filename=
42 out_filename=`basename "${out_file}" "${dllibext}"`
43 cygout_filename=`echo ${out_filename} | sed 's/lib/cyg/'`
74 …avoid-version -export-dynamic -shrext "${dllibext}" -o \"${out_dir}/${out_filename}.la\" $args" &&…
75 …cdir@/libtool --mode=install cp \"${out_dir}/${out_filename}.la\" \"${stage_dir}/${libdir}/${out_f…
77 if [ -e "${stage_dir}${libdir}/${out_filename}${dllibext}" ]; then
78 cp "${stage_dir}${libdir}/${out_filename}${dllibext}" "${out_dir}"
83 cp "${stage_dir}${libdir}/${cygout_filename}${dllibext}" "${out_dir}/${out_filename}${dllibext}"
/dports/biology/libsbml/libsbml-5.19.0/config/
H A Dlt_link_helper.sh.in15 out_filename=
42 out_filename=`basename "${out_file}" "${dllibext}"`
43 cygout_filename=`echo ${out_filename} | sed 's/lib/cyg/'`
74 …avoid-version -export-dynamic -shrext "${dllibext}" -o \"${out_dir}/${out_filename}.la\" $args" &&…
75 …cdir@/libtool --mode=install cp \"${out_dir}/${out_filename}.la\" \"${stage_dir}/${libdir}/${out_f…
77 if [ -e "${stage_dir}${libdir}/${out_filename}${dllibext}" ]; then
78 cp "${stage_dir}${libdir}/${out_filename}${dllibext}" "${out_dir}"
83 cp "${stage_dir}${libdir}/${cygout_filename}${dllibext}" "${out_dir}/${out_filename}${dllibext}"
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/json_schema_embedder/
H A Djson_schema_embedder.cc50 const char *out_filename = argv[2]; in main() local
60 if (!(out_file = fopen(out_filename, "w"))) in main()
61 throw_error("Failed to open output file", out_filename); in main()
75 argv[0], in_filename, out_filename, hdr_filename, symbol_name, in main()
77 throw_error("Failed writing output file", out_filename); in main()
79 throw_error("Failed closing output file", out_filename); in main()
107 throw_error("Failed writing output file", out_filename); in main()
118 throw_error("Failed writing output file", out_filename); in main()
131 throw_error("Failed writing output file", out_filename); in main()
/dports/sysutils/ods2/ods2-1.3_1/
H A Dtab.c28 int tab(char *in_filename,char *out_filename,int in_size,int out_size, in tab() argument
41 if ((out_file = fopen(out_filename,"w")) == NULL) { in tab()
42 printf("Cannot open output file %s\n",out_filename); in tab()
79 printf("I/O error writing %s\n",out_filename); in tab()
88 printf("I/O error writing %s\n",out_filename); in tab()
114 char *in_filename = NULL,*out_filename = NULL; in main() local
140 if (out_filename == NULL) { in main()
141 out_filename = argv[arg]; in main()
149 if (out_filename != NULL) { in main()
150 tab(in_filename,out_filename,in_size,out_size,double_q,single_q); in main()
/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Ddynamic-faust.cpp85 string in_filename, out_filename, error_msg; in main() local
100 out_filename = argv[i+1]; in main()
113 if (out_filename == "") { in main()
170 if (endWith(out_filename, ".ll")) { in main()
171 if (!writeDSPFactoryToIRFile(factory, out_filename)) { in main()
175 } else if (endWith(out_filename, ".bc")) { in main()
176 if (!writeDSPFactoryToBitcodeFile(factory, out_filename)) { in main()
180 } else if (endWith(out_filename, ".mc")) { in main()
181 if (!writeDSPFactoryToMachineFile(factory, out_filename, "")) { in main()
185 } else if (endWith(out_filename, ".o")) { in main()
[all …]
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/switch_dw/state_space/sbvar/
H A Dsbvar_probabilities.c49 char *out_filename; in dw_sbvar_probabilities_command_line() local
86 out_filename=CreateFilenameFromTag("%ssmoothed_%s.out",cmd->out_tag,cmd->out_directory); in dw_sbvar_probabilities_command_line()
87 if (f_out=dw_CreateTextFile(out_filename)) in dw_sbvar_probabilities_command_line()
101 dw_free(out_filename); in dw_sbvar_probabilities_command_line()
106 out_filename=CreateFilenameFromTag("%sfiltered_%s.out",cmd->out_tag,cmd->out_directory); in dw_sbvar_probabilities_command_line()
107 if (f_out=dw_CreateTextFile(out_filename)) in dw_sbvar_probabilities_command_line()
125 dw_free(out_filename); in dw_sbvar_probabilities_command_line()
130out_filename=CreateFilenameFromTag("%sreal_time_smoothed_%s.out",cmd->out_tag,cmd->out_directory); in dw_sbvar_probabilities_command_line()
131 if (f_out=dw_CreateTextFile(out_filename)) in dw_sbvar_probabilities_command_line()
150 dw_free(out_filename); in dw_sbvar_probabilities_command_line()

12345678910>>...35