Lines Matching defs:stdout
34 int stdout;
67 ksft_exit_fail_msg("Failed to create stdout pipe: %s (%d)\n",
77 * In child, replace stdout with the pipe, errors to
78 * stderr from here as kselftest prints to stdout.
125 * write side of stdout.
128 child->stdout = pipefd[0];
136 ret = epoll_ctl(epoll_fd, EPOLL_CTL_ADD, child->stdout, &ev);
150 ret = read(child->stdout, read_data, sizeof(read_data));
209 close(child->stdout);
210 child->stdout = -1;