Symbol: Fopen
usr.bin/mail/cmd2.c
180
if ((obuf = Fopen(file, "a")) == NULL) {
usr.bin/mail/cmd3.c
146
if ((f = Fopen(_PATH_HELP, "r")) == NULL) {
usr.bin/mail/collect.c
379
} else if ((fbuf = Fopen(cp, "r")) == NULL) {
usr.bin/mail/collect.c
431
if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) {
usr.bin/mail/collect.c
513
if ((of = Fopen(name, "w")) == NULL) {
usr.bin/mail/collect.c
725
dbuf = Fopen(cp, "a");
usr.bin/mail/edit.c
200
if ((nf = Fopen(tempname, "a+")) == NULL) {
usr.bin/mail/extern.h
43
FILE *Fopen(const char *, const char *);
usr.bin/mail/lex.c
167
ibuf = Fopen(mailname, "r");
usr.bin/mail/lex.c
670
if ((in = Fopen(name, "r")) == NULL)
usr.bin/mail/lex.c
73
if ((ibuf = Fopen(name, "r")) == NULL) {
usr.bin/mail/names.c
374
if ((fout = Fopen(fname, "a")) == NULL) {
usr.bin/mail/quit.c
123
if ((rbuf = Fopen(tempname, "r")) == NULL)
usr.bin/mail/quit.c
152
if ((readstat = Fopen(Tflag, "w")) == NULL)
usr.bin/mail/quit.c
204
if ((ibuf = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/quit.c
212
if ((abuf = Fopen(mbox, "r")) != NULL) {
usr.bin/mail/quit.c
227
if ((obuf = Fopen(mbox, "r+")) == NULL) {
usr.bin/mail/quit.c
235
if ((obuf = Fopen(mbox, "a")) == NULL) {
usr.bin/mail/quit.c
301
abuf = Fopen(mailname, "r+");
usr.bin/mail/quit.c
337
if ((obuf = Fopen(mailname, "r+")) == NULL) {
usr.bin/mail/quit.c
395
if ((readstat = Fopen(Tflag, "w")) == NULL)
usr.bin/mail/quit.c
428
if ((ibuf = Fopen(mailname, "r")) == NULL) {
usr.bin/mail/quit.c
440
if ((ibuf = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/quit.c
450
if ((obuf = Fopen(mailname, "r+")) == NULL) {
usr.bin/mail/quit.c
97
fbuf = Fopen(mailname, "r");
usr.bin/mail/send.c
463
if ((nfi = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/send.c
568
fo = Fopen(name, "a");
usr.bin/mail/util.c
268
if ((fi = Fopen(cp, "r")) == NULL) {