Searched refs:inchfd (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 4012 int inchfd, outchfd, outfd; in setup_smtpd_io() local 4014 inchfd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); in setup_smtpd_io() 4030 if (inchfd == STDIN_FILENO && outchfd == STDOUT_FILENO && in setup_smtpd_io() 4031 isatty(inchfd) && isatty(outchfd)) in setup_smtpd_io() 4035 inmode = fcntl(inchfd, F_GETFL, 0); in setup_smtpd_io() 4055 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1) in setup_smtpd_io() 4065 inchfd, outchfd); in setup_smtpd_io() 4069 (void) fcntl(inchfd, F_SETFL, inmode); in setup_smtpd_io()
|