Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dsrvrsmtp.c4026 int inchfd, outchfd, outfd; in setup_smtpd_io() local
4028 inchfd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); in setup_smtpd_io()
4044 if (inchfd == STDIN_FILENO && outchfd == STDOUT_FILENO && in setup_smtpd_io()
4045 isatty(inchfd) && isatty(outchfd)) in setup_smtpd_io()
4049 inmode = fcntl(inchfd, F_GETFL, 0); in setup_smtpd_io()
4069 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1) in setup_smtpd_io()
4079 inchfd, outchfd); in setup_smtpd_io()
4083 (void) fcntl(inchfd, F_SETFL, inmode); in setup_smtpd_io()