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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c104 static int builtin_exec(struct child_prog *cmd);
132 {"exec" , "Exec command, replacing this shell with the exec'd process", builtin_exec},
237 static int builtin_exec(struct child_prog *child) function
H A Dhush.c447 static int builtin_exec(char **argv);
565 BLTIN("exec" , builtin_exec, "Exec command, replacing this shell with the exec'd process"),
763 static int builtin_exec(char **argv) function
1716 if (x->function == builtin_exec && argv[i+1] == NULL) {

Completed in 50 milliseconds