Searched refs:output_file (Results 51 - 75 of 95) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_com.c249 const char *output_file = device_find_string_property(me, "output-file"); local
250 com->output.file = fopen(output_file, "w");
252 device_error(me, "Problem opening output file %s\n", output_file);
H A Dhw_eeprom.c300 FILE *output_file = fopen(eeprom->output_file_name, "w"); local
301 if (output_file == NULL) {
307 if (fwrite(&eeprom->memory[i], 1, 1, output_file) != 1)
310 fclose(output_file);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut05-bf.c410 const char *output_file; local
421 output_file = argv[2];
426 output_file);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
H A Dcompare.py21 output_file = find_benchmark_flag('--benchmark_out=', flags)
23 if in1_kind == IT_Executable and in2_kind == IT_Executable and output_file:
25 "benchmarks causing it to be overwritten") % output_file)
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_com.c240 const char *output_file = device_find_string_property(me, "output-file"); local
241 com->output.file = fopen(output_file, "w");
243 device_error(me, "Problem opening output file %s\n", output_file);
H A Dhw_eeprom.c294 FILE *output_file = fopen(eeprom->output_file_name, "w"); local
295 if (output_file == NULL) {
301 if (fwrite(&eeprom->memory[i], 1, 1, output_file) != 1)
304 fclose(output_file);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgfilter.c155 char *output_file; local
184 output_file = NULL;
223 output_file = optarg;
385 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
H A Dmsggrep.c151 char *output_file; local
181 output_file = NULL;
317 output_file = optarg;
475 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
H A Dmsginit.c154 char *output_file; local
180 output_file = NULL;
209 output_file = optarg;
304 if (output_file == NULL)
306 output_file = xasprintf ("%s.po", catalogname);
309 if (access (output_file, F_OK) == 0)
316 output_file));
334 msgdomain_list_print (result, output_file, output_syntax, true, false);
338 fprintf (stderr, _("Created %s.\n"), output_file);
H A Dmsgmerge.c166 char *output_file; local
197 output_file = NULL;
244 output_file = optarg;
351 if (output_file != NULL)
409 output_file = argv[optind];
424 backup_file = find_backup_file_name (output_file, backup_type);
425 copy_file_preserving (output_file, backup_file);
429 msgdomain_list_print (result, output_file, output_syntax, true,
436 msgdomain_list_print (result, output_file, output_syntax, force_po,
H A Dwrite-csharp.c593 char *output_file; local
690 output_file =
745 output_file, true, false, verbose))
756 free (output_file);
H A Dxgettext.c283 char *output_file = NULL; local
436 output_file = optarg;
580 if (output_file)
582 if (IS_ABSOLUTE_PATH (output_file) || strcmp (output_file, "-") == 0)
583 file_name = xstrdup (output_file);
586 file_name = concatenated_pathname (output_dir, output_file, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsrconv.c1723 char *output_file; local
1773 output_file = NULL;
1780 output_file = av[optind];
1784 if (filename_cmp (input_file, output_file) == 0)
1798 if (!output_file)
1805 output_file = xmalloc (len + 5);
1806 strcpy (output_file, input_file);
1809 && output_file[len - 2] == '.'
1810 && output_file[len - 1] == 'o')
1812 output_file[le
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c1724 char *output_file; local
1772 output_file = NULL;
1779 output_file = av[optind];
1783 if (filename_cmp (input_file, output_file) == 0)
1797 if (!output_file)
1804 output_file = xmalloc (len + 5);
1805 strcpy (output_file, input_file);
1808 && output_file[len - 2] == '.'
1809 && output_file[len - 1] == 'o')
1811 output_file[le
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c1724 char *output_file; local
1772 output_file = NULL;
1779 output_file = av[optind];
1783 if (filename_cmp (input_file, output_file) == 0)
1797 if (!output_file)
1804 output_file = xmalloc (len + 5);
1805 strcpy (output_file, input_file);
1808 && output_file[len - 2] == '.'
1809 && output_file[len - 1] == 'o')
1811 output_file[le
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc500 std::ofstream output_file; local
519 output_file.open(fname);
520 if (!output_file.is_open()) {
529 file_reporter->SetOutputStream(&output_file);
530 file_reporter->SetErrorStream(&output_file);
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.c222 new->output_file = filename_part (current_output_filename);
224 new->output_file = xstrdup ("");
227 new->output_file = NULL;
870 (splitting && index->output_file) ? index->output_file : "");
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp746 /// \param output_file The path to the file into which to write the output.
752 const fs::path& input_file, const fs::path& output_file)
758 std::ofstream output(output_file.c_str());
760 throw text::error(F("Failed to open %s for write") % output_file);
751 instantiate(const templates_def& templates, const fs::path& input_file, const fs::path& output_file) argument
/netbsd-current/external/bsd/flex/dist/src/
H A Dmisc.c344 void line_directive_out (FILE *output_file, int do_infile) argument
377 /* If output_file is nil then we should put the directive in
380 if (output_file) {
381 fputs (directive, output_file);
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Ddiv.h105 class output_file;
H A Dnode.h634 class output_file { class
637 output_file();
638 virtual ~output_file();
660 extern output_file *the_output;
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dcompare.py22 output_file = find_benchmark_flag('--benchmark_out=', flags)
24 if in1_kind == IT_Executable and in2_kind == IT_Executable and output_file:
26 "benchmarks causing it to be overwritten") % output_file)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py261 output_file):
270 cmd = [llvm_profdata, 'merge', '-output=' + output_file] + profiles
/netbsd-current/external/bsd/tradcpp/dist/
H A Dmain.c60 .output_file = NULL,
1099 mode.output_file = outputfile;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc2140 static const char *output_file = 0;
4595 output_file = arg;
4987 if (output_file
4988 && strcmp (output_file, "-") != 0
4989 && strcmp (output_file, HOST_BIT_BUCKET) != 0)
4994 && canonical_filename_eq (infiles[i].name, output_file))
4997 output_file);
5000 if (output_file != NULL && output_file[0] == '\0')
5139 || (output_file
2129 static const char *output_file = 0; variable
[all...]

Completed in 308 milliseconds

1234