Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-csharp.c595 char *csharp_file_name; in msgdomain_write_csharp() local
713 csharp_file_name = in msgdomain_write_csharp()
717 register_temp_file (tmpdir, csharp_file_name); in msgdomain_write_csharp()
718 csharp_file = fopen_temp (csharp_file_name, "w"); in msgdomain_write_csharp()
721 error (0, errno, _("failed to create \"%s\""), csharp_file_name); in msgdomain_write_csharp()
722 unregister_temp_file (tmpdir, csharp_file_name); in msgdomain_write_csharp()
730 error (0, errno, _("error while writing \"%s\" file"), csharp_file_name); in msgdomain_write_csharp()
741 csharp_sources[0] = csharp_file_name; in msgdomain_write_csharp()
754 free (csharp_file_name); in msgdomain_write_csharp()