Home
last modified time | relevance | path

Searched refs:MCIF_CVT7TO8 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c1792 bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME,
1901 !bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME, mci->mci_flags) &&
H A Ddeliver.c3200 mci->mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7);
3219 mci->mci_flags |= MCIF_CVT7TO8;
4658 else if (bitset(MCIF_CVT7TO8, mci->mci_flags))
5575 mcibuf.mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7);
5594 mcibuf.mci_flags |= MCIF_CVT7TO8;
H A Dmime.c503 bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME,
H A Dmci.c567 { MCIF_CVT7TO8, "CVT7TO8" },
H A Dsendmail.h714 #define MCIF_CVT7TO8 0x00002000 /* convert from 7 to 8 bits */ macro