Home
last modified time | relevance | path

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

/external/kmod/testsuite/
Dtestsuite.c222 int fderr[2], int fdmonitor[2]) in test_run_child()
239 close(fderr[0]); in test_run_child()
240 if (dup2(fderr[1], STDERR_FILENO) < 0) { in test_run_child()
572 int fdout, int fderr, int fdmonitor, in test_run_parent_check_outputs() argument
598 FD_CMP_ERR, t->output.err, fderr, fd_ep); in test_run_parent_check_outputs()
945 int fderr[2], int fdmonitor[2], pid_t child) in test_run_parent()
955 close(fderr[1]); in test_run_parent()
958 matchout = test_run_parent_check_outputs(t, fdout[0], fderr[0], in test_run_parent()
968 close(fderr[0]); in test_run_parent()
1079 int fderr[2]; in test_run() local
[all …]
/external/openssh/
Dsession.c2128 session_set_fds(Session *s, int fdin, int fdout, int fderr, int ignore_fderr, in session_set_fds() argument
2138 fdout, fdin, fderr, in session_set_fds()