Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zlogin/
H A Dzlogin.c812 doio(int stdin_fd, int appin_fd, int stdout_fd, int stderr_fd, int sig_fd, in doio() argument
820 pollfds[0].fd = stdout_fd; in doio()
869 if (process_output(stdout_fd, STDOUT_FILENO) in doio()
909 stdout_fd); in doio()
959 if ((cc = read(stdout_fd, ibuf, ZLOGIN_BUFSIZ)) > 0) { in doio()