Symbol: Fopen
usr.bin/mail/cmd2.c
176
if ((obuf = Fopen(file, "a")) == NULL) {
usr.bin/mail/cmd3.c
147
if ((f = Fopen(_PATH_HELP, "r")) == NULL) {
usr.bin/mail/collect.c
377
} else if ((fbuf = Fopen(cp, "r")) == NULL) {
usr.bin/mail/collect.c
428
if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) {
usr.bin/mail/collect.c
508
if ((of = Fopen(name, "w")) == NULL) {
usr.bin/mail/collect.c
717
dbuf = Fopen(cp, "a");
usr.bin/mail/edit.c
198
if ((nf = Fopen(tempname, "a+")) == NULL) {
usr.bin/mail/extern.h
45
FILE *Fopen(const char *, const char *);
usr.bin/mail/lex.c
168
ibuf = Fopen(mailname, "r");
usr.bin/mail/lex.c
682
if ((in = Fopen(name, "r")) == NULL)
usr.bin/mail/lex.c
75
if ((ibuf = Fopen(name, "r")) == NULL) {
usr.bin/mail/names.c
376
if ((fout = Fopen(fname, "a")) == NULL) {
usr.bin/mail/quit.c
102
fbuf = Fopen(mailname, "r");
usr.bin/mail/quit.c
128
if ((rbuf = Fopen(tempname, "r")) == NULL)
usr.bin/mail/quit.c
157
if ((readstat = Fopen(Tflag, "w")) == NULL)
usr.bin/mail/quit.c
209
if ((ibuf = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/quit.c
217
if ((abuf = Fopen(mbox, "r")) != NULL) {
usr.bin/mail/quit.c
231
if ((obuf = Fopen(mbox, "r+")) == NULL) {
usr.bin/mail/quit.c
239
if ((obuf = Fopen(mbox, "a")) == NULL) {
usr.bin/mail/quit.c
305
abuf = Fopen(mailname, "r+");
usr.bin/mail/quit.c
341
if ((obuf = Fopen(mailname, "r+")) == NULL) {
usr.bin/mail/quit.c
399
if ((readstat = Fopen(Tflag, "w")) == NULL)
usr.bin/mail/quit.c
432
if ((ibuf = Fopen(mailname, "r")) == NULL) {
usr.bin/mail/quit.c
444
if ((ibuf = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/quit.c
454
if ((obuf = Fopen(mailname, "r+")) == NULL) {
usr.bin/mail/send.c
461
if ((nfi = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/send.c
563
if ((fo = Fopen(name, "a")) == NULL) {
usr.bin/mail/util.c
264
if ((fi = Fopen(cp, "r")) == NULL) {