Symbol: Fopen
usr.bin/mail/cmd2.c
233
if ((obuf = Fopen(fn, "aef")) == NULL) {
usr.bin/mail/collect.c
100
if ((of = Fopen(name, "we")) == NULL) {
usr.bin/mail/collect.c
289
dbuf = Fopen(cp, "ae");
usr.bin/mail/collect.c
669
else if ((fbuf = Fopen(cp, "re")) == NULL) {
usr.bin/mail/edit.c
137
if ((nf = Fopen(tempname, "aef+")) == NULL) {
usr.bin/mail/extern.h
237
FILE * Fopen(const char *, const char *);
usr.bin/mail/lex.c
1125
if ((in = Fopen(name, "ref")) == NULL)
usr.bin/mail/lex.c
218
if ((ibuf = Fopen(name, "ref")) == NULL) {
usr.bin/mail/lex.c
321
ibuf = Fopen(mailname, "ref");
usr.bin/mail/lex.c
504
if ((fout = Fopen(cp, mode)) == NULL) {
usr.bin/mail/mime_attach.c
276
fp = Fopen(filename, "ref");
usr.bin/mail/mime_attach.c
359
(fp = Fopen(filename, "ref")) == NULL)
usr.bin/mail/mime_attach.c
548
fi = Fopen(ap->a_name, "ref");
usr.bin/mail/mime_detach.c
150
if (Fopen(fname, "wef") != NULL)
usr.bin/mail/names.c
360
if ((fout = Fopen(fname, "aef")) == NULL) {
usr.bin/mail/quit.c
153
if ((readstat = Fopen(Tflag, "wef")) == NULL)
usr.bin/mail/quit.c
186
if ((ibuf = Fopen(mailname, "ref")) == NULL) {
usr.bin/mail/quit.c
207
if ((ibuf = Fopen(tempname, "ref")) == NULL) {
usr.bin/mail/quit.c
217
if ((obuf = Fopen(mailname, "ref+")) == NULL) {
usr.bin/mail/quit.c
310
fbuf = Fopen(mailname, "ref");
usr.bin/mail/quit.c
354
if ((rbuf = Fopen(tempname, "ref")) == NULL)
usr.bin/mail/quit.c
383
if ((readstat = Fopen(Tflag, "wef")) == NULL)
usr.bin/mail/quit.c
441
if ((ibuf = Fopen(tempname, "ref")) == NULL) {
usr.bin/mail/quit.c
450
if ((abuf = Fopen(mbox, "ref")) != NULL) {
usr.bin/mail/quit.c
466
if ((obuf = Fopen(mbox, "ref+")) == NULL) {
usr.bin/mail/quit.c
475
if ((obuf = Fopen(mbox, "aef")) == NULL) {
usr.bin/mail/quit.c
547
abuf = Fopen(mailname, "ref+");
usr.bin/mail/quit.c
82
if ((obuf = Fopen(mailname, "ref+")) == NULL) {
usr.bin/mail/send.c
496
if ((nfi = Fopen(tempname, "ref")) == NULL) {
usr.bin/mail/send.c
556
fo = Fopen(name, "aef");
usr.bin/mail/support.c
339
if ((fi = Fopen(cp, "ref")) == NULL) {
usr.bin/mail/support.c
740
if ((f = Fopen(fname, "ref")) == NULL) {