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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c334 char *s, *tmpCmd, *cmdpath; local
426 cmdpath = cmd[0];
434 if (*cmdpath == '-') {
436 ++cmdpath;
439 s = bb_get_last_path_component(cmdpath);
444 cmd[0] = cmdpath;
476 cmdpath, getpid(), a->terminal);
484 getpid(), a->terminal, cmdpath);
500 BB_EXECVP(cmdpath, cmd);
504 cmdpath, strerro
[all...]

Completed in 34 milliseconds