Home
last modified time | relevance | path

Searched refs:outf (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh44 outf=/tmp/sched.args.$$
48 $dtrace -c 'sleep 10' -o $outf -qs /dev/stdin <<EOF
109 ' $outf
120 rm $outf
/freebsd-14.2/usr.bin/fortune/strfile/
H A Dstrfile.c142 FILE *inf, *outf; in main() local
159 if ((outf = fopen(Outfile, "w")) == NULL) { in main()
164 fseek(outf, (long)sizeof(Tbl), SEEK_SET); in main()
175 add_offset(outf, ftello(inf)); in main()
186 add_offset(outf, pos); in main()
237 rewind(outf); in main()
243 fwrite((char *)&Tbl, sizeof(Tbl), 1, outf); in main()
247 fwrite(Seekpts, sizeof(*Seekpts), (size_t)Num_pts, outf); in main()
249 fclose(outf); in main()
/freebsd-14.2/usr.bin/ctags/
H A Dctags.c71 FILE *outf; /* ioptr for tags file */ variable
190 if ((outf = fopen(outfile, "w")) == NULL) in main()
208 fputs(lbuf, outf); in main()
214 fclose(outf); in main()
218 if (!(outf = fopen(outfile, aflag ? "a" : "w"))) in main()
221 (void)fclose(outf); in main()
H A Dctags.h72 extern FILE *outf; /* ioptr for current output file */
H A Dprint.c109 fprintf(outf, "%s\t%s\t%c^%s%c\n", in put_entries()
/freebsd-14.2/usr.sbin/config/
H A Dmkoptions.cc147 FILE *inf, *outf; in do_option() local
176 outf = fopen(file, "w"); in do_option()
177 if (outf == NULL) in do_option()
182 fprintf(outf, "#define %s %s\n", name, value); in do_option()
185 (void)fclose(outf); in do_option()
268 outf = fopen(file, "w"); in do_option()
269 if (outf == NULL) in do_option()
275 fprintf(outf, "#define %s %s\n", in do_option()
283 (void)fclose(outf); in do_option()
/freebsd-14.2/usr.bin/msgs/
H A Dmsgs.c633 FILE *outf; in prmesg() local
644 outf = popen(cmdbuf, "w"); in prmesg()
645 if (!outf) in prmesg()
646 outf = stdout; in prmesg()
651 outf = stdout; in prmesg()
654 putc('\n', outf); in prmesg()
657 fputs(inbuf, outf); in prmesg()
658 if (ferror(outf)) { in prmesg()
659 clearerr(outf); in prmesg()
664 if (outf != stdout) { in prmesg()
[all …]
/freebsd-14.2/contrib/byacc/test/
H A Dgrammar.y270 extern void indent (FILE *outf);
271 extern void put_blankline (FILE *outf);
272 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
273 extern void put_char (FILE *outf, int c);
275 extern void put_newline (FILE *outf);
276 extern void put_padded (FILE *outf, const char *s);
277 extern void put_string (FILE *outf, const char *s);
/freebsd-14.2/contrib/byacc/test/yacc/
H A Dgrammar.tab.c300 extern void indent (FILE *outf);
301 extern void put_blankline (FILE *outf);
302 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
303 extern void put_char (FILE *outf, int c);
305 extern void put_newline (FILE *outf);
306 extern void put_padded (FILE *outf, const char *s);
307 extern void put_string (FILE *outf, const char *s);
/freebsd-14.2/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c609 void output_strlst(FILE *outf, strlst_t *lst);
1136 output_strlst(FILE *outf, strlst_t *lst) in output_strlst() argument
1140 fprintf(outf, " %s", lst->str); in output_strlst()
1141 fprintf(outf, "\n"); in output_strlst()
/freebsd-14.2/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c320 extern void indent (FILE *outf);
321 extern void put_blankline (FILE *outf);
322 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
323 extern void put_char (FILE *outf, int c);
325 extern void put_newline (FILE *outf);
326 extern void put_padded (FILE *outf, const char *s);
327 extern void put_string (FILE *outf, const char *s);