Searched refs:fderr (Results 1 – 3 of 3) sorted by relevance
/external/kmod/testsuite/ |
D | testsuite.c | 221 int fderr[2], int fdmonitor[2]) in test_run_child() 238 close(fderr[0]); in test_run_child() 239 if (dup2(fderr[1], STDERR_FILENO) < 0) { in test_run_child() 294 int fdout, int fderr, int fdmonitor, pid_t child) in test_run_parent_check_outputs() argument 337 ep_errpipe.data.ptr = &fderr; in test_run_parent_check_outputs() 338 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fderr, &ep_errpipe) < 0) { in test_run_parent_check_outputs() 344 fderr = -1; in test_run_parent_check_outputs() 358 for (err = 0; fdmonitor >= 0 || fdout >= 0 || fderr >= 0;) { in test_run_parent_check_outputs() 397 } else if (*fd == fderr) { in test_run_parent_check_outputs() 742 int fderr[2], int fdmonitor[2], pid_t child) in test_run_parent() [all …]
|
/external/libedit/src/ |
D | el.c | 96 int fdin, int fdout, int fderr) in el_init_fd() argument 111 el->el_errfd = fderr; in el_init_fd()
|
/external/openssh/ |
D | session.c | 2121 session_set_fds(Session *s, int fdin, int fdout, int fderr, int ignore_fderr, in session_set_fds() argument 2131 fdout, fdin, fderr, in session_set_fds()
|