Home
last modified time | relevance | path

Searched refs:next_command (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dinit.c217 char *next_command; in run_command() local
221 next_command = strncpy(toybuf, command - hyphen, sizeof(toybuf)); in run_command()
222 next_command[sizeof(toybuf) - 1] = toybuf[sizeof(toybuf) - 1 ] = '\0'; in run_command()
223 command = next_command + hyphen; in run_command()
224 while ((extracted_command = strsep(&next_command," \t"))) { in run_command()
/external/vboot_reference/utility/
Dtlcl_generator.c525 Command* next_command = cmd->next; in FreeCommands() local
528 FreeCommands(next_command); in FreeCommands()