Searched refs:full_exec_path (Results 1 – 1 of 1) sorted by relevance
952 make_command_line( char *shell_name, char *full_exec_path, char **argv) in make_command_line() argument965 have_sh = (shell_name != NULL || strstr(full_exec_path, "sh.exe")); in make_command_line()969 if (shell_name && full_exec_path) { in make_command_line()971 = strlen(shell_name) + 1 + strlen(full_exec_path); in make_command_line()1085 if (shell_name && full_exec_path) { in make_command_line()1092 while(*full_exec_path) { in make_command_line()1093 *(command_line_i++) = *(full_exec_path++); in make_command_line()