Home
last modified time | relevance | path

Searched refs:mcibuf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c66 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 Ddeliver.c5236 MCI mcibuf; local
5568 memset(&mcibuf, '\0', sizeof(mcibuf));
5569 mcibuf.mci_mailer = mailer;
5570 mcibuf.mci_out = f;
5572 mcibuf.mci_flags |= MCIF_7BIT;
5580 mcibuf.mci_flags |= MCIF_CVT8TO7;
5584 !bitset(MCIF_7BIT, mcibuf.mci_flags) &&
5594 mcibuf.mci_flags |= MCIF_CVT7TO8;
5598 if (!putfromline(&mcibuf, e) ||
5600 !(*e->e_putbody)(&mcibuf, e, NULL) ||
[all …]
H A Dqueue.c360 MCI mcibuf; local
573 memset(&mcibuf, '\0', sizeof(mcibuf));
574 mcibuf.mci_out = dfp;
575 mcibuf.mci_mailer = FileMailer;
576 (*e->e_putbody)(&mcibuf, e, NULL);
778 memset(&mcibuf, '\0', sizeof(mcibuf));
779 mcibuf.mci_mailer = &nullmailer;
780 mcibuf.mci_out = tfp;
848 commaize(h, h->h_value, oldstyle, &mcibuf, e,