Home
last modified time | relevance | path

Searched refs:tempMail (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/mailx/
H A Dcollect.c109 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 Dsend.c603 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 Dtemp.c66 snprintf(tempMail, TMPSIZ, "/tmp/Rs%-ld", pid); in tinit()
H A Dinit.c149 char tempMail[TMPSIZ]; variable
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h127 extern char tempMail[]; /* ???? */