Searched defs:fderr (Results 1 - 2 of 2) sorted by relevance

/external/libedit/src/
H A Del.c96 int fdin, int fdout, int fderr)
111 el->el_errfd = fderr;
95 el_init_fd(const char *prog, FILE *fin, FILE *fout, FILE *ferr, int fdin, int fdout, int fderr) argument
/external/kmod/testsuite/
H A Dtestsuite.c221 int fderr[2], int fdmonitor[2])
238 close(fderr[0]);
239 if (dup2(fderr[1], STDERR_FILENO) < 0) {
294 int fdout, int fderr, int fdmonitor, pid_t child)
337 ep_errpipe.data.ptr = &fderr;
338 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fderr, &ep_errpipe) < 0) {
344 fderr = -1;
358 for (err = 0; fdmonitor >= 0 || fdout >= 0 || fderr >= 0;) {
397 } else if (*fd == fderr) {
742 int fderr[
220 test_run_child(const struct test *t, int fdout[2], int fderr[2], int fdmonitor[2]) argument
293 test_run_parent_check_outputs(const struct test *t, int fdout, int fderr, int fdmonitor, pid_t child) argument
741 test_run_parent(const struct test *t, int fdout[2], int fderr[2], int fdmonitor[2], pid_t child) argument
876 int fderr[2]; local
[all...]

Completed in 359 milliseconds