Searched defs:stdin_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c712 process_raw_input(int stdin_fd, int appin_fd) argument
746 * stdin_fd is stdin of the target; so, the thing we'll write the user
749 if (write(stdin_fd, ibuf, cc) == -1)
791 * stdin_fd: The fd representing 'stdin' for the slave side; input to
812 doio(int stdin_fd, int appin_fd, int stdout_fd, int stderr_fd, int sig_fd, argument
905 res = process_raw_input(stdin_fd,
908 res = process_user_input(stdin_fd,
914 /* EOF (close) child's stdin_fd */
916 while ((res = close(stdin_fd)) != 0 &&
937 while ((res = close(stdin_fd)) !
[all...]

Completed in 61 milliseconds