Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c30 static char *make_command_line(char *shell_name, char *exec_path, char **argv);
497 command_line = make_command_line( shell_name, exec_path, argv); in process_begin()
499 command_line = make_command_line( shell_name, file_info.szPathName, in process_begin()
952 make_command_line( char *shell_name, char *full_exec_path, char **argv) in make_command_line() function