Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c4857 int inchfd, outchfd, outfd; in setup_smtpd_io() local
4859 inchfd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); in setup_smtpd_io()
4875 if (inchfd == STDIN_FILENO && outchfd == STDOUT_FILENO && in setup_smtpd_io()
4876 isatty(inchfd) && isatty(outchfd)) in setup_smtpd_io()
4880 inmode = fcntl(inchfd, F_GETFL, 0); in setup_smtpd_io()
4900 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1) in setup_smtpd_io()
4910 inchfd, outchfd); in setup_smtpd_io()
4914 (void) fcntl(inchfd, F_SETFL, inmode); in setup_smtpd_io()