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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c493 static int run_pipe_real(struct pipe *pi);
1638 /* run_pipe_real() starts all the jobs, but doesn't wait for anything
1644 * time run_pipe_real returns, and the exit code is provided as the
1657 static int run_pipe_real(struct pipe *pi) function
1670 debug_printf_exec("run_pipe_real start: single_fg=%d\n", single_fg);
1690 debug_printf_exec("run_pipe_real return %d\n", rcode);
1729 debug_printf_exec("run_pipe_real return %d\n", rcode);
1746 debug_printf_exec("run_pipe_real return %d\n", rcode);
1837 debug_printf_exec("run_pipe_real return -1\n");
2068 debug_printf_exec(": run_pipe_real wit
[all...]

Completed in 125 milliseconds