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

123456789

/netbsd-6-1-5-RELEASE/usr.bin/sdiff/
H A Dextern.h9 extern FILE *outfile; /* file to save changes to */
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A Dtwofiles10 outfile=outfile
12 trap 'status=$?; rm -f $outfile $errfile && exit $status' 0
15 >$outfile 2>$errfile
/netbsd-6-1-5-RELEASE/x11/bin/rgb/
H A Drgb_mkdb.sh42 Usage: ${prog} infile.txt outfile.db
49 outfile=$2
60 | ${TOOL_DB} -q -w -N -U b -f - hash ${outfile}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprint-rtl.c46 static FILE *outfile; variable
72 print_decl_name (FILE *outfile, tree node) argument
75 fputs (IDENTIFIER_POINTER (DECL_NAME (node)), outfile);
79 fprintf (outfile, "L." HOST_WIDE_INT_PRINT_DEC, LABEL_DECL_UID (node));
83 fprintf (outfile, "%c.%u", c, DECL_UID (node));
89 print_mem_expr (FILE *outfile, tree expr) argument
94 print_mem_expr (outfile, TREE_OPERAND (expr, 0));
96 fputs (" <variable>", outfile);
97 fputc ('.', outfile);
98 print_decl_name (outfile, TREE_OPERAN
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dprint-rtl.c48 static FILE *outfile; variable
79 print_mem_expr (FILE *outfile, const_tree expr) argument
81 fputc (' ', outfile);
82 print_generic_expr (outfile, CONST_CAST_TREE (expr), dump_flags);
99 fputc (' ', outfile);
101 fprintf (outfile, "\n%s%*s", print_rtx_head, indent * 2, "");
107 fputs ("(nil)", outfile);
113 fprintf (outfile, "(??? bad code %d\n%s%*s)", GET_CODE (in_rtx),
134 fputc ('(', outfile);
136 fprintf (outfile, "(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymmisc.c77 struct ui_file *outfile; member in struct:print_symbol_args
243 dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
250 fprintf_filtered (outfile, "\nObject file %s:\n\n", objfile->name);
253 fprintf_filtered (outfile, "No minimal symbols found.\n");
297 fprintf_filtered (outfile, "[%2d] %c ", index, ms_type);
299 outfile);
300 fprintf_filtered (outfile, " %s", SYMBOL_LINKAGE_NAME (msymbol));
302 fprintf_filtered (outfile, " section %s",
307 fprintf_filtered (outfile, " %s", SYMBOL_DEMANGLED_NAME (msymbol));
310 fprintf_filtered (outfile, "
242 dump_msymbols(struct objfile *objfile, struct ui_file *outfile) argument
298 outfile); local
322 dump_symtab_1(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
375 gdb_print_host_address (BLOCK_SUPERBLOCK (b), outfile); local
382 fputs_filtered (paddress (gdbarch, BLOCK_START (b)), outfile); local
384 fputs_filtered (paddress (gdbarch, BLOCK_END (b)), outfile); local
419 dump_symtab(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
445 struct ui_file *outfile; local
499 struct ui_file *outfile = ((struct print_symbol_args *) args)->outfile; local
507 outfile); local
520 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
530 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
542 outfile, local
574 outfile); local
613 outfile); local
622 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile); local
626 outfile); local
630 outfile); local
663 struct ui_file *outfile; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dconfigure.com28 $ open/write outfile targ-cpu.h
29 $ write outfile "#include ""tc-''arch'.h"""
30 $ close outfile
32 $ open/write outfile targ-cpu.c
33 $ write outfile "#include ""tc-''arch'.c"""
34 $ close outfile
38 $ open/write outfile targ-env.h
39 $ write outfile "#include ""te-''env'.h"""
40 $ close outfile
45 $ open/write outfile ob
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/arch/
H A Darch.exp191 set outfile [open "arch_results.txt" w 0666]
192 puts $outfile "# Generated file. DO NOT EDIT"
193 puts $outfile "#"
194 puts $outfile "# This file is generated by ld/testsuite/ld-sh/arch/arch.exp ."
195 puts $outfile "# It contains the expected results of the tests."
196 puts $outfile "# If the tests are failing because the expected results"
197 puts $outfile "# have changed then run 'make check' and copy the new file"
198 puts $outfile "# from <objdir>/ld/arch_results.txt"
199 puts $outfile "# to <srcdir>/ld/testsuite/ld-sh/arch/arch_expected.txt ."
200 puts $outfile "# Mak
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-header-nr/
H A Dscanner.l34 %option 8bit outfile="scanner.c" prefix="test" header="scanner.h"
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Drunlex.sh38 outfile=lex.yy.c
47 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'`
118 ${LEX} $flags -o"$outfile" "$@"
139 # Is the outfile where we think it is?
141 outfile_base=`basename "$outfile"`
142 if [ "$outfile_base" != "$outfile" -a \( ! -r "$outfile" \) -a -r "$outfile_base" ]
148 mv "$outfile_base" "$outfile"
182 mv lex.yy.c "$outfile"
223 header_file=`dirname "$outfile"`/`basenam
[all...]
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/tests/
H A Dxmltest.sh39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
130 rm outfile
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-header-r/
H A Dscanner.l38 %option 8bit outfile="scanner.c" prefix="test"
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-linedir-r/
H A Dscanner.l38 %option 8bit outfile="scanner.c" prefix="test"
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Ded.c61 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, "
[all...]
H A Dnormal.c57 fprintf (outfile, "%c", change_letter[changes]);
59 fprintf (outfile, "\n");
67 fprintf (outfile, "---\n");
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/mkbootimage/
H A Dmkbootimage.c60 const char *infile, *outfile; local
90 outfile = argv[1]; /* NULL if argc == 1 */
95 outfile != NULL ? outfile : "<stdout>");
151 if (outfile == NULL) {
153 outfile = "<stdout>";
154 } else if ((outfd = open(outfile, O_WRONLY|O_CREAT, 0666)) == -1)
155 err(EXIT_FAILURE, "open %s", outfile);
160 err(EXIT_FAILURE, "write %s", outfile);
162 errx(EXIT_FAILURE, "write %s: short write", outfile);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-version/
H A Dgenerate-revision.sh145 outfile=
153 outfile=${OPTARG}
168 [ -n "${outfile}" ] || \
174 generate_from_mtn ${outfile}
176 generate_from_dist ${outfile} ${version}
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-version/
H A Dgenerate-revision.sh145 outfile=
153 outfile=${OPTARG}
168 [ -n "${outfile}" ] || \
174 generate_from_mtn ${outfile}
176 generate_from_dist ${outfile} ${version}
/netbsd-6-1-5-RELEASE/usr.sbin/ndiscvt/
H A Dndiscvt.c171 "[-n devname] [-o outfile]\n", __progname);
178 bincvt(char *sysfile, char *outfile, void *img, int fsize) argument
203 outfile = strdup(basename(outfile));
204 if (strchr(outfile, '.'))
205 *strchr(outfile, '.') = '\0';
218 tname, outfile);
234 tname, sysfile, tname, tname, sysfile, outfile, outfile);
238 free(outfile);
245 char *basefile, *outfile, *ptr; local
311 char *outfile = NULL, *firmfile = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/contrib/ms2isc/
H A Dms2isc.pl116 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, \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/TEMPLATE/
H A Dscanner.l35 %option 8bit outfile="scanner.c" prefix="test"
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-array-nr/
H A Dscanner.l35 %option 8bit outfile="scanner.c" prefix="test"
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-c++-basic/
H A Dscanner.l32 %option 8bit outfile="scanner.cpp" prefix="test"

Completed in 175 milliseconds

123456789