Home
last modified time | relevance | path

Searched refs:MCIF_7BIT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c2823 mci->mci_flags |= MCIF_7BIT;
3209 !bitset(MCIF_7BIT, mci->mci_flags) &&
4727 if (bitset(MCIF_7BIT, mci->mci_flags))
5572 mcibuf.mci_flags |= MCIF_7BIT;
5584 !bitset(MCIF_7BIT, mcibuf.mci_flags) &&
H A Dmci.c562 { MCIF_7BIT, "7BIT" },
H A Dsavemail.c431 mcibuf.mci_flags |= MCIF_7BIT;
H A Dutil.c1074 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) ||
H A Dsendmail.h708 #define MCIF_7BIT 0x00000080 /* strip this message to 7 bits */ macro
H A Dusersmtp.c450 mci->mci_flags &= ~MCIF_7BIT;