| /src/external/bsd/pcc/dist/pcc/driver/ |
| prog_cxxcom.c | 29 cxxcom_exec(const char *infile, const char *outfile)
|
| prog_fcom.c | 29 fcom_exec(const char *infile, const char *outfile)
|
| prog_ccom.c | 29 ccom_exec(const char *infile, const char *outfile) 61 else if (outfile != NULL) 64 if (outfile != NULL) 65 list_add(l, outfile);
|
| /src/usr.bin/sdiff/ |
| extern.h | 9 extern FILE *outfile; /* file to save changes to */
|
| /src/crypto/external/bsd/heimdal/dist/po/ |
| gen-po.in | 11 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}.new2 >/dev/null; the [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| align.exp.tcl | 54 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 "$type item_$utype; [all...] |
| many-completions.exp | 38 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
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| align.exp.tcl | 54 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 "$type item_$utype; [all...] |
| many-completions.exp | 38 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
|
| /src/external/gpl3/gcc/dist/gcc/ |
| print-rtl-function.cc | 38 to OUTFILE. */ 41 print_edge (FILE *outfile, edge e, bool from) 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, "\")"); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| print-rtl-function.cc | 38 to OUTFILE. */ 41 print_edge (FILE *outfile, edge e, bool from) 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, "\")"); [all...] |
| /src/sys/sys/ |
| gennameih.awk | 37 function printheader(outfile) { 38 print "Generating", outfile 40 print "/*\t$NetBSD: gennameih.awk,v 1.5 2009/12/23 14:17:19 pooka 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
|
| /src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| twofiles | 10 outfile=outfile 12 trap 'status=$?; rm -f $outfile $errfile && exit $status' 0 15 >$outfile 2>$errfile
|
| /src/external/bsd/kyua-atf-compat/dist/ |
| helpers.sh | 61 local outfile="${CONTROL_DIR}/config.out" 63 rm "${outfile}" 64 touch "${outfile}" 67 echo "${var} = $(atf_config_get "${var}")" >>"${outfile}"
|
| /src/external/bsd/libpcap/dist/testprogs/fuzz/ |
| fuzz_pcap.c | 8 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, "number of packets=%d\n", stats.ps_recv) [all...] |
| fuzz_both.c | 9 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));
|
| /src/tests/dev/audio/ |
| t_audio.awk | 36 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"
|
| /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/ |
| utf8_gen.py | 54 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...] |
| /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/ |
| utf8_gen.py | 54 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...] |
| /src/external/mpl/dhcp/dist/contrib/ms2isc/ |
| ms2isc.pl | 116 my ($outfile, $i, $j, @Domains);
118 $outfile = new FileHandle "> $opts{o}";
119 if (!defined $outfile) {
124 print $outfile "\n##############################################################\n";
127 print $outfile "shared-network $Scopename {\n";
129 PrintSubnetConfig($outfile, \%GlobalOptions, \%{$Scopes{$j}}, $j, "\t", $opts{f});
133 print $outfile "}\n";
136 PrintSubnetUpdate($outfile, $j, $opts{p}, $opts{k});
142 print $outfile "\n##############################################################\n";
143 PrintSubnetConfig($outfile, \%GlobalOptions, \%{$Scopes{$i}}, $i, "", $opts{f}); [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| configure.com | 44 $ 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 obj-format. [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| configure.com | 44 $ 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 obj-format. [all...] |
| /src/external/bsd/bzip2/dist/ |
| format.pl | 36 #my $outfile = 'fmt-manual.xml'; 37 my $outfile = shift; 38 #print "Infile: $infile, Outfile: $outfile\n"; 39 # check we can write to outfile 40 open( OUTFILE,">$outfile" ) or 41 die "Can't output $outfile $! for writing"; 47 print OUTFILE $prev; 65 print OUTFILE $curr [all...] |
| /src/sys/arch/alpha/stand/mkbootimage/ |
| mkbootimage.c | 61 const char *infile, *outfile; local 91 outfile = argv[1]; /* NULL if argc == 1 */ 96 outfile != NULL ? outfile : "<stdout>"); 152 if (outfile == NULL) { 154 outfile = "<stdout>"; 155 } else if ((outfd = open(outfile, O_WRONLY|O_CREAT, 0666)) == -1) 156 err(EXIT_FAILURE, "open %s", outfile); 161 err(EXIT_FAILURE, "write %s", outfile); 163 errx(EXIT_FAILURE, "write %s: short write", outfile); [all...] |
| /src/external/gpl2/diffutils/dist/src/ |
| ed.c | 61 fprintf (outfile, "%c\n", change_letter[changes]); 75 fprintf (outfile, "..\n.\ns/.//\na\n"); 81 fprintf (outfile, ".\n"); 108 fprintf (outfile, "%c", change_letter[changes]); 110 fprintf (outfile, "\n"); 123 fprintf (outfile, ".\n"); 156 fprintf (outfile, "d"); 159 fprintf (outfile, "%ld %ld\n", tf0, tf0 <= tl0 ? tl0 - tf0 + 1 : 1); 164 fprintf (outfile, "a"); 168 fprintf (outfile, "%ld %ld\n", tl0, tf1 <= tl1 ? tl1 - tf1 + 1 : 1) [all...] |