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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dman.c38 static int run_pipe(const char *pager, char *man_filename, int man, int level) function
124 if (run_pipe(pager, man_filename, man, level))
132 if (run_pipe(pager, man_filename, man, level))
140 if (run_pipe(pager, man_filename, man, level))
147 if (run_pipe(pager, man_filename, man, level))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dman.c38 static int run_pipe(const char *pager, char *man_filename, int man, int level) function
124 if (run_pipe(pager, man_filename, man, level))
132 if (run_pipe(pager, man_filename, man, level))
140 if (run_pipe(pager, man_filename, man, level))
147 if (run_pipe(pager, man_filename, man, level))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dman.c38 static int run_pipe(const char *pager, char *man_filename, int man, int level) function
124 if (run_pipe(pager, man_filename, man, level))
132 if (run_pipe(pager, man_filename, man, level))
140 if (run_pipe(pager, man_filename, man, level))
147 if (run_pipe(pager, man_filename, man, level))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c3706 /* Called after [v]fork() in run_pipe, or from builtin_exec.
3801 /* Called after [v]fork() in run_pipe
4127 * time run_pipe returns, and the exit code is provided as the
4147 static NOINLINE int run_pipe(struct pipe *pi) function
4160 debug_printf_exec("run_pipe start: members:%d\n", pi->num_cmds);
4199 debug_printf_exec("run_pipe: return EXIT_SUCCESS\n");
4214 debug_printf_exec("run_pipe: return %d\n", rcode);
4253 debug_printf_exec("run_pipe: return %d\n", rcode);
4335 debug_printf_exec("run_pipe return %d\n", rcode);
4441 //bb_error_msg("[%d] fork in run_pipe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c3706 /* Called after [v]fork() in run_pipe, or from builtin_exec.
3801 /* Called after [v]fork() in run_pipe
4127 * time run_pipe returns, and the exit code is provided as the
4147 static NOINLINE int run_pipe(struct pipe *pi) function
4160 debug_printf_exec("run_pipe start: members:%d\n", pi->num_cmds);
4199 debug_printf_exec("run_pipe: return EXIT_SUCCESS\n");
4214 debug_printf_exec("run_pipe: return %d\n", rcode);
4253 debug_printf_exec("run_pipe: return %d\n", rcode);
4335 debug_printf_exec("run_pipe return %d\n", rcode);
4441 //bb_error_msg("[%d] fork in run_pipe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c3706 /* Called after [v]fork() in run_pipe, or from builtin_exec.
3801 /* Called after [v]fork() in run_pipe
4127 * time run_pipe returns, and the exit code is provided as the
4147 static NOINLINE int run_pipe(struct pipe *pi) function
4160 debug_printf_exec("run_pipe start: members:%d\n", pi->num_cmds);
4199 debug_printf_exec("run_pipe: return EXIT_SUCCESS\n");
4214 debug_printf_exec("run_pipe: return %d\n", rcode);
4253 debug_printf_exec("run_pipe: return %d\n", rcode);
4335 debug_printf_exec("run_pipe return %d\n", rcode);
4441 //bb_error_msg("[%d] fork in run_pipe
[all...]

Completed in 178 milliseconds