Searched refs:iargs (Results 1 – 1 of 1) sorted by relevance
306 run_command_string (const char *cmdline, const char **iargs) in run_command_string() argument313 for (nargs = 0; iargs[nargs] != NULL; ++nargs) in run_command_string()376 args[ap] = strdup (iargs[a]); in run_command_string()
Completed in 4 milliseconds