Searched refs:outfile (Results 1 - 25 of 147) sorted by path

123456

/freebsd-11-stable/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);
H A Dctfmerge.c211 static char *outfile = NULL; variable
222 "Usage: %s [-fgstv] -l label | -L labelenv -o outfile file ...\n"
223 " %s [-fgstv] -l label | -L labelenv -o outfile -d uniqfile\n"
225 " %s [-fgstv] -l label | -L labelenv -o outfile -w withfile "
603 if (outfile == NULL)
608 fprintf(stderr, "Removing %s\n", outfile);
609 unlink(outfile);
800 /* Place merged types in CTF section in `outfile' */
801 outfile = optarg;
828 outfile !
[all...]
/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck.c76 cleanup_tmpdir(const atf_fs_path_t *dir, const atf_fs_path_t *outfile, argument
80 atf_error_t err = atf_fs_unlink(outfile);
130 init_sbs(const atf_fs_path_t *outfile, atf_process_stream_t *outsb, argument
135 err = init_sb(outfile, outsb);
168 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, argument
176 err = init_sbs(outfile, &outsb, errfile, &errsb);
/freebsd-11-stable/contrib/binutils/binutils/
H A Darsup.c44 static FILE *outfile; variable
98 print_arelt_descr(outfile, abfd, verbose);
109 outfile = fopen(output,"w");
110 if (outfile == 0)
112 outfile = stdout;
118 outfile = stdout;
125 fclose (outfile);
421 outfile = stdout;
H A Dreadelf.c9944 print_address (unsigned int addr, FILE *outfile)
9946 fprintf (outfile,"0x%8.8x", addr);
9941 print_address(unsigned int addr, FILE *outfile) argument
/freebsd-11-stable/contrib/binutils/etc/
H A DMakefile.in205 epstopdf $(srcdir)/configdev.ein -outfile=configdev.pdf
206 epstopdf $(srcdir)/configbuild.ein -outfile=configbuild.pdf
/freebsd-11-stable/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-11-stable/contrib/diff/src/
H A Dcontext.c55 fprintf (outfile, "%s %s\n", mark, label);
68 fprintf (outfile, "%s %s\t%s\n", mark, inf->name, buf);
135 fprintf (outfile, "%ld", trans_b);
137 fprintf (outfile, "%ld,%ld", trans_a, trans_b);
193 out = outfile;
278 fprintf (outfile, trans_b < trans_a ? "%ld,0" : "%ld", trans_b);
280 fprintf (outfile, "%ld,%ld", trans_a, trans_b - trans_a + 1);
325 out = outfile;
H A Ddiff.h320 XTERN FILE *outfile;
316 XTERN FILE *outfile; variable
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 Difdef.c109 format_group (outfile, format, 0, groups);
H A Dnormal.c55 fprintf (outfile, "%c", change_letter[changes]);
57 fprintf (outfile, "\n");
65 fprintf (outfile, "---\n");
H A Dsdiff.c380 lf_copy (struct line_filter *lf, lin lines, FILE *outfile)
389 ck_fwrite (start, lf->buflim - start, outfile);
401 ck_fwrite (start, lf->bufpos - start, outfile);
906 FILE *outfile)
978 lf_copy (left, llen, outfile);
982 lf_copy (right, rlen, outfile);
1112 ck_fwrite (buf, size, outfile);
1131 FILE *outfile)
1170 lf_copy (left, llen, outfile);
1178 outfile))
379 lf_copy(struct line_filter *lf, lin lines, FILE *outfile) argument
900 edit(struct line_filter *left, char const *lname, lin lline, lin llen, struct line_filter *right, char const *rname, lin rline, lin rlen, FILE *outfile) argument
1123 interact(struct line_filter *diff, struct line_filter *left, char const *lname, struct line_filter *right, char const *rname, FILE *outfile) argument
[all...]
H A Dside.c49 FILE *out = outfile;
71 FILE *out = outfile;
165 FILE *out = outfile;
211 fprintf (outfile, "i%ld,%ld\n", len0, len1);
253 fprintf (outfile, "c%ld,%ld\n", len0, len1);
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-11-stable/contrib/gcc/
H A Ddwarf2out.c5743 print_spaces (FILE *outfile)
5745 fprintf (outfile, "%*s", print_indent, "");
5752 print_die (dw_die_ref die, FILE *outfile)
5758 print_spaces (outfile);
5759 fprintf (outfile, "DIE %4ld: %s\n",
5761 print_spaces (outfile);
5762 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
5763 fprintf (outfile, " offset: %ld\n", die->die_offset);
5767 print_spaces (outfile);
5768 fprintf (outfile, "
5735 print_spaces(FILE *outfile) argument
5744 print_die(dw_die_ref die, FILE *outfile) argument
5844 print_dwarf_line_table(FILE *outfile) argument
[all...]
H A Dlambda-code.c194 print_lambda_body_vector (FILE * outfile, lambda_body_vector body) argument
196 print_lambda_vector (outfile, LBV_COEFFICIENTS (body), LBV_SIZE (body));
246 print_linear_expression (FILE * outfile, lambda_vector expr, int size, argument
258 fprintf (outfile, "-");
262 fprintf (outfile, " + ");
264 fprintf (outfile, " - ");
266 fprintf (outfile, "%c", start + i);
268 fprintf (outfile, "%d%c", abs (expr[i]), start + i);
279 print_lambda_linear_expression (FILE * outfile, argument
283 fprintf (outfile, "\tLinea
298 print_lambda_loop(FILE * outfile, lambda_loop loop, int depth, int invariants, char start) argument
345 print_lambda_loopnest(FILE * outfile, lambda_loopnest nest, char start) argument
[all...]
H A Dlambda-mat.c652 print_lambda_matrix (FILE * outfile, lambda_matrix matrix, int m, int n) argument
657 print_lambda_vector (outfile, matrix[i], n);
658 fprintf (outfile, "\n");
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),
H A Dlambda.h372 print_lambda_vector (FILE * outfile, lambda_vector vector, int n) argument
377 fprintf (outfile, "%3d ", vector[i]);
378 fprintf (outfile, "\n");
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 Dtree-ssa-pre.c869 bitmap_print_value_set (FILE *outfile, bitmap_set_t set, argument
872 fprintf (outfile, "%s[%d] := { ", setname, blockindex);
882 fprintf (outfile, ", ");
884 print_generic_expr (outfile, ssa_name (i), 0);
886 fprintf (outfile, " (");
887 print_generic_expr (outfile, get_value_handle (ssa_name (i)), 0);
888 fprintf (outfile, ") ");
891 fprintf (outfile, " }\n");
896 print_value_set (FILE *outfile, value_set_t set, argument
900 fprintf (outfile, "
924 print_value_expressions(FILE *outfile, tree val) argument
[all...]
H A Dtree-ssa-structalias.c4596 dump_sa_points_to_info (FILE *outfile) argument
4600 fprintf (outfile, "\nPoints-to sets\n\n");
4604 fprintf (outfile, "Stats:\n");
4605 fprintf (outfile, "Total vars: %d\n", stats.total_vars);
4606 fprintf (outfile, "Non-pointer vars: %d\n",
4608 fprintf (outfile, "Statically unified vars: %d\n",
4610 fprintf (outfile, "Dynamically unified vars: %d\n",
4612 fprintf (outfile, "Iterations: %d\n", stats.iterations);
4613 fprintf (outfile, "Number of edges: %d\n", stats.num_edges);
4614 fprintf (outfile, "Numbe
[all...]
/freebsd-11-stable/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;
H A Dpex-msdos.c169 char *outfile; local
208 outfile = "";
213 outfile = ms->files[outindex];
220 + strlen (outfile)
229 outfile);

Completed in 319 milliseconds

123456