Home
last modified time | relevance | path

Searched refs:fderr (Results 1 – 3 of 3) sorted by relevance

/external/kmod/testsuite/
Dtestsuite.c221 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/
Del.c96 int fdin, int fdout, int fderr) in el_init_fd() argument
111 el->el_errfd = fderr; in el_init_fd()
/external/openssh/
Dsession.c2121 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()