Home
last modified time | relevance | path

Searched refs:MCIF_CVT7TO8 (Results 1 – 5 of 5) 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);
4146 mci->mci_flags |= MCIF_CVT7TO8;
5884 else if (bitset(MCIF_CVT7TO8, mci->mci_flags))
6801 mcibuf.mci_flags &= ~(MCIF_CVT7TO8|MCIF_CVT8TO7);
6820 mcibuf.mci_flags |= MCIF_CVT7TO8;
H A Dmci.c630 { MCIF_CVT7TO8, "CVT7TO8" },
H A Dsendmail.h924 #define MCIF_CVT7TO8 0x00002000 /* convert from 7 to 8 bits */ macro