Home
last modified time | relevance | path

Searched refs:inchannel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Ddaemon.c672 SM_FILE_T *inchannel, *outchannel = NULL; local
834 if ((inchannel = sm_io_open(SmFtStdiofd,
850 sm_io_automode(inchannel, outchannel);
852 InChannel = inchannel;
857 t = xconnect(inchannel);
H A Dutil.c3042 xconnect(inchannel) in xconnect() argument
3043 SM_FILE_T *inchannel; in xconnect()