Searched refs:mcibuf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 64 MCI mcibuf; local 425 memset(&mcibuf, '\0', sizeof(mcibuf)); 426 mcibuf.mci_out = fp; 427 mcibuf.mci_mailer = FileMailer; 429 mcibuf.mci_flags |= MCIF_7BIT; 435 if (!putfromline(&mcibuf, e) || 436 !(*e->e_puthdr)(&mcibuf, e->e_header, e, 438 !(*e->e_putbody)(&mcibuf, e, NULL) || 439 !putline("\n", &mcibuf) ||
|
H A D | deliver.c | 5236 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; 5575 mcibuf.mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7); 5580 mcibuf.mci_flags |= MCIF_CVT8TO7; 5584 !bitset(MCIF_7BIT, mcibuf.mci_flags) && 5594 mcibuf.mci_flags |= MCIF_CVT7TO8; 5598 if (!putfromline(&mcibuf, e) || [all …]
|
H A D | queue.c | 360 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,
|