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

/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c798 * stdout_fd: The fd representing 'stdout' for the slave side; output
812 doio(int stdin_fd, int appin_fd, int stdout_fd, int stderr_fd, int sig_fd, argument
820 pollfds[0].fd = stdout_fd;
869 if (process_output(stdout_fd, STDOUT_FILENO)
909 stdout_fd);
959 if ((cc = read(stdout_fd, ibuf, ZLOGIN_BUFSIZ)) > 0) {

Completed in 65 milliseconds