Searched defs:stdout_fd (Results 1 – 10 of 10) sorted by relevance
56 int stdout_fd, in tst_cmd_fds()75 int stdout_fd, in tst_cmd_fds()
181 let stdout_fd = std::io::stdout().as_raw_fd(); in redirect_std_stream() localVariable185 let stdout_fd = in redirect_std_stream() localVariable
49 int stdout_fd, in tst_cmd_fds_()136 int stdout_fd = -1; in tst_cmd_() local
338 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local347 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local355 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local
43 int fd, stdout_fd; in main() local
66 let stdout_fd = stdout.as_raw_fd(); in run_with_capture() localVariable
298 int stdout_fd = proc.GetPipe(STDOUT_FILENO); in SynchronousExecFlags() local
334 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
868 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
301 int stdout_fd[2]; in RunCmd() local