Lines Matching refs:fderr
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
1093 if (pipe(fderr) != 0) { in test_run()
1119 return test_run_parent(t, fdout, fderr, fdmonitor, pid); in test_run()
1121 return test_run_child(t, fdout, fderr, fdmonitor); in test_run()