Searched refs:run_pipe_real (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c494 static int run_pipe_real(struct pipe *pi);
1639 /* run_pipe_real() starts all the jobs, but doesn't wait for anything
1645 * time run_pipe_real returns, and the exit code is provided as the
1658 static int run_pipe_real(struct pipe *pi) function
1671 debug_printf_exec("run_pipe_real start: single_fg=%d\n", single_fg);
1691 debug_printf_exec("run_pipe_real return %d\n", rcode);
1730 debug_printf_exec("run_pipe_real return %d\n", rcode);
1747 debug_printf_exec("run_pipe_real return %d\n", rcode);
1838 debug_printf_exec("run_pipe_real return -1\n");
2069 debug_printf_exec(": run_pipe_real wit
[all...]

Completed in 60 milliseconds