Searched refs:mcibuf (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | savemail.c | 66 MCI mcibuf; local 427 memset(&mcibuf, '\0', sizeof(mcibuf)); 428 mcibuf.mci_out = fp; 429 mcibuf.mci_mailer = FileMailer; 431 mcibuf.mci_flags |= MCIF_7BIT; 437 if (!putfromline(&mcibuf, e) || 438 !(*e->e_puthdr)(&mcibuf, e->e_header, e, 440 !(*e->e_putbody)(&mcibuf, e, NULL) || 441 !putline("\n", &mcibuf) ||
|
H A D | deliver.c | 6462 MCI mcibuf; local 6794 memset(&mcibuf, '\0', sizeof(mcibuf)); 6795 mcibuf.mci_mailer = mailer; 6796 mcibuf.mci_out = f; 6798 mcibuf.mci_flags |= MCIF_7BIT; 6801 mcibuf.mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7); 6806 mcibuf.mci_flags |= MCIF_CVT8TO7; 6810 !bitset(MCIF_7BIT, mcibuf.mci_flags) && 6820 mcibuf.mci_flags |= MCIF_CVT7TO8; 6824 if (!putfromline(&mcibuf, e) || [all …]
|
H A D | queue.c | 363 MCI mcibuf; local 578 memset(&mcibuf, '\0', sizeof(mcibuf)); 579 mcibuf.mci_out = dfp; 580 mcibuf.mci_mailer = FileMailer; 581 (*e->e_putbody)(&mcibuf, e, NULL); 804 memset(&mcibuf, '\0', sizeof(mcibuf)); 805 mcibuf.mci_mailer = &nullmailer; 806 mcibuf.mci_out = tfp; 874 commaize(h, h->h_value, oldstyle, &mcibuf, e,
|