Searched refs:fderr (Results 1 – 2 of 2) sorted by relevance
/external/kmod/testsuite/ |
D | testsuite.c | 222 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/ |
D | session.c | 2252 int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) in session_set_fds() argument 2261 fdout, fdin, fderr, in session_set_fds()
|