Searched refs:output_file (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/usr.bin/yacc/
H A Doutput.c189 fprintf(output_file, "const short %slhs[] = {%42d,", symbol_prefix,
198 putc('\n', output_file);
204 fprintf(output_file, "%5d,", symbol_value[rlhs[i]]);
207 fprintf(output_file, "\n};\n");
209 fprintf(output_file, "const short %slen[] = {%42d,", symbol_prefix, 2);
217 putc('\n', output_file);
223 fprintf(output_file, "%5d,", rrhs[i + 1] - rrhs[i] - 1);
226 fprintf(output_file, "\n};\n");
235 fprintf(output_file, "const short %sdefred[] = {%39d,", symbol_prefix,
246 putc('\n', output_file);
[all...]
H A Dmain.c76 FILE *output_file; /* y.tab.c */ variable
408 output_file = fopen(output_file_name, "w");
409 if (output_file == 0)
419 code_file = output_file;
H A Dreader.c361 FILE *f = output_file;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c33 static const char *output_file; variable
97 if (output_file)
102 output_file = optarg;
195 if (output_file)
196 if (!freopen (output_file, "w", stdout))
198 perror (output_file);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dindex.h44 char *output_file; /* Output file for output_line. */ member in struct:index_elt
H A Dindex.c220 new->output_file = filename_part (current_output_filename);
222 new->output_file = xstrdup ("");
225 new->output_file = NULL;
844 (splitting && index->output_file) ? index->output_file : "");
/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c288 static FILE *output_file;
6761 fputs ("0 /* This is dummy el because the vect is empty */", output_file);
6765 fprintf (output_file, "%5ld", (long) VEC_index (vect_el_t, vect, i));
6769 fputs (",\n", output_file);
6772 fputs (", ", output_file);
6998 fprintf (output_file, "struct %s\n{\n", CHIP_NAME);
7003 fprintf (output_file, " ");
7004 output_state_member_type (output_file, automaton);
7005 fprintf (output_file, " ");
7006 output_chip_member_name (output_file, automato
285 static FILE *output_file; variable
[all...]
H A Dcollect2.c191 static const char *output_file; /* Output file for ld. */
305 if (status != 0 && output_file != 0 && output_file[0])
306 maybe_unlink (output_file);
856 output_file = "a.out";
858 output_file = DEFAULT_A_OUT_NAME;
1134 output_file = *ld1++ = *ld2++ = *++argv;
1141 output_file = &arg[2];
1350 scan_prog_file (output_file, PASS_FIRST);
1354 scan_libraries (output_file);
189 static const char *output_file; /* Output file for ld. */ variable
[all...]
H A Dprotoize.c4208 int output_file;
4212 if ((output_file = creat (convert_filename, 0666)) == -1)
4222 setmode (output_file, O_BINARY);
4230 safe_write (output_file, repl_text_base, out_size, convert_filename);
4233 close (output_file);
4189 int output_file; local
/freebsd-9.3-release/contrib/ntp/scripts/
H A Dplot_summary.in28 $output_file, $output_file_number);
44 $output_file = $opts->{'output-file'};
85 if ($output_file) {
86 while ( -r ($file = "$output_file$output_file_number") ) {
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp35 void output_file::vjustify(vunits, symbol)
43 class column : public output_file {
45 output_file *out;
81 virtual void output(output_file *, vunits);
107 void output(output_file *, vunits);
134 void output(output_file *, vunits);
141 void output(output_file *, vunits);
168 void output_line::output(output_file *, vunits)
207 void node_output_line::output(output_file *out, vunits pos)
263 void transparent_output_line::output(output_file *ou
[all...]
H A Ddiv.h103 class output_file;
H A Dnode.h632 class output_file { class
635 output_file();
636 virtual ~output_file();
658 extern output_file *the_output;
H A Dnode.cpp683 /* output_file */
685 class real_output_file : public output_file {
1574 /* output_file */
1576 output_file *the_output = 0;
1578 output_file::output_file() function in class:output_file
1582 output_file::~output_file()
1586 void output_file::trailer(vunits)
1590 void output_file
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb48 def run(input_file, output_file, options=nil)
68 generate(input_file, output_file, tests, used_mocks, testfile_includes)
71 all_files_used = [input_file, output_file]
77 def generate(input_file, output_file, tests, used_mocks, testfile_includes)
78 File.open(output_file, 'w') do |output|
/freebsd-9.3-release/usr.bin/lex/
H A Dmisc.c386 void line_directive_out( output_file, do_infile )
387 FILE *output_file;
420 if ( output_file == stdout )
427 /* If output_file is nil then we should put the directive in
430 if ( output_file )
432 fputs( directive, output_file );
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c1753 char *output_file; local
1802 output_file = NULL;
1809 output_file = av[optind];
1813 if (strcmp (input_file, output_file) == 0)
1827 if (!output_file)
1834 output_file = xmalloc (len + 5);
1835 strcpy (output_file, input_file);
1838 && output_file[len - 2] == '.'
1839 && output_file[len - 1] == 'o')
1841 output_file[le
[all...]
H A Dar.c318 static FILE *output_file = NULL;
328 if (output_file != NULL)
329 fclose (output_file);
866 output_file = ostream;
894 output_file = ostream;
908 output_file = NULL;
315 static FILE *output_file = NULL; variable
H A Dobjcopy.c2645 char *output_file = NULL;
2684 output_file = optarg;
2744 || (output_file != NULL && (i + 1) < argc))
2764 if (output_file == NULL || strcmp (argv[i], output_file) == 0)
2767 tmpname = output_file;
2783 if (output_file != tmpname)
2784 smart_rename (tmpname, output_file ? output_file : argv[i],
2790 if (output_file !
2643 char *output_file = NULL; local
[all...]
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c587 write_bytes (const char *buf, size_t n_bytes, FILE *fp, const char *output_file) argument
590 die (_("write failed"), output_file);
2247 FILE *ofp, const char *output_file)
2290 ofp = xfopen (output_file, "w");
2313 write_bytes (saved.text, saved.length, ofp, output_file);
2342 write_bytes (smallest->text, smallest->length, ofp, output_file);
2398 write_bytes (saved.text, saved.length, ofp, output_file);
2402 xfclose (ofp, output_file);
2564 merge (char **files, int nfiles, int max_merge, char const *output_file) argument
2585 mergefps (files, nfiles, NULL, output_file);
2246 mergefps(char **files, register int nfiles, FILE *ofp, const char *output_file) argument
2591 sort(char * const *files, int nfiles, char const *output_file) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dmake_graph.py231 theme.output_file = of_name

Completed in 219 milliseconds