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

123456

/freebsd-10.0-release/sys/kern/
H A Dgenassym.sh6 echo "usage: genassym [-o outfile] objfile"
52 o) outfile="$OPTARG"
65 work $1 3>"$outfile" >&3 3>&-
/freebsd-10.0-release/contrib/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...]
H A Dlambda-trans.c76 print_lambda_trans_matrix (FILE *outfile, lambda_trans_matrix mat) argument
78 print_lambda_matrix (outfile, LTM_MATRIX (mat), LTM_ROWSIZE (mat),
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsymmisc.c81 struct ui_file *outfile; member in struct:print_symbol_args
301 dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
307 fprintf_filtered (outfile, "\nObject file %s:\n\n", objfile->name);
310 fprintf_filtered (outfile, "No minimal symbols found.\n");
349 fprintf_filtered (outfile, "[%2d] %c ", index, ms_type); local
350 print_address_numeric (SYMBOL_VALUE_ADDRESS (msymbol), 1, outfile);
351 fprintf_filtered (outfile, " %s", DEPRECATED_SYMBOL_NAME (msymbol));
353 fprintf_filtered (outfile, " section %s",
358 fprintf_filtered (outfile, " %s", SYMBOL_DEMANGLED_NAME (msymbol));
362 fprintf_filtered (outfile, "
300 dump_msymbols(struct objfile *objfile, struct ui_file *outfile) argument
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
441 dump_symtab(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
492 gdb_print_host_address (BLOCK_SUPERBLOCK (b), outfile); local
499 print_address_numeric (BLOCK_START (b), 1, outfile); local
501 print_address_numeric (BLOCK_END (b), 1, outfile); local
538 struct ui_file *outfile; local
594 struct ui_file *outfile = ((struct print_symbol_args *) args)->outfile; local
600 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
613 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
623 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
635 outfile, local
665 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
675 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
725 print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
735 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile); local
778 struct ui_file *outfile; local
824 print_partial_symbols(struct partial_symbol **p, int count, char *what, struct ui_file *outfile) argument
926 struct ui_file *outfile; local
[all...]
/freebsd-10.0-release/contrib/libpcap/
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...]
/freebsd-10.0-release/tools/tools/netrate/tcpp/
H A Drunit.pl19 $outfile = $date."_".$kernel.".csv";
20 unlink($outfile);
21 open(OUTFILE, ">".$outfile) || die $outfile;
48 "$outfile $prefix)'");
/freebsd-10.0-release/contrib/expat/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 -u "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
131 rm outfile
[all...]
/freebsd-10.0-release/contrib/diff/src/
H A Ded.c59 fprintf (outfile, "%c\n", change_letter[changes]);
73 fprintf (outfile, "..\n.\ns/.//\na\n");
79 fprintf (outfile, ".\n");
106 fprintf (outfile, "%c", change_letter[changes]);
108 fprintf (outfile, "\n");
121 fprintf (outfile, ".\n");
154 fprintf (outfile, "d");
157 fprintf (outfile, "%ld %ld\n", tf0, tf0 <= tl0 ? tl0 - tf0 + 1 : 1);
162 fprintf (outfile, "a");
166 fprintf (outfile, "
[all...]
H A Dnormal.c55 fprintf (outfile, "%c", change_letter[changes]);
57 fprintf (outfile, "\n");
65 fprintf (outfile, "---\n");
H A Dutil.c167 outfile = 0;
179 if (outfile != 0)
226 outfile = fdopen (pipes[1], "w");
227 if (!outfile)
239 outfile = popen (command, "w");
240 if (!outfile)
251 outfile = stdout;
283 if (outfile != 0 && outfile != stdout)
288 if (ferror (outfile))
[all...]
/freebsd-10.0-release/contrib/atf/atf-version/
H A Dgenerate-revision.sh105 outfile=
113 outfile=${OPTARG}
128 [ -n "${outfile}" ] || \
134 generate_from_git ${outfile}
136 generate_from_dist ${outfile} ${version}
/freebsd-10.0-release/usr.sbin/ndiscvt/
H A Dndiscvt.c159 "[-n devname] [-o outfile]\n", __progname);
166 bincvt(char *sysfile, char *outfile, void *img, int fsize) argument
184 outfile = strdup(basename(outfile));
185 if (strchr(outfile, '.'))
186 *strchr(outfile, '.') = '\0';
195 tname, outfile);
211 tname, sysfile, tname, tname, sysfile, outfile, outfile);
221 char *basefile, *outfile, *pt local
283 char *outfile = NULL, *firmfile = NULL; local
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dgather-docs47 $outfile = shift;
49 if ($outfile !~ /\S/ || ! -f "$srcdir/Makefile.in" ) {
50 print STDERR "Usage: gather-docs [-v] srcdir outfile.txi [files with snippets in them ...]\n";
103 if (!open (OUT, "> $outfile")) {
104 print STDERR "Cannot open $outfile for writing: $!\n";
108 print "Writing $outfile\n" if $verbose;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dgather-docs47 $outfile = shift;
49 if ($outfile !~ /\S/ || ! -f "$srcdir/Makefile.in" ) {
50 print STDERR "Usage: gather-docs [-v] srcdir outfile.txi [files with snippets in them ...]\n";
103 if (!open (OUT, "> $outfile")) {
104 print STDERR "Cannot open $outfile for writing: $!\n";
108 print "Writing $outfile\n" if $verbose;
/freebsd-10.0-release/crypto/openssl/apps/
H A Dpkeyparam.c71 char **args, *infile = NULL, *outfile = NULL; local
106 outfile = *args;
158 if (outfile)
160 if (!(out = BIO_new_file (outfile, "w")))
163 "Can't open output file %s\n", outfile);
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
92 outfile = *args;
116 if (outfile) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
119 "Can't open output file %s\n", outfile);
/freebsd-10.0-release/usr.bin/uudecode/
H A Duudecode.c68 static const char *infile, *outfile; variable
104 outfile = optarg; /* set the output filename */
155 outfile = "/dev/stdout";
253 outfile = q;
256 if (pflag || strcmp(outfile, "/dev/stdout") == 0)
260 if (lstat(outfile, &st) == 0) {
262 warnc(EEXIST, "%s: %s", infile, outfile);
269 if (unlink(outfile) == 0 || errno == ENOENT)
271 warn("%s: unlink %s", infile, outfile);
274 warnc(EISDIR, "%s: %s", infile, outfile);
[all...]
/freebsd-10.0-release/sys/xen/interface/foreign/
H A Dmkchecker.py8 outfile = sys.argv[2]; variable
11 f = open(outfile, "w");
/freebsd-10.0-release/usr.bin/sed/
H A Dextern.h45 extern FILE *infile, *outfile;
/freebsd-10.0-release/crypto/openssl/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
96 outfile= *(++argv);
133 if (outfile == NULL)
137 out=fopen(outfile,"w");
/freebsd-10.0-release/usr.bin/ctags/
H A Dctags.c90 static const char *outfile = "tags"; /* output file */ local
119 outfile = optarg;
168 if ((oldf = fopen(outfile, "r")) == NULL)
169 err(1, "opening %s", outfile);
170 if (unlink(outfile))
171 err(1, "unlinking %s", outfile);
172 if ((outf = fopen(outfile, "w")) == NULL)
173 err(1, "recreating %s", outfile);
199 if (!(outf = fopen(outfile, aflag ? "a" : "w")))
200 err(1, "%s", outfile);
[all...]
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_main.c149 * so in that case only, check if the outfile exists, and if so,
153 checkfiles(cmd.infile, cmd.outfile);
159 c_output(cmd.infile, "-DRPC_XDR", DONT_EXTEND, cmd.outfile);
161 h_output(cmd.infile, "-DRPC_HDR", DONT_EXTEND, cmd.outfile,
164 l_output(cmd.infile, "-DRPC_CLNT", DONT_EXTEND, cmd.outfile);
167 cmd.outfile, cmd.mflag, cmd.nflag);
169 t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile);
172 cmd.outfile);
175 cmd.outfile);
245 open_output(const char *infile, const char *outfile) argument
395 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
497 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
583 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
670 l_output(const char *infile, const char *define, int extend, const char *outfile) argument
701 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
723 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
756 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
964 checkfiles(const char *infile, const char *outfile) argument
[all...]
/freebsd-10.0-release/usr.bin/truss/
H A Dmain.c187 trussinfo->outfile = stderr;
244 if ((trussinfo->outfile = fopen(fname, "we")) == NULL)
326 fprintf(trussinfo->outfile, "%5d: ",
331 fprintf(trussinfo->outfile, "%ld.%09ld ",
338 fprintf(trussinfo->outfile, "%ld.%09ld ",
343 fprintf(trussinfo->outfile,
352 fprintf(trussinfo->outfile, "%5d: ",
357 fprintf(trussinfo->outfile, "%ld.%09ld ",
364 fprintf(trussinfo->outfile, "%ld.%09ld ",
367 fprintf(trussinfo->outfile,
[all...]
/freebsd-10.0-release/usr.bin/m4/
H A Dmisc.c232 if (active == outfile[n])
234 rewind(outfile[n]);
235 while ((c = getc(outfile[n])) != EOF)
237 (void) fclose(outfile[n]);
238 outfile[n] = NULL;
258 if (outfile[n] != NULL) {
259 (void) fclose(outfile[n]);
288 outfile = (FILE **)xrealloc(outfile, sizeof(FILE *) * n,
291 outfile[
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c50 static const char *outfile = NULL; variable
57 "Usage: %s [-gis] -l label | -L labelenv [-o outfile] object_file\n"
68 if (!outfile) {
181 outfile = optarg;
252 if (outfile && strcmp(infile, outfile) != 0) {
253 write_ctf(mstrtd, infile, outfile, dynsym | keep_stabs);

Completed in 183 milliseconds

123456