Searched refs:assembly_path (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcsharpexec.h29 assembly_path is the assembly's pathname (= program name with .exe).
37 extern bool execute_csharp_program (const char *assembly_path,
H A Dcsharpexec.c92 execute_csharp_using_pnet (const char *assembly_path, argument
136 *argp++ = (char *) assembly_path;
162 execute_csharp_using_mono (const char *assembly_path, argument
199 argv[1] = (char *) assembly_path;
224 execute_csharp_using_sscli (const char *assembly_path, argument
260 argv[1] = (char *) assembly_path;
285 execute_csharp_program (const char *assembly_path, argument
305 result = execute_csharp_using_pnet (assembly_path, libdirs, libdirs_count,
313 result = execute_csharp_using_mono (assembly_path, libdirs, libdirs_count,
322 result = execute_csharp_using_pnet (assembly_path, libdir
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-csharp.c99 char *assembly_path; local
155 assembly_path = concatenated_pathname (gettextexedir, "msgunfmt.net", ".exe");
157 if (execute_csharp_program (assembly_path, libdirs, 1,
164 free (assembly_path);
H A Dread-resources.c98 char *assembly_path; local
119 assembly_path = concatenated_pathname (gettextexedir, "msgunfmt.net", ".exe");
121 if (execute_csharp_program (assembly_path, libdirs, 1,
137 free (assembly_path);
H A Dwrite-resources.c165 char *assembly_path; local
178 assembly_path =
183 if (execute_csharp_program (assembly_path, NULL, 0,
190 free (assembly_path);

Completed in 70 milliseconds