Searched refs:tmpCmd (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
417 for (tmpCmd = buf, i = 0; (tmpCmd = strsep(&s, " \t")) != NULL;) {
418 if (*tmpCmd != '\0') {
419 cmd[i] = tmpCmd;

Completed in 40 milliseconds