Searched refs:assembly_path (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | csharpexec.c | 92 execute_csharp_using_pnet (const char *assembly_path, in execute_csharp_using_pnet() argument 136 *argp++ = (char *) assembly_path; in execute_csharp_using_pnet() 162 execute_csharp_using_mono (const char *assembly_path, in execute_csharp_using_mono() argument 199 argv[1] = (char *) assembly_path; in execute_csharp_using_mono() 224 execute_csharp_using_sscli (const char *assembly_path, in execute_csharp_using_sscli() argument 260 argv[1] = (char *) assembly_path; in execute_csharp_using_sscli() 285 execute_csharp_program (const char *assembly_path, in execute_csharp_program() argument 305 result = execute_csharp_using_pnet (assembly_path, libdirs, libdirs_count, in execute_csharp_program() 313 result = execute_csharp_using_mono (assembly_path, libdirs, libdirs_count, in execute_csharp_program() 322 result = execute_csharp_using_pnet (assembly_path, libdirs, libdirs_count, in execute_csharp_program() [all …]
|
H A D | csharpexec.h | 37 extern bool execute_csharp_program (const char *assembly_path,
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | read-resources.c | 98 char *assembly_path; in read_resources_file() local 119 assembly_path = concatenated_pathname (gettextexedir, "msgunfmt.net", ".exe"); in read_resources_file() 121 if (execute_csharp_program (assembly_path, libdirs, 1, in read_resources_file() 137 free (assembly_path); in read_resources_file()
|
H A D | read-csharp.c | 99 char *assembly_path; in msgdomain_read_csharp() local 155 assembly_path = concatenated_pathname (gettextexedir, "msgunfmt.net", ".exe"); in msgdomain_read_csharp() 157 if (execute_csharp_program (assembly_path, libdirs, 1, in msgdomain_read_csharp() 164 free (assembly_path); in msgdomain_read_csharp()
|
H A D | write-resources.c | 165 char *assembly_path; in msgdomain_write_csharp_resources() local 178 assembly_path = in msgdomain_write_csharp_resources() 183 if (execute_csharp_program (assembly_path, NULL, 0, in msgdomain_write_csharp_resources() 190 free (assembly_path); in msgdomain_write_csharp_resources()
|