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

/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c590 bool inbody = false; local
598 msgfd = store(return_path, &inbody);
600 if (msgfd < 0 && !inbody)
777 store(from, inbody)
779 bool *inbody;
790 if (inbody != NULL)
791 *inbody = false;
809 if (inbody != NULL)
810 *inbody = true;

Completed in 106 milliseconds