Searched refs:outf (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh44 outf=/tmp/sched.args.$$
48 $dtrace -c '/usr/bin/sleep 10' -o $outf -qs /dev/stdin <<EOF
109 ' $outf
120 rm $outf
/freebsd-11-stable/contrib/gcc/
H A Dgen-protos.c133 FILE *outf = stdout; local
147 fprintf (outf, "struct fn_decl std_protos[] = {\n");
150 fprintf (outf, " {\"\", \"\", \"\", 0},\n");
172 fprintf (outf, " {\"%s\", \"%s\", \"%s\", 0},\n",
178 fprintf (outf, " {0, 0, 0, 0}\n};\n");
181 fprintf (outf, "#define HASH_SIZE %d\n", HASH_SIZE);
182 fprintf (outf, "short hash_tab[HASH_SIZE] = {\n");
184 fprintf (outf, " %d,\n", hash_tab[i]);
185 fprintf (outf, "};\n");
H A Dc-ppoutput.c34 FILE *outf; /* Stream to write to. */ member in struct:__anon1191
92 putc ('\n', print.outf);
134 print.outf = out_stream;
172 putc (' ', print.outf);
175 putc (' ', print.outf);
180 cpp_output_token (token, print.outf);
191 fwrite (buf, 1, size, print.outf);
224 fwrite (pfile->out.base, 1, len, print.outf);
242 putc ('\n', print.outf);
251 putc ('\n', print.outf);
[all...]
H A Dfix-header.c419 FILE *outf;
432 fprintf (outf, "#ifndef _PARAMS\n");
433 fprintf (outf, "#if defined(__STDC__) || defined(__cplusplus)\n");
434 fprintf (outf, "#define _PARAMS(ARGS) ARGS\n");
435 fprintf (outf, "#else\n");
436 fprintf (outf, "#define _PARAMS(ARGS) ()\n");
437 fprintf (outf, "#endif\n#endif /* _PARAMS */\n");
759 fprintf (outf, "#ifdef __cplusplus\nextern \"C\" {\n#endif\n");
784 fprintf (outf,
787 fprintf (outf,
418 FILE *outf; variable
[all...]
H A Dcfghooks.c236 dump_bb (basic_block bb, FILE *outf, int indent) argument
246 fprintf (outf, ";;%s basic block %d, loop depth %d, count ",
248 fprintf (outf, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) bb->count);
249 putc ('\n', outf);
251 fprintf (outf, ";;%s prev block ", s_indent);
253 fprintf (outf, "%d, ", bb->prev_bb->index);
255 fprintf (outf, "(nil), ");
256 fprintf (outf, "next block ");
258 fprintf (outf, "%d", bb->next_bb->index);
260 fprintf (outf, "(ni
[all...]
H A Dgengtype.h159 struct outf struct
161 struct outf *next;
168 typedef struct outf * outf_p;
H A Dprint-rtl.c635 print_inline_rtx (FILE *outf, rtx x, int ind) argument
642 outfile = outf;
738 print_rtl (FILE *outf, rtx rtx_first) argument
742 outfile = outf;
747 fputs (print_rtx_head, outf);
748 fputs ("(nil)\n", outf);
779 print_rtl_single (FILE *outf, rtx x) argument
781 outfile = outf;
788 putc ('\n', outf);
799 print_simple_rtl (FILE *outf, rt argument
[all...]
H A Dtree-data-ref.c615 dump_data_reference (FILE *outf,
620 fprintf (outf, "(Data Ref: \n stmt: ");
621 print_generic_stmt (outf, DR_STMT (dr), 0);
622 fprintf (outf, " ref: ");
623 print_generic_stmt (outf, DR_REF (dr), 0);
624 fprintf (outf, " base_object: ");
625 print_generic_stmt (outf, DR_BASE_OBJECT (dr), 0);
629 fprintf (outf, " Access function %d: ", i);
630 print_generic_stmt (outf, DR_ACCESS_FN (dr, i), 0);
632 fprintf (outf, ")\
614 dump_data_reference(FILE *outf, struct data_reference *dr) argument
637 dump_subscript(FILE *outf, struct subscript *subscript) argument
678 print_direction_vector(FILE *outf, lambda_vector dirv, int length) argument
722 print_dir_vectors(FILE *outf, VEC (lambda_vector, heap) *dir_vects, int length) argument
735 print_dist_vectors(FILE *outf, VEC (lambda_vector, heap) *dist_vects, int length) argument
756 dump_data_dependence_relation(FILE *outf, struct data_dependence_relation *ddr) argument
[all...]
H A Dcfgrtl.c1597 rtl_dump_bb (basic_block bb, FILE *outf, int indent)
1607 fprintf (outf, ";;%s Registers live at start: ", s_indent);
1608 dump_regset (bb->il.rtl->global_live_at_start, outf);
1609 putc ('\n', outf);
1613 print_rtl_single (outf, insn);
1615 fprintf (outf, ";;%s Registers live at end: ", s_indent);
1616 dump_regset (bb->il.rtl->global_live_at_end, outf);
1617 putc ('\n', outf);
1625 print_rtl_with_bb (FILE *outf, rtx rtx_first)
1630 fprintf (outf, "(ni
1587 rtl_dump_bb(basic_block bb, FILE *outf, int indent) argument
1614 print_rtl_with_bb(FILE *outf, rtx rtx_first) argument
[all...]
H A Dtree-ssa-ccp.c239 dump_lattice_value (FILE *outf, const char *prefix, prop_value_t val) argument
244 fprintf (outf, "%sUNINITIALIZED", prefix);
247 fprintf (outf, "%sUNDEFINED", prefix);
250 fprintf (outf, "%sVARYING", prefix);
253 fprintf (outf, "%sUNKNOWN_VAL", prefix);
256 fprintf (outf, "%sCONSTANT ", prefix);
257 print_generic_expr (outf, val.value, dump_flags);
H A Dcollect2.c792 FILE *outf;
1403 outf = fopen (c_file, "w");
1404 if (outf == (FILE *) 0)
1407 write_c_file (outf, c_file);
1409 if (fclose (outf))
781 FILE *outf; local
/freebsd-11-stable/contrib/dtc/
H A Ddtc.c179 FILE *outf = NULL; local
345 outf = stdout;
347 outf = fopen(outname, "wb");
348 if (! outf)
354 dt_to_source(outf, dti);
356 dt_to_blob(outf, dti, outversion);
358 dt_to_asm(outf, dti, outversion);
/freebsd-11-stable/usr.sbin/config/
H A Dmkoptions.c147 FILE *inf, *outf; local
176 outf = fopen(file, "w");
177 if (outf == NULL)
182 fprintf(outf, "#define %s %s\n", name, value);
185 (void)fclose(outf);
269 outf = fopen(file, "w");
270 if (outf == NULL)
276 fprintf(outf, "#define %s %s\n",
284 (void)fclose(outf);
/freebsd-11-stable/usr.bin/fortune/strfile/
H A Dstrfile.c144 FILE *inf, *outf; local
161 if ((outf = fopen(Outfile, "w")) == NULL) {
166 fseek(outf, (long)sizeof(Tbl), SEEK_SET);
177 add_offset(outf, ftello(inf));
188 add_offset(outf, pos);
239 rewind(outf);
245 fwrite((char *)&Tbl, sizeof(Tbl), 1, outf);
249 fwrite(Seekpts, sizeof(*Seekpts), (size_t)Num_pts, outf);
251 fclose(outf);
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c68 FILE *outf; /* ioptr for tags file */ variable
172 if ((outf = fopen(outfile, "w")) == NULL)
190 fputs(lbuf, outf);
196 fclose(outf);
199 if (!(outf = fopen(outfile, aflag ? "a" : "w")))
202 (void)fclose(outf);
H A Dctags.h73 extern FILE *outf; /* ioptr for current output file */
H A Dprint.c109 fprintf(outf, "%s\t%s\t%c^%s%c\n",
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c636 FILE *outf; local
647 outf = popen(cmdbuf, "w");
648 if (!outf)
649 outf = stdout;
651 setbuf(outf, (char *)NULL);
654 outf = stdout;
657 putc('\n', outf);
660 fputs(inbuf, outf);
661 if (ferror(outf)) {
662 clearerr(outf);
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y269 extern void indent (FILE *outf);
270 extern void put_blankline (FILE *outf);
271 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
272 extern void put_char (FILE *outf, int c);
274 extern void put_newline (FILE *outf);
275 extern void put_padded (FILE *outf, const char *s);
276 extern void put_string (FILE *outf, const char *s);
/freebsd-11-stable/crypto/openssl/apps/
H A Denc.c136 char *inf = NULL, *outf = NULL; local
189 outf = *(++argv);
455 if (outf == NULL) {
468 if (BIO_write_filename(out, outf) <= 0) {
469 perror(outf);
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c299 extern void indent (FILE *outf);
300 extern void put_blankline (FILE *outf);
301 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
302 extern void put_char (FILE *outf, int c);
304 extern void put_newline (FILE *outf);
305 extern void put_padded (FILE *outf, const char *s);
306 extern void put_string (FILE *outf, const char *s);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsutil.c766 fastcopy(inf,outf)
768 FILE *outf;
769 /* Function: copies the remainder of file inf to outf.
774 awrite((char const*)inf->ptr, (size_t)(inf->lim - inf->ptr), outf);
778 awrite((char const*)inf->ptr, (size_t)(inf->readlim - inf->ptr), outf);
795 awrite(buf, (size_t)rcount, outf);
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c605 void output_strlst(FILE *outf, strlst_t *lst);
1131 output_strlst(FILE *outf, strlst_t *lst) argument
1135 fprintf(outf, " %s", lst->str);
1136 fprintf(outf, "\n");
/freebsd-11-stable/contrib/libreadline/
H A Dreadline.c1177 sp->outf = rl_outstream;
1211 rl_outstream = sp->outf;
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c319 extern void indent (FILE *outf);
320 extern void put_blankline (FILE *outf);
321 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
322 extern void put_char (FILE *outf, int c);
324 extern void put_newline (FILE *outf);
325 extern void put_padded (FILE *outf, const char *s);
326 extern void put_string (FILE *outf, const char *s);

Completed in 223 milliseconds

12