HomeSort by relevance Sort by last modified time
    Searched defs:next_command (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
init.c 198 char *next_command; local
202 next_command = strncpy(toybuf, command - hyphen, sizeof(toybuf));
203 next_command[sizeof(toybuf) - 1] = toybuf[sizeof(toybuf) - 1 ] = '\0';
204 command = next_command + hyphen;
205 while ((extracted_command = strsep(&next_command," \t"))) {
  /external/vboot_reference/utility/
tlcl_generator.c 525 Command* next_command = cmd->next; local
528 FreeCommands(next_command);

Completed in 6555 milliseconds