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

/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c801 * stderr_fd: The fd representing 'stderr' for the slave side; output
807 * stderr_fd may be specified as -1 if there is no stderr (only non-interactive
812 doio(int stdin_fd, int appin_fd, int stdout_fd, int stderr_fd, int sig_fd, argument
824 pollfds[1].fd = stderr_fd;
882 if (process_output(stderr_fd, STDERR_FILENO)
966 if ((cc = read(stderr_fd, ibuf, ZLOGIN_BUFSIZ)) > 0) {

Completed in 60 milliseconds