Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dheaders.c1884 bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME,
1995 !bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME, mci->mci_flags) &&
H A Dmime.c505 bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME,
H A Ddeliver.c4127 mci->mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7);
4132 mci->mci_flags |= MCIF_CVT8TO7;
5856 if (bitset(MCIF_CVT8TO7, mci->mci_flags))
6801 mcibuf.mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7);
6806 mcibuf.mci_flags |= MCIF_CVT8TO7;
H A Dmci.c627 { MCIF_CVT8TO7, "CVT8TO7" },
H A Dsendmail.h921 #define MCIF_CVT8TO7 0x00000400 /* convert from 8 to 7 bits */ macro
H A Dusersmtp.c2176 mci->mci_flags |= MCIF_CVT8TO7;