Searched refs:tempMail (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | collect.c | 109 if ((fd = open(tempMail, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in collect() 111 perror(tempMail); in collect() 115 if ((ibuf = fopen(tempMail, "r")) == NULL) { in collect() 116 perror(tempMail); in collect() 122 removefile(tempMail); in collect() 715 perror(tempMail); in collect() 959 if ((fd = open(tempMail, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in mesedit() 961 perror(tempMail); in mesedit() 965 if ((ibuf = fopen(tempMail, "r")) == NULL) { in mesedit() 966 perror(tempMail); in mesedit() [all …]
|
H A D | send.c | 603 if ((fd = open(tempMail, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in infix() 605 perror(tempMail); in infix() 608 if ((nfi = fopen(tempMail, "r")) == NULL) { in infix() 609 perror(tempMail); in infix() 613 removefile(tempMail); in infix() 635 perror(tempMail); in infix()
|
H A D | temp.c | 66 snprintf(tempMail, TMPSIZ, "/tmp/Rs%-ld", pid); in tinit()
|
H A D | init.c | 149 char tempMail[TMPSIZ]; variable
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 127 extern char tempMail[]; /* ???? */
|