Searched refs:OutChannel (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c344 oldout = OutChannel;
345 OutChannel = s;
348 OutChannel = oldout;
H A Derr.c607 if (OutChannel == NULL)
623 /* if DisConnected, OutChannel now points to the transcript */
626 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\r\n",
629 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\n",
639 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
640 if (!sm_io_error(OutChannel) || DisConnected)
H A Dsrvrsmtp.c685 (void) sm_io_autoflush(InChannel, OutChannel);
1186 if (sm_io_error(OutChannel) ||
1429 if (sfdcsasl(&InChannel, &OutChannel,
1436 OutChannel);
1877 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
1891 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
2006 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0)
2010 (void) sm_io_autoflush(InChannel, OutChannel);
3134 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
3824 (void) sm_io_flush(OutChannel, SM_TIME_DEFAUL
[all...]
H A Dmain.c225 OutChannel = smioout;
3292 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL), e);
3327 ** We also compare the fd numbers here since OutChannel
3332 if (OutChannel != smioout &&
3333 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL) !=
3336 (void) sm_io_close(OutChannel, SM_TIME_DEFAULT);
3337 OutChannel = smioout;
H A Denvelope.c767 ** Set OutChannel to something useful if stdout isn't it.
775 OutChannel = e->e_xfp;
H A Dsendmail.h2205 EXTERN bool DisConnected; /* running with OutChannel redirect to transcript file */
2377 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
H A Ddaemon.c88 ** OutChannel appropriately.
121 ** "InChannel" and "OutChannel" should be set to point
827 OutChannel = outchannel;

Completed in 106 milliseconds