Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c952 make_command_line( char *shell_name, char *full_exec_path, char **argv) in make_command_line() argument
965 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()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20163287 (exec_file_locate_attach): Rename exec_file and full_exec_path
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20163287 (exec_file_locate_attach): Rename exec_file and full_exec_path