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

/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c561 int msgfd; local
598 msgfd = store(return_path, &inbody);
600 if (msgfd < 0 && !inbody)
608 if (msgfd < 0)
617 deliver(msgfd, rcpt_addr[i]);
619 if (msgfd >= 0)
620 (void) close(msgfd);

Completed in 82 milliseconds