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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4016 int inchfd, outchfd, outfd; local
4019 outchfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
4021 if (outchfd != outfd)
4024 (void) dup2(outchfd, outfd);
4034 if (inchfd == STDIN_FILENO && outchfd == STDOUT_FILENO &&
4035 isatty(inchfd) && isatty(outchfd))
4048 outmode = fcntl(outchfd, F_GETFL, 0);
4053 "fcntl(outchfd, F_GETFL) failed: %s",
4061 outmode = fcntl(outchfd, F_GETFL, 0);
4069 inchfd, outchfd);
[all...]

Completed in 49 milliseconds