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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dtime.c378 static void run_command(char *const *cmd, resource_t * resp) function
437 run_command(argv, &res);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c121 static int run_command(struct job *newjob, int inbg, int outpipe[2]);
1211 static int run_command(struct job *newjob, int inbg, int outpipe[2]) function
1372 debug_printf("job=%p fed to run_command by busy_loop()'\n",
1374 run_command(&newjob, inbg, pipefds);

Completed in 56 milliseconds