| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/ |
| H A D | tst.schedargs.ksh | 44 outf=/tmp/sched.args.$$ 48 $dtrace -c '/usr/bin/sleep 10' -o $outf -qs /dev/stdin <<EOF 109 ' $outf 120 rm $outf
|
| /freebsd-13.1/usr.bin/fortune/strfile/ |
| H A D | strfile.c | 144 FILE *inf, *outf; in main() local 161 if ((outf = fopen(Outfile, "w")) == NULL) { in main() 166 fseek(outf, (long)sizeof(Tbl), SEEK_SET); in main() 177 add_offset(outf, ftello(inf)); in main() 188 add_offset(outf, pos); in main() 239 rewind(outf); in main() 245 fwrite((char *)&Tbl, sizeof(Tbl), 1, outf); in main() 249 fwrite(Seekpts, sizeof(*Seekpts), (size_t)Num_pts, outf); in main() 251 fclose(outf); in main()
|
| /freebsd-13.1/usr.bin/ctags/ |
| H A D | ctags.c | 70 FILE *outf; /* ioptr for tags file */ variable 174 if ((outf = fopen(outfile, "w")) == NULL) in main() 192 fputs(lbuf, outf); in main() 198 fclose(outf); in main() 201 if (!(outf = fopen(outfile, aflag ? "a" : "w"))) in main() 204 (void)fclose(outf); in main()
|
| H A D | ctags.h | 75 extern FILE *outf; /* ioptr for current output file */
|
| H A D | print.c | 111 fprintf(outf, "%s\t%s\t%c^%s%c\n", in put_entries()
|
| /freebsd-13.1/usr.sbin/config/ |
| H A D | mkoptions.c | 149 FILE *inf, *outf; in do_option() local 178 outf = fopen(file, "w"); in do_option() 179 if (outf == NULL) in do_option() 184 fprintf(outf, "#define %s %s\n", name, value); in do_option() 187 (void)fclose(outf); in do_option() 271 outf = fopen(file, "w"); in do_option() 272 if (outf == NULL) in do_option() 278 fprintf(outf, "#define %s %s\n", in do_option() 286 (void)fclose(outf); in do_option()
|
| /freebsd-13.1/usr.bin/msgs/ |
| H A D | msgs.c | 638 FILE *outf; in prmesg() local 649 outf = popen(cmdbuf, "w"); in prmesg() 650 if (!outf) in prmesg() 651 outf = stdout; in prmesg() 656 outf = stdout; in prmesg() 659 putc('\n', outf); in prmesg() 662 fputs(inbuf, outf); in prmesg() 663 if (ferror(outf)) { in prmesg() 664 clearerr(outf); in prmesg() 669 if (outf != stdout) { in prmesg() [all …]
|
| /freebsd-13.1/contrib/byacc/test/ |
| H A D | grammar.y | 270 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-13.1/contrib/byacc/test/yacc/ |
| H A D | grammar.tab.c | 300 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-13.1/usr.sbin/crunch/crunchgen/ |
| H A D | crunchgen.c | 611 void output_strlst(FILE *outf, strlst_t *lst); 1152 output_strlst(FILE *outf, strlst_t *lst) in output_strlst() argument 1156 fprintf(outf, " %s", lst->str); in output_strlst() 1157 fprintf(outf, "\n"); in output_strlst()
|
| /freebsd-13.1/contrib/byacc/test/btyacc/ |
| H A D | grammar.tab.c | 320 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);
|