Home
last modified time | relevance | path

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

/titanic_41/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);
3205 mci->mci_flags |= MCIF_CVT8TO7;
4630 if (bitset(MCIF_CVT8TO7, mci->mci_flags))
5575 mcibuf.mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7);
5580 mcibuf.mci_flags |= MCIF_CVT8TO7;
H A Dmime.c505 bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME,
H A Dmci.c566 { MCIF_CVT8TO7, "CVT8TO7" },
H A Dsendmail.h711 #define MCIF_CVT8TO7 0x00000400 /* convert from 8 to 7 bits */ macro
H A Dusersmtp.c2068 mci->mci_flags |= MCIF_CVT8TO7;