Searched refs:Fopen (Results 1 – 12 of 12) sorted by relevance
/original-bsd/usr.bin/mail/ |
H A D | quit.c | 78 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 D | collect.c | 79 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 D | lex.c | 47 if ((ibuf = Fopen(name, "r")) == NULL) { 149 ibuf = Fopen(mailname, "r"); in incfile() 667 if ((in = Fopen(name, "r")) == NULL)
|
H A D | send.c | 404 if ((nfo = Fopen(tempMail, "w")) == NULL) { 408 if ((nfi = Fopen(tempMail, "r")) == NULL) { 515 if ((fo = Fopen(name, "a")) == NULL) {
|
H A D | edit.c | 186 if ((nf = Fopen(tempEdit, "a+")) == NULL) {
|
H A D | names.c | 223 if ((fout = Fopen(tempEdit, "a")) == NULL) { 278 if ((fout = Fopen(fname, "a")) == NULL) {
|
H A D | cmd2.c | 163 if ((obuf = Fopen(file, "a")) == NULL) {
|
H A D | popen.c | 40 Fopen(file, mode) in Fopen() function
|
H A D | extern.h | 21 FILE *Fopen __P((char *, char *));
|
H A D | aux.c | 288 if ((fi = Fopen(cp, "r")) == NULL) {
|
H A D | cmd3.c | 128 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
|
/original-bsd/old/more/ |
H A D | more.c | 41 #define Fopen(s,m) (Currline = 0,file_pos=0,fopen(s,m)) macro 357 if ((f = Fopen(fs, "r")) == NULL) {
|