• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/sendmail/src/

Lines Matching refs:mci

990 **		mci -- the mailer connection information.
996 ** output of l to mci->mci_out.
1000 putline(l, mci)
1002 register MCI *mci;
1004 return putxline(l, strlen(l), mci, PXLF_MAPFROM);
1016 ** mci -- the mailer connection information.
1028 ** output of l to mci->mci_out.
1049 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT, \
1063 putxline(l, len, mci, pxflags)
1066 register MCI *mci;
1074 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) ||
1097 while (mci->mci_mailer->m_linelimit > 0 &&
1098 (p - l + slop) > mci->mci_mailer->m_linelimit)
1100 register char *q = &l[mci->mci_mailer->m_linelimit - slop - 1];
1103 bitnset(M_XDOT, mci->mci_mailer->m_flags))
1105 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT,
1115 bitnset(M_ESCFROM, mci->mci_mailer->m_flags))
1117 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT,
1132 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT,
1134 sm_io_fputs(mci->mci_out, SM_TIME_DEFAULT,
1135 mci->mci_mailer->m_eol) == SM_IO_EOF ||
1136 sm_io_putc(mci->mci_out, SM_TIME_DEFAULT,
1157 bitnset(M_XDOT, mci->mci_mailer->m_flags) &&
1158 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1160 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT, '.') ==
1173 bitnset(M_ESCFROM, mci->mci_mailer->m_flags) &&
1174 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1176 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT, '>') ==
1195 mci->mci_flags &= ~MCIF_INLONGLINE;
1196 if (sm_io_fputs(mci->mci_out, SM_TIME_DEFAULT,
1197 mci->mci_mailer->m_eol) == SM_IO_EOF)
1204 mci->mci_flags |= MCIF_INLONGLINE;
1211 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT,