Lines Matching defs:fd_stderr
392 int fd_stdout, int fd_stderr) {
409 if (fd_stderr < 0) {
426 if (fd_stderr >= 0) {
427 r = dup2(fd_stderr, STDERR_FILENO);
431 fd_stderr = safe_close(fd_stderr);
449 int fd_stdout, int fd_stderr,
458 .data.ptr = &fd_stderr,
464 if (fd_stdout < 0 && fd_stderr < 0)
481 if (fd_stderr >= 0) {
482 r = epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_stderr, &ep_errpipe);
490 while (fd_stdout >= 0 || fd_stderr >= 0) {
546 if (fd_stderr >= 0) {