Lines Matching defs:stdin_fd
712 process_raw_input(int stdin_fd, int appin_fd)
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,
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)) != 0 &&