Searched refs:tempMail (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | temp.c | 66 snprintf(tempMail, TMPSIZ, "/tmp/Rs%-ld", pid);
|
H A D | collect.c | 109 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 D | init.c | 149 char tempMail[TMPSIZ]; variable
|
H A D | send.c | 603 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 D | glob.h | 127 extern char tempMail[]; /* ???? */
|
Completed in 58 milliseconds