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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c4024 int inchfd, outchfd, outfd; local
4026 inchfd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL);
4042 if (inchfd == STDIN_FILENO && outchfd == STDOUT_FILENO &&
4043 isatty(inchfd) && isatty(outchfd))
4047 inmode = fcntl(inchfd, F_GETFL, 0);
4052 "fcntl(inchfd, F_GETFL) failed: %s",
4067 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1)
4077 inchfd, outchfd);
4080 /* undo change of inchfd */
4081 (void) fcntl(inchfd, F_SETF
[all...]

Completed in 44 milliseconds