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

/illumos-gate/usr/src/cmd/mailx/
H A Dtemp.c66 snprintf(tempMail, TMPSIZ, "/tmp/Rs%-ld", pid);
H A Dcollect.c109 if ((fd = open(tempMail, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 ||
111 perror(tempMail);
115 if ((ibuf = fopen(tempMail, "r")) == NULL) {
116 perror(tempMail);
122 removefile(tempMail);
715 perror(tempMail);
959 if ((fd = open(tempMail, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 ||
961 perror(tempMail);
965 if ((ibuf = fopen(tempMail, "r")) == NULL) {
966 perror(tempMail);
[all...]
H A Dinit.c149 char tempMail[TMPSIZ]; variable
H A Dsend.c603 if ((fd = open(tempMail, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 ||
605 perror(tempMail);
608 if ((nfi = fopen(tempMail, "r")) == NULL) {
609 perror(tempMail);
613 removefile(tempMail);
635 perror(tempMail);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h127 extern char tempMail[]; /* ???? */

Completed in 58 milliseconds