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

1234

/netbsd-current/external/gpl3/gdb.old/dist/gdb/contrib/
H A Dcc-with-tweaks.sh78 output_file=a.out
118 output_file="$arg"
147 output_dir="${output_file%/*}"
148 [ "$output_dir" = "$output_file" ] && output_dir="."
153 if [ ! -f "$output_file" ]
155 echo "$myname: Internal error: $output_file missing." >&2
161 tmpdir=$(dirname "$output_file")/.tmp
166 $OBJCOPY --compress-debug-sections "$output_file"
173 mv "$output_file" "$tmpdir"
174 tmpfile="$tmpdir/$(basename $output_file)"
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/contrib/
H A Dcc-with-tweaks.sh84 output_file=a.out
126 output_file="$arg"
155 output_dir="${output_file%/*}"
156 [ "$output_dir" = "$output_file" ] && output_dir="."
161 if [ ! -f "$output_file" ]
163 echo "$myname: Internal error: $output_file missing." >&2
174 tmpdir=$(dirname "$output_file")/"$subdir"
179 $OBJCOPY --compress-debug-sections "$output_file"
186 mv "$output_file" "$tmpdir"
187 output_dir=$(dirname "$output_file")
[all...]
/netbsd-current/external/bsd/kyua-atf-compat/dist/
H A Datf-report.sh61 # \param output_file The name of the file to which to write the HTML report.
64 local output_file="${1}"; shift
66 [ "${output_file}" != "/dev/stdout" ] || \
69 local dir="$(dirname "${output_file}")"
70 local index_name="${output_file##*/}"
86 # \param output_file The name of the file to which to write the HTML report.
89 local output_file="${1}"; shift
92 report_html "${output_file}"
104 # \param output_file The name of the file to which to write the textual report.
107 local output_file
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcsharpcomp.h28 output_file is the name of the output file; it should end in .exe or .dll.
37 const char *output_file,
H A Dcsharpcomp.c70 const char *output_file, bool output_is_library,
112 *argp++ = (char *) output_file;
176 const char *output_file, bool output_is_library,
224 char *option = (char *) xallocsa (5 + strlen (output_file) + 1);
226 strcpy (option + 5, output_file);
330 const char *output_file, bool output_is_library,
405 char *option = (char *) xallocsa (5 + strlen (output_file) + 1);
407 strcpy (option + 5, output_file);
480 const char *output_file,
485 (strlen (output_file) >
64 compile_csharp_using_pnet(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
170 compile_csharp_using_mono(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
324 compile_csharp_using_sscli(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
474 compile_csharp_class(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool optimize, bool debug, bool verbose) argument
[all...]
/netbsd-current/usr.bin/xlint/common/
H A Demit.c49 static FILE *output_file; variable
56 if ((output_file = fopen(name, "w")) == NULL)
64 if (fclose(output_file) == EOF)
72 fputc(c, output_file);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-tcl.c111 write_msg (FILE *output_file, message_list_ty *mlp, const char *locale_name) argument
125 fprintf (output_file, "set ::msgcat::header ");
128 fprintf (output_file, "::msgcat::mcset %s ", locale_name);
129 write_tcl_string (output_file, mp->msgid);
130 fprintf (output_file, " ");
132 write_tcl_string (output_file, mp->msgstr);
133 fprintf (output_file, "\n");
193 FILE *output_file; local
210 output_file = fopen (file_name, "w");
211 if (output_file
[all...]
H A Dwrite-qt.c187 write_u8 (FILE *output_file, unsigned char value) argument
189 putc (value, output_file);
194 write_u16 (FILE *output_file, unsigned short value) argument
201 fwrite (data, 2, 1, output_file);
206 write_u32 (FILE *output_file, unsigned int value) argument
215 fwrite (data, 4, 1, output_file);
382 write_section (FILE *output_file, unsigned char tag, void *data, size_t size) argument
387 write_u8 (output_file, tag);
388 write_u32 (output_file, size);
389 fwrite (data, size, 1, output_file);
396 write_qm(FILE *output_file, message_list_ty *mlp) argument
654 FILE *output_file; local
[all...]
H A Dwrite-mo.c146 write_table (FILE *output_file, message_list_ty *mlp) argument
507 fwrite (&header, header_size, 1, output_file);
510 /* Here output_file is at position header.orig_tab_offset. */
528 fwrite (orig_tab, nstrings * sizeof (struct string_desc), 1, output_file);
531 /* Here output_file is at position header.trans_tab_offset. */
548 fwrite (trans_tab, nstrings * sizeof (struct string_desc), 1, output_file);
556 /* Here output_file is at position header.hash_tab_offset. */
589 fwrite (hash_tab, hash_tab_size * sizeof (nls_uint32), 1, output_file);
601 /* Here output_file is at position header.sysdep_segments_offset. */
623 output_file);
792 FILE *output_file; local
[all...]
H A Dmsgconv.c102 char *output_file; local
130 output_file = NULL;
166 output_file = optarg;
276 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
H A Dmsgen.c97 char *output_file; local
124 output_file = NULL;
158 output_file = optarg;
260 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
/netbsd-current/external/bsd/tradcpp/dist/
H A Doutput.c51 if (mode.output_file == NULL) {
54 outputfd = open(mode.output_file, O_WRONLY|O_CREAT|O_TRUNC,
58 mode.output_file, strerror(errno));
85 mode.output_file, strerror(errno));
90 mode.output_file);
199 if (mode.output_file != NULL && outputfd >= 0) {
H A Dmode.h42 const char *output_file; member in struct:mode
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Dgas-dg.exp27 set output_file "./a.out"
39 remote_file host delete "$output_file"
H A Dgas-defs.exp65 set output_file ""
68 set output_file ""
73 regsub ">&" $redir "" output_file
76 set output_file "gas.out"
80 set output_file ""
84 set output_file "gas.out"
91 set status [remote_exec host [concat sh -c [list $command]] "" "/dev/null" "$output_file"]
99 if { [lindex $status 0] == 0 && "$output_file" != ""
100 && "$output_file" != "$return_contents_of" } then {
101 remote_upload host "$output_file"
[all...]
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.h46 char *output_file; /* Output file for output_line. */ member in struct:index_elt
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dreports.py16 def __init__(self, output_file):
17 self.output_file = output_file
66 with open(self.output_file, 'w') as file:
86 def __init__(self, output_file):
87 self.output_file = output_file
95 with open(self.output_file, 'w') as file:
157 def __init__(self, output_file):
158 self.output_file
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c291 static FILE *output_file;
6959 fputs ("0 /* This is dummy el because the vect is empty */", output_file);
6963 fprintf (output_file, "%5ld", (long) vect[i]);
6967 fputs (",\n", output_file);
6970 fputs (", ", output_file);
7199 fprintf (output_file, "struct %s\n{\n", CHIP_NAME);
7204 fprintf (output_file, " ");
7205 output_state_member_type (output_file, automaton);
7206 fprintf (output_file, " ");
7207 output_chip_member_name (output_file, automato
288 static FILE *output_file; variable
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc291 static FILE *output_file;
6959 fputs ("0 /* This is dummy el because the vect is empty */", output_file);
6963 fprintf (output_file, "%5ld", (long) vect[i]);
6967 fputs (",\n", output_file);
6970 fputs (", ", output_file);
7199 fprintf (output_file, "struct %s\n{\n", CHIP_NAME);
7204 fprintf (output_file, " ");
7205 output_state_member_type (output_file, automaton);
7206 fprintf (output_file, " ");
7207 output_chip_member_name (output_file, automato
288 static FILE *output_file; variable
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp47 set output_file ""
62 set output_file "./[file rootname [file tail $prog]].exe"
65 catch { remote_file build delete $output_file }
69 set output_file "./[file rootname [file tail $prog]].exe"
85 return [list "::unsupported::$unsupported_message" $output_file]
88 set comp_output [$select_compile "$prog" "$output_file" "$compile_type" $options]
89 return [list $comp_output $output_file]
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_ssl_new.t146 my $output_file = $conf . "." . $provider;
154 stdout => $output_file)),
162 $run_test = is(cmp_text($output_file, $conf_file), 0,
163 "Comparing generated $output_file with $conf_file.");
174 ok(run(test(["ssl_test", $output_file, $provider,
177 ok(run(test(["ssl_test", $output_file, $provider])), $msg);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DGCDAProfiling.c79 static FILE *output_file = NULL; variable
220 fseek(output_file, 0L, SEEK_END);
221 file_size = ftell(output_file);
295 output_file = fdopen(fd, mode);
362 if (!output_file) return;
383 if (!output_file) return;
435 if (!output_file) return;
483 if (output_file) {
487 fwrite(write_buffer, cur_pos, 1, output_file);
493 fclose(output_file);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp47 set output_file ""
59 set output_file "[file rootname [file tail $prog]].s"
66 set output_file "./[file rootname [file tail $prog]].exe"
69 catch { remote_file build delete $output_file }
73 set output_file "./[file rootname [file tail $prog]].exe"
89 return [list "::unsupported::$unsupported_message" $output_file]
92 set comp_output [$select_compile "$prog" "$output_file" "$compile_type" $options]
93 return [list $comp_output $output_file]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dbugpoint_gisel_reducer.py137 output_file = 'bugpoint-reduced-simplified.bc'
139 log('$ {}/bin/llvm-dis -o - {}'.format(build_dir, output_file))
142 '-pass-remarks-missed=gisel {}'.format(build_dir, output_file))
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddwp.cc124 read(Dwp_output_file* output_file);
151 make_object(Dwp_output_file* output_file);
156 Dwp_output_file* output_file);
207 copy_section(Dwp_output_file* output_file, unsigned int shndx,
226 add_unit_set(Dwp_output_file* output_file, unsigned int *debug_shndx,
886 Dwo_file::read(Dwp_output_file* output_file) argument
888 this->obj_ = this->make_object(output_file);
945 this->add_strings(output_file, debug_str);
952 this->read_unit_index(debug_cu_index, debug_shndx, output_file, false);
962 this->read_unit_index(debug_tu_index, debug_shndx, output_file, tru
1027 make_object(Dwp_output_file* output_file) argument
1100 sized_make_object(const unsigned char* p, Input_file* input_file, Dwp_output_file* output_file) argument
1119 read_unit_index(unsigned int shndx, unsigned int *debug_shndx, Dwp_output_file* output_file, bool is_tu_index) argument
1132 sized_read_unit_index(unsigned int shndx, unsigned int *debug_shndx, Dwp_output_file* output_file, bool is_tu_index) argument
1366 add_strings(Dwp_output_file* output_file, unsigned int debug_str) argument
1411 copy_section(Dwp_output_file* output_file, unsigned int shndx, elfcpp::DW_SECT section_id) argument
1514 add_unit_set(Dwp_output_file* output_file, unsigned int *debug_shndx, bool is_debug_types) argument
2226 add_units(Dwp_output_file* output_file, unsigned int debug_abbrev, Section_bounds* sections) argument
[all...]

Completed in 490 milliseconds

1234