Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dinit.c211 char *next_command; in run_command() local
215 next_command = strncpy(toybuf, command - hyphen, sizeof(toybuf)); in run_command()
216 next_command[sizeof(toybuf) - 1] = toybuf[sizeof(toybuf) - 1 ] = '\0'; in run_command()
217 command = next_command + hyphen; in run_command()
218 while ((extracted_command = strsep(&next_command," \t"))) { in run_command()

Completed in 2 milliseconds