Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c30 static char *make_command_line(char *shell_name, char *exec_path, char **argv);
350 find_file(char *exec_path, LPOFSTRUCT file_info) in find_file() argument
356 fname = malloc(strlen(exec_path) + 5); in find_file()
357 strcpy(fname, exec_path); in find_file()
382 if ((exec_handle = (HANDLE)OpenFile(exec_path, file_info, in find_file()
412 char *exec_path, in process_begin() argument
439 exec_handle = find_file(exec_path, &file_info); in process_begin()
497 command_line = make_command_line( shell_name, exec_path, argv); in process_begin()
518 exec_path = 0; /* Search for the program in %Path% */ in process_begin()
520 exec_path = file_info.szPathName; in process_begin()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dcompiler.py167 def link(self, source_files, exec_path=None, flags=[], cwd=None): argument
168 cmd = self.linkCmd(source_files, exec_path, flags)
171 cs_cmd, cs_out, cs_err, cs_rc = self.codesign(exec_path, cwd)
176 def compileLink(self, source_files, exec_path=None, flags=[], argument
178 cmd = self.compileLinkCmd(source_files, exec_path, flags)
181 cs_cmd, cs_out, cs_err, cs_rc = self.codesign(exec_path, cwd)
186 def codesign(self, exec_path, cwd=None): argument
188 if not exec_path:
193 cmd = ['xcrun', 'codesign', '-s', codesign_ident, exec_path]
214 object_file, exec_path=out, flags=flags, cwd=cwd)
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dstacktrace_test.c80 const char* helper_path, const char* exec_path, in generate_core_aux() argument
99 kyua_run_exec(exec_path, args); in generate_core_aux()
145 char* copy_to; char* exec_path; in generate_core() local
147 RE(kyua_text_printf(&exec_path, "./%s", program_name)); in generate_core()
148 const pid_t pid = generate_core_aux(tc, &run_params, copy_to, exec_path, in generate_core()
150 free(exec_path); in generate_core()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc-ar.cc80 setup_prefixes (const char *exec_path) in setup_prefixes() argument
86 self = exec_path; in setup_prefixes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-ar.c80 setup_prefixes (const char *exec_path) in setup_prefixes() argument
86 self = exec_path; in setup_prefixes()
/netbsd-src/external/gpl2/gmake/dist/w32/include/
H A Dsub_proc.h38 char *exec_path, char *as_user));