Searched refs:outfile (Results 1 - 25 of 321) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_cxxcom.c29 cxxcom_exec(const char *infile, const char *outfile) argument
H A Dprog_fcom.c29 fcom_exec(const char *infile, const char *outfile) argument
H A Dprog_ccom.c29 ccom_exec(const char *infile, const char *outfile) argument
61 else if (outfile != NULL)
64 if (outfile != NULL)
65 list_add(l, outfile);
/netbsd-current/usr.bin/sdiff/
H A Dextern.h9 extern FILE *outfile; /* file to save changes to */
/netbsd-current/crypto/external/bsd/heimdal/dist/po/
H A Dgen-po.in11 outfile=${outdir}/${domain}.pot
23 -o ${outfile}.new \
26 test -f ${outfile}.new && \
27 perl -pi -e "s@${top_srcdir}/@@" ${outfile}.new
29 grep -v "POT-Creation-Date:" ${outfile}.new > ${outfile}.new2
30 grep -v "POT-Creation-Date:" ${outfile} > ${outfile}.old
32 if ! diff ${outfile}.old ${outfile}
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprint-rtl-function.c41 print_edge (FILE *outfile, edge e, bool from) argument
43 fprintf (outfile, " (%s ", from ? "edge-from" : "edge-to");
49 fprintf (outfile, "entry");
52 fprintf (outfile, "exit");
55 fprintf (outfile, "%i", bb->index);
63 fprintf (outfile, " (flags \"");
70 fprintf (outfile, " | "); \
71 fprintf (outfile, "%s", (#NAME)); \
78 fprintf (outfile, "\")");
81 fprintf (outfile, ")\
88 begin_any_block(FILE *outfile, basic_block bb) argument
105 end_any_block(FILE *outfile, basic_block bb) argument
133 print_any_param_name(FILE *outfile, tree arg) argument
142 print_param(FILE *outfile, rtx_writer &w, tree arg) argument
219 print_rtx_function(FILE *outfile, function *fn, bool compact) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprint-rtl-function.cc41 print_edge (FILE *outfile, edge e, bool from) argument
43 fprintf (outfile, " (%s ", from ? "edge-from" : "edge-to");
49 fprintf (outfile, "entry");
52 fprintf (outfile, "exit");
55 fprintf (outfile, "%i", bb->index);
63 fprintf (outfile, " (flags \"");
70 fprintf (outfile, " | "); \
71 fprintf (outfile, "%s", (#NAME)); \
78 fprintf (outfile, "\")");
81 fprintf (outfile, ")\
88 begin_any_block(FILE *outfile, basic_block bb) argument
105 end_any_block(FILE *outfile, basic_block bb) argument
133 print_any_param_name(FILE *outfile, tree arg) argument
142 print_param(FILE *outfile, rtx_writer &w, tree arg) argument
219 print_rtx_function(FILE *outfile, function *fn, bool compact) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dalign.exp.tcl54 set outfile [open $filename w]
57 puts -nonewline $outfile "#define DEF(T,U) struct align_pair_ ## T ## _x_ ## U "
58 puts $outfile "{ T one; U two; }"
60 puts -nonewline $outfile "#define DEF_WITH_1_STATIC(T,U) struct align_pair_static_ ## T ## _x_ ## U "
61 puts $outfile "{ static T one; U two; }"
62 puts -nonewline $outfile "#define DEF_WITH_2_STATIC(T,U) struct align_pair_static_ ## T ## _x_static_ ## U "
63 puts $outfile "{ static T one; static U two; }"
66 puts $outfile "unsigned a_void = ${align_func} (void);"
73 puts $outfile "typedef $type $utype;"
75 puts $outfile "
[all...]
H A Dmany-completions.exp38 set outfile [open $filename w]
40 puts $outfile "
51 puts $outfile "MAKE_FUNC ([format {%03d} $i])"
54 puts $outfile "\nint\nmain ()\n{"
56 puts $outfile " CALL_FUNC ([format {%03d} $i]);"
59 puts $outfile " return 0;\n}"
60 close $outfile
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dalign.exp.tcl54 set outfile [open $filename w]
57 puts -nonewline $outfile "#define DEF(T,U) struct align_pair_ ## T ## _x_ ## U "
58 puts $outfile "{ T one; U two; }"
60 puts -nonewline $outfile "#define DEF_WITH_1_STATIC(T,U) struct align_pair_static_ ## T ## _x_ ## U "
61 puts $outfile "{ static T one; U two; }"
62 puts -nonewline $outfile "#define DEF_WITH_2_STATIC(T,U) struct align_pair_static_ ## T ## _x_static_ ## U "
63 puts $outfile "{ static T one; static U two; }"
66 puts $outfile "unsigned a_void = ${align_func} (void);"
73 puts $outfile "typedef $type $utype;"
75 puts $outfile "
[all...]
H A Dmany-completions.exp38 set outfile [open $filename w]
40 puts $outfile "
51 puts $outfile "MAKE_FUNC ([format {%03d} $i])"
54 puts $outfile "\nint\nmain ()\n{"
56 puts $outfile " CALL_FUNC ([format {%03d} $i]);"
59 puts $outfile " return 0;\n}"
60 close $outfile
/netbsd-current/sys/sys/
H A Dgennameih.awk37 function printheader(outfile) {
38 print "Generating", outfile
40 print "/*\t$NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp $\t*/\n\n" > outfile
42 print "/*" > outfile
43 print " * WARNING: GENERATED FILE. DO NOT EDIT" > outfile
44 print " * (edit namei.src and run make namei in src/sys/sys)" > outfile
45 printf " * by: %s\n", getrcsid(myvers) > outfile
46 printf " * from: %s\n", getrcsid(fileheader) > outfile
47 print " */" > outfile
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/tests/
H A Dtwofiles10 outfile=outfile
12 trap 'status=$?; rm -f $outfile $errfile && exit $status' 0
15 >$outfile 2>$errfile
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/arch/
H A Darch.exp146 set outfile [open "arch_results.txt" w 0666]
147 puts $outfile "# Generated file. DO NOT EDIT"
148 puts $outfile "#"
149 puts $outfile "# This file is generated by gas/testsuite/gas/sh/arch/arch.exp ."
150 puts $outfile "# It contains the expected results of the tests."
151 puts $outfile "# If the tests are failing because the expected results"
152 puts $outfile "# have changed then run 'make check' and copy the new file"
153 puts $outfile "# from <objdir>/gas/testsuite/arch_results.txt"
154 puts $outfile "# to <srcdir>/gas/testsuite/gas/sh/arch/arch_expected.txt ."
155 puts $outfile "# Mak
[all...]
/netbsd-current/external/bsd/kyua-atf-compat/dist/
H A Dhelpers.sh61 local outfile="${CONTROL_DIR}/config.out"
63 rm "${outfile}"
64 touch "${outfile}"
67 echo "${var} = $(atf_config_get "${var}")" >>"${outfile}"
/netbsd-current/external/bsd/libpcap/dist/testprogs/fuzz/
H A Dfuzz_pcap.c8 FILE * outfile = NULL; variable
32 if (outfile != NULL) {
33 fclose(outfile);
35 outfile = fopen(name, "w");
47 if (outfile == NULL) {
48 outfile = fopen("/dev/null", "w");
49 if (outfile == NULL) {
62 fprintf(outfile, "Couldn't open pcap file %s\n", errbuf);
70 fprintf(outfile, "packet length=%d/%d\n",header->caplen, header->len);
74 fprintf(outfile, "numbe
[all...]
H A Dfuzz_both.c9 FILE * outfile = NULL; variable
33 if (outfile != NULL) {
34 fclose(outfile);
36 outfile = fopen(name, "w");
51 if (outfile == NULL) {
52 outfile = fopen("/dev/null", "w");
53 if (outfile == NULL) {
74 fprintf(outfile, "Couldn't open pcap file %s\n", errbuf);
88 fprintf(outfile, "packet length=%d/%d filter=%d\n",header->caplen, header->len, pcap_offline_filter(&bpf, header, pkt));
/netbsd-current/tests/dev/audio/
H A Dt_audio.awk36 print " local outfile=/tmp/t_audio_$testname.$$"
37 print " $(atf_get_srcdir)/audiotest -ARe $testname > $outfile"
40 print " outmsg=`cat $outfile | grep -v '^\\['`"
41 print " rm -f $outfile"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-sh/arch/
H A Darch.exp190 set outfile [open "arch_results.txt" w 0666]
191 puts $outfile "# Generated file. DO NOT EDIT"
192 puts $outfile "#"
193 puts $outfile "# This file is generated by ld/testsuite/ld-sh/arch/arch.exp ."
194 puts $outfile "# It contains the expected results of the tests."
195 puts $outfile "# If the tests are failing because the expected results"
196 puts $outfile "# have changed then run 'make check' and copy the new file"
197 puts $outfile "# from <objdir>/ld/arch_results.txt"
198 puts $outfile "# to <srcdir>/ld/testsuite/ld-sh/arch/arch_expected.txt ."
199 puts $outfile "# Mak
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dutf8_gen.py54 def process_range(start, end, outfile, name):
75 outfile.write('{:<11s} {:<12s} {:s}\n'.format(
92 outfile.write('{:s}..{:s} {:<12s} {:s}\n'.format(
98 outfile.write('{:s}..{:s} {:<12s} {:s}\n'.format(
104 def process_charmap(flines, outfile):
106 of UnicodeData.txt and write lines to outfile as used in the
155 outfile, fields[1][:-7]+'>')
164 outfile.write('%')
165 outfile.write('{:<11s} {:<12s} {:s}\n'.format(
190 def write_header_charmap(outfile)
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dutf8_gen.py54 def process_range(start, end, outfile, name):
75 outfile.write('{:<11s} {:<12s} {:s}\n'.format(
92 outfile.write('{:s}..{:s} {:<12s} {:s}\n'.format(
98 outfile.write('{:s}..{:s} {:<12s} {:s}\n'.format(
104 def process_charmap(flines, outfile):
106 of UnicodeData.txt and write lines to outfile as used in the
155 outfile, fields[1][:-7]+'>')
164 outfile.write('%')
165 outfile.write('{:<11s} {:<12s} {:s}\n'.format(
190 def write_header_charmap(outfile)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dalign.exp53 set outfile [open $filename w]
56 puts $outfile {
97 puts $outfile "$type item_$utype;"
98 puts $outfile "unsigned a_$utype\n = alignof ($type);"
99 puts $outfile "typedef $type t_$utype;"
100 puts $outfile "t_$utype item_t_$utype;"
108 puts $outfile "align_pair<$type, $inner> item_${utype}_x_${uinner};"
109 puts $outfile "unsigned a_${utype}_x_${uinner}"
110 puts $outfile " = alignof (align_pair<$type, $inner>);"
112 puts $outfile "align_unio
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dconfigure.com44 $ open/write outfile targ-cpu.h
45 $ write outfile "#include ""tc-''arch'.h"""
46 $ close outfile
48 $ open/write outfile targ-cpu.c
49 $ write outfile "#include ""tc-''arch'.c"""
50 $ close outfile
54 $ open/write outfile targ-env.h
55 $ write outfile "#include ""te-''env'.h"""
56 $ close outfile
61 $ open/write outfile ob
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dconfigure.com44 $ open/write outfile targ-cpu.h
45 $ write outfile "#include ""tc-''arch'.h"""
46 $ close outfile
48 $ open/write outfile targ-cpu.c
49 $ write outfile "#include ""tc-''arch'.c"""
50 $ close outfile
54 $ open/write outfile targ-env.h
55 $ write outfile "#include ""te-''env'.h"""
56 $ close outfile
61 $ open/write outfile ob
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dconfigure.com44 $ open/write outfile targ-cpu.h
45 $ write outfile "#include ""tc-''arch'.h"""
46 $ close outfile
48 $ open/write outfile targ-cpu.c
49 $ write outfile "#include ""tc-''arch'.c"""
50 $ close outfile
54 $ open/write outfile targ-env.h
55 $ write outfile "#include ""te-''env'.h"""
56 $ close outfile
61 $ open/write outfile ob
[all...]

Completed in 222 milliseconds

1234567891011>>