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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c592 static int builtin_exec(char **argv) FAST_FUNC;
662 BLTIN("exec" , builtin_exec , "Execute command, don't return to shell"),
3706 /* Called after [v]fork() in run_pipe, or from builtin_exec.
4289 if (x->b_function == builtin_exec && argv_expanded[1] == NULL) {
7450 static int FAST_FUNC builtin_exec(char **argv) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c592 static int builtin_exec(char **argv) FAST_FUNC;
662 BLTIN("exec" , builtin_exec , "Execute command, don't return to shell"),
3706 /* Called after [v]fork() in run_pipe, or from builtin_exec.
4289 if (x->b_function == builtin_exec && argv_expanded[1] == NULL) {
7450 static int FAST_FUNC builtin_exec(char **argv) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c592 static int builtin_exec(char **argv) FAST_FUNC;
662 BLTIN("exec" , builtin_exec , "Execute command, don't return to shell"),
3706 /* Called after [v]fork() in run_pipe, or from builtin_exec.
4289 if (x->b_function == builtin_exec && argv_expanded[1] == NULL) {
7450 static int FAST_FUNC builtin_exec(char **argv) function

Completed in 198 milliseconds