HomeSort by: relevance | last modified time | path
    Searched defs:command_argv (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
function.c 1439 windows32_openpipe (int *pipedes, int *pid_p, char **command_argv, char **envp)
1486 if (!process_begin(hProcess, command_argv, envp, command_argv[0], NULL)) {
1592 char **command_argv;
1600 command_argv = construct_command_argv (argv[0],
1603 if (command_argv == 0)
1631 windows32_openpipe (pipedes, &pid, command_argv, envp);
1663 pid = child_execute_job (0, pipedes[1], command_argv, envp);
1673 child_execute_job (0, pipedes[1], command_argv, envp);
1691 free (command_argv[0])
1585 char **command_argv; local
    [all...]

Completed in 34 milliseconds