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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4012 int inchfd, outchfd, outfd; local
4015 outchfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
4017 if (outchfd != outfd)
4020 (void) dup2(outchfd, outfd);
4030 if (inchfd == STDIN_FILENO && outchfd == STDOUT_FILENO &&
4031 isatty(inchfd) && isatty(outchfd))
4044 outmode = fcntl(outchfd, F_GETFL, 0);
4049 "fcntl(outchfd, F_GETFL) failed: %s",
4057 outmode = fcntl(outchfd, F_GETFL, 0);
4065 inchfd, outchfd);
[all...]

Completed in 49 milliseconds