Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c3547 mci->mci_flags |= MCIF_7BIT;
4136 !bitset(MCIF_7BIT, mci->mci_flags) &&
5953 if (bitset(MCIF_7BIT, mci->mci_flags))
6798 mcibuf.mci_flags |= MCIF_7BIT;
6810 !bitset(MCIF_7BIT, mcibuf.mci_flags) &&
H A Dmci.c625 { MCIF_7BIT, "7BIT" },
H A Dsavemail.c431 mcibuf.mci_flags |= MCIF_7BIT;
H A Dutil.c1220 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) ||
H A Dsendmail.h918 #define MCIF_7BIT 0x00000080 /* strip this message to 7 bits */ macro
H A Dusersmtp.c499 mci->mci_flags &= ~MCIF_7BIT;