Lines Matching refs:tempMail
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);
967 removefile(tempMail);
972 removefile(tempMail);
1107 perror(tempMail);
1113 perror(tempMail);