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

12

/freebsd-11-stable/lib/libsysdecode/
H A Dmktables45 output_file="$2"
170 if [ -n "$output_file" ]; then
173 echo "$output_file: \\"
178 if cmp -s "$output_tmp" "$output_file"; then
181 mv -f "$depend_tmp" ".depend.${output_file}"
182 mv -f "$output_tmp" "$output_file"
/freebsd-11-stable/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-11-stable/stand/usb/tools/
H A Dsysinit.c51 static int output_file = -1; variable
113 if (output_file >= 0)
114 close(output_file);
207 output_file = open(output_f, O_TRUNC | O_CREAT | O_RDWR, 0600);
208 if (output_file < 0)
298 do_write(output_file, scratch_buf);
304 do_write(output_file, scratch_buf);
310 do_write(output_file, scratch_buf);
323 do_write(output_file, scratch_buf);
330 do_write(output_file, scratch_bu
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c81 static FILE *output_file = NULL; variable
261 fseek(output_file, 0L, SEEK_END);
262 file_size = ftell(output_file);
381 output_file = fdopen(fd, mode);
450 if (!output_file) return;
472 if (!output_file) return;
526 if (!output_file) return;
579 if (output_file) {
583 fwrite(write_buffer, cur_pos, 1, output_file);
589 fflush(output_file);
[all...]
/freebsd-11-stable/usr.bin/indent/tests/
H A Dfunctional_test.sh45 parsed_file=output_file.parsed
/freebsd-11-stable/contrib/byacc/
H A Doutput.c193 putc('\n', output_file);
199 fputs(value, output_file);
206 fprintf(output_file, "%5d,", value);
216 fprintf(output_file,
224 fprintf(output_file,
289 output_YYINT_typedef(output_file);
369 putl_code(output_file,
390 putl_code(output_file,
1308 fprintf(output_file, "#ifndef YYDEBUG\n");
1309 fprintf(output_file, "#defin
[all...]
H A Dmain.c71 FILE *output_file; /* y.tab.c */ variable
133 DO_CLOSE(output_file);
217 ," -o output_file (default \"" OUTPUT_SUFFIX "\")"
696 output_file = fopen(output_file_name, "w");
697 if (output_file == 0)
707 code_file = output_file;
H A Dreader.c537 FILE *f = output_file;
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_set_format_filter_by_ext.c32 test_format_filter_by_ext(const char *output_file, argument
49 r = archive_write_set_format_filter_by_ext(a, output_file);
51 r = archive_write_set_format_filter_by_ext_def(a, output_file, def_ext);
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp916 PrintCompletion(FILE *output_file, argument
920 fprintf(output_file, "\t%-*s", (int)max_len, c.GetCompletion().c_str());
922 fprintf(output_file, " -- %s", c.GetDescription().c_str());
923 fprintf(output_file, "\n");
928 DisplayCompletions(::EditLine *editline, FILE *output_file, argument
932 fprintf(output_file, "\n" ANSI_CLEAR_BELOW "Available completions:\n");
944 PrintCompletion(output_file, results, max_len);
953 PrintCompletion(output_file, results.slice(cur_pos, next_size), max_len);
960 fprintf(output_file, "More (Y/n/a): ");
963 fprintf(output_file, "\
1242 Editline(const char *editline_name, FILE *input_file, FILE *output_file, FILE *error_file, bool color_prompts) argument
[all...]
/freebsd-11-stable/contrib/flex/
H A Dmisc.c429 void line_directive_out (output_file, do_infile)
430 FILE *output_file;
464 /* If output_file is nil then we should put the directive in
467 if (output_file) {
468 fputs (directive, output_file);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h156 Editline(const char *editor_name, FILE *input_file, FILE *output_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1178 FileSpec output_file(command.GetArgumentAtIndex(0));
1179 Status error = PluginManager::SaveCore(process_sp, output_file);

Completed in 810 milliseconds

12