Symbol: Fopen
distrib/special/more/more.c
450
if ((f = Fopen(fs, "r")) == NULL) {
usr.bin/mail/cmd2.c
173
if ((obuf = Fopen(file, "a")) == NULL) {
usr.bin/mail/collect.c
265
if ((fbuf = Fopen(cp, "r")) == NULL) {
usr.bin/mail/collect.c
316
if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) {
usr.bin/mail/collect.c
405
if ((of = Fopen(name, "w")) == NULL) {
usr.bin/mail/collect.c
589
dbuf = Fopen(cp, "a");
usr.bin/mail/edit.c
225
if ((nf = Fopen(tempname, "a+")) == NULL) {
usr.bin/mail/extern.h
50
FILE *Fopen(char *, char *);
usr.bin/mail/lex.c
163
ibuf = Fopen(mailname, "r");
usr.bin/mail/lex.c
68
if ((ibuf = Fopen(name, "r")) == NULL) {
usr.bin/mail/lex.c
702
if ((in = Fopen(name, "r")) == NULL)
usr.bin/mail/names.c
297
if ((fout = Fopen(fname, "a")) == NULL) {
usr.bin/mail/quit.c
130
if ((rbuf = Fopen(tempname, "r")) == NULL)
usr.bin/mail/quit.c
202
if ((ibuf = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/quit.c
211
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
302
abuf = Fopen(mailname, "r+");
usr.bin/mail/quit.c
343
if ((obuf = Fopen(mailname, "r+")) == NULL) {
usr.bin/mail/quit.c
424
if ((ibuf = Fopen(mailname, "r")) == NULL) {
usr.bin/mail/quit.c
436
if ((ibuf = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/quit.c
446
if ((obuf = Fopen(mailname, "r+")) == NULL) {
usr.bin/mail/quit.c
96
fbuf = Fopen(mailname, "r+");
usr.bin/mail/send.c
478
if ((nfi = Fopen(tempname, "r")) == NULL) {
usr.bin/mail/send.c
579
fo = Fopen(name, "a");
usr.bin/mail/util.c
280
if ((fi = Fopen(cp, "r")) == NULL) {