Lines Matching refs:output_file
49 FILE *output_file; member
58 fprintf (msgfmt_reader->output_file, "[%s]\n", group); in msgfmt_desktop_handle_group()
92 fprintf (msgfmt_reader->output_file, in msgfmt_desktop_handle_pair()
102 fprintf (msgfmt_reader->output_file, "%s=%s\n", key, value); in msgfmt_desktop_handle_pair()
106 fprintf (msgfmt_reader->output_file, "%s[%s]=%s\n", key, locale, value); in msgfmt_desktop_handle_pair()
114 fputc ('#', msgfmt_reader->output_file); in msgfmt_desktop_handle_comment()
115 fputs (s, msgfmt_reader->output_file); in msgfmt_desktop_handle_comment()
116 fputc ('\n', msgfmt_reader->output_file); in msgfmt_desktop_handle_comment()
124 fputs (s, msgfmt_reader->output_file); in msgfmt_desktop_handle_blank()
125 fputc ('\n', msgfmt_reader->output_file); in msgfmt_desktop_handle_blank()
156 msgfmt_reader->output_file = stdout; in msgdomain_write_desktop_bulk()
159 msgfmt_reader->output_file = fopen (file_name, "w"); in msgdomain_write_desktop_bulk()
160 if (msgfmt_reader->output_file == NULL) in msgdomain_write_desktop_bulk()
181 if (fwriteerror (msgfmt_reader->output_file)) in msgdomain_write_desktop_bulk()