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

/netgear-R7000-V1.0.7.12_1.2.5/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 97 milliseconds