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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.c448 static int builtin_exec(char **argv);
566 BLTIN("exec" , builtin_exec, "Exec command, replacing this shell with the exec'd process"),
764 static int builtin_exec(char **argv) function
1717 if (x->function == builtin_exec && argv[i+1] == NULL) {

Completed in 54 milliseconds