Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/oldroff/inv/
Dinv2.c53 newkeys (outf, inf, recf, nhash, fd, iflong) in newkeys() argument
54 FILE *outf, *inf, *recf, *fd; in newkeys()
104 fprintf(outf,"%04d %06ld\n",hash(keyv[i])%nhash, lp);
122 fprintf(outf, "%04d %06ld\n",hash(key)%nhash, lp);
/mirbsd/src/usr.bin/msgs/
Dmsgs.c621 FILE *outf; in prmesg() local
632 outf = popen(cmdbuf, "w"); in prmesg()
633 if (!outf) in prmesg()
634 outf = stdout; in prmesg()
636 setbuf(outf, (char *)NULL); in prmesg()
639 outf = stdout; in prmesg()
642 putc('\n', outf); in prmesg()
645 fputs(inbuf, outf); in prmesg()
646 if (ferror(outf)) { in prmesg()
647 clearerr(outf); in prmesg()
[all …]
/mirbsd/src/usr.bin/ctags/
Dctags.c65 FILE *outf; /* ioptr for tags file */ variable
167 if (!(outf = fopen(outfile, aflag ? "a" : "w"))) in main()
170 (void)fclose(outf); in main()
Dctags.h66 extern FILE *outf; /* ioptr for current output file */
Dprint.c113 fprintf(outf, "%s\t%s\t%c^%s%c\n", in put_entries()
/mirbsd/src/lib/libssl/src/apps/
Denc.c122 char *inf=NULL,*outf=NULL; in MAIN() local
167 outf= *(++argv); in MAIN()
431 if (outf == NULL) in MAIN()
445 if (BIO_write_filename(out,outf) <= 0) in MAIN()
447 perror(outf); in MAIN()
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dinfokey.c193 FILE *outf; in main() local
212 outf = fopen (output_filename, FOPEN_WBIN); in main()
213 if (!outf) in main()
224 if (!write_infokey_file (outf, sections)) in main()
230 if (fclose (outf) == EOF) in main()
/mirbsd/src/gnu/usr.bin/rcs/src/
Drcsutil.c593 fastcopy(inf,outf) in fastcopy() argument
595 FILE *outf;
599 awrite((char const*)inf->ptr, (size_t)(inf->lim - inf->ptr), outf);
/mirbsd/src/usr.bin/crunchgen/
Dcrunchgen.c159 static void output_strlst(FILE * outf, strlst_t * lst);
962 output_strlst(FILE * outf, strlst_t * lst) in output_strlst() argument
965 fprintf(outf, " %s", lst->str); in output_strlst()
966 fprintf(outf, "\n"); in output_strlst()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Drefcard.tex280 run $\ldots$ <{\it inf} >{\it outf}&start your program with input, output