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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Drun_shell.c61 void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dsu.c100 run_shell(opt_shell, flags & SU_OPT_l, opt_command, (const char**)argv);
H A Dsulogin.c121 run_shell(shell, 1, 0, 0);
H A Dlogin.c466 run_shell(tmp, 1, NULL, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.h92 extern pid_t run_shell(int timeout, int nowait);
H A Dinit.c122 run_shell(int timeout, int nowait) function
176 run_shell(int timeout, int nowait) function
H A Drc.c2843 run_shell(1, 0);
3209 shell_pid = run_shell(0, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h779 extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args);

Completed in 76 milliseconds