Home
last modified time | relevance | path

Searched refs:Fopen (Results 1 – 12 of 12) sorted by relevance

/original-bsd/usr.bin/mail/
H A Dquit.c78 fbuf = Fopen(mailname, "r"); in quit()
85 rbuf = Fopen(tempResid, "w"); in quit()
102 if ((rbuf = Fopen(tempResid, "r")) == NULL) in quit()
131 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit()
175 if ((obuf = Fopen(tempQuit, "w")) == NULL) { in quit()
180 if ((ibuf = Fopen(tempQuit, "r")) == NULL) { in quit()
188 if ((abuf = Fopen(mbox, "r")) != NULL) { in quit()
202 if ((obuf = Fopen(mbox, "r+")) == NULL) { in quit()
210 if ((obuf = Fopen(mbox, "a")) == NULL) { in quit()
276 abuf = Fopen(mailname, "r+"); in quit()
[all …]
H A Dcollect.c79 if ((collf = Fopen(tempMail, "w+")) == NULL) {
251 if ((fbuf = Fopen(cp, "r")) == NULL) {
300 if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) {
384 if ((of = Fopen(name, "w")) == NULL) {
443 if ((nf = Fopen(tempEdit, "w+")) == NULL) {
601 dbuf = Fopen(cp, "a");
H A Dlex.c47 if ((ibuf = Fopen(name, "r")) == NULL) {
149 ibuf = Fopen(mailname, "r"); in incfile()
667 if ((in = Fopen(name, "r")) == NULL)
H A Dsend.c404 if ((nfo = Fopen(tempMail, "w")) == NULL) {
408 if ((nfi = Fopen(tempMail, "r")) == NULL) {
515 if ((fo = Fopen(name, "a")) == NULL) {
H A Dedit.c186 if ((nf = Fopen(tempEdit, "a+")) == NULL) {
H A Dnames.c223 if ((fout = Fopen(tempEdit, "a")) == NULL) {
278 if ((fout = Fopen(fname, "a")) == NULL) {
H A Dcmd2.c163 if ((obuf = Fopen(file, "a")) == NULL) {
H A Dpopen.c40 Fopen(file, mode) in Fopen() function
H A Dextern.h21 FILE *Fopen __P((char *, char *));
H A Daux.c288 if ((fi = Fopen(cp, "r")) == NULL) {
H A Dcmd3.c128 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
/original-bsd/old/more/
H A Dmore.c41 #define Fopen(s,m) (Currline = 0,file_pos=0,fopen(s,m)) macro
357 if ((f = Fopen(fs, "r")) == NULL) {