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

/sendmail/mail.local/
H A Dmail.local.c549 int msgfd; local
586 msgfd = store(return_path, &inbody);
588 if (msgfd < 0 && !inbody)
596 if (msgfd < 0)
605 deliver(msgfd, rcpt_addr[i]);
607 if (msgfd >= 0)
608 (void) close(msgfd);

Completed in 10 milliseconds