| /src/usr.bin/xlint/common/ |
| emit.c | 49 static FILE *output_file; variable 56 if ((output_file = fopen(name, "w")) == NULL) 64 if (fclose(output_file) == EOF) 72 fputc(c, output_file);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msgen.c | 97 char *output_file; local 124 output_file = NULL; 158 output_file = optarg; 260 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| msgcat.c | 109 char *output_file; local 138 output_file = NULL; 204 output_file = optarg; 322 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| msgcomm.c | 119 char *output_file = NULL; local 203 output_file = optarg; 332 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| msgconv.c | 102 char *output_file; local 130 output_file = NULL; 166 output_file = optarg; 276 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| msguniq.c | 105 char *output_file; local 134 output_file = NULL; 181 output_file = optarg; 299 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| write-tcl.c | 111 write_msg (FILE *output_file, message_list_ty *mlp, const char *locale_name) 125 fprintf (output_file, "set ::msgcat::header "); 128 fprintf (output_file, "::msgcat::mcset %s ", locale_name); 129 write_tcl_string (output_file, mp->msgid); 130 fprintf (output_file, " "); 132 write_tcl_string (output_file, mp->msgstr); 133 fprintf (output_file, "\n"); 193 FILE *output_file; local 210 output_file = fopen (file_name, "w"); 211 if (output_file == NULL [all...] |
| msgattrib.c | 137 char *output_file; local 169 output_file = NULL; 210 output_file = optarg; 381 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| msgunfmt.c | 121 const char *output_file = "-"; local 184 output_file = optarg; 400 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| msgfilter.c | 155 char *output_file; local 184 output_file = NULL; 223 output_file = optarg; 385 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| msggrep.c | 151 char *output_file; local 181 output_file = NULL; 317 output_file = optarg; 475 msgdomain_list_print (result, output_file, output_syntax, force_po, false);
|
| write-csharp.c | 593 char *output_file; local 690 output_file = 745 output_file, true, false, verbose)) 756 free (output_file);
|
| write-mo.c | 146 write_table (FILE *output_file, message_list_ty *mlp) 507 fwrite (&header, header_size, 1, output_file); 510 /* Here output_file is at position header.orig_tab_offset. */ 528 fwrite (orig_tab, nstrings * sizeof (struct string_desc), 1, output_file); 531 /* Here output_file is at position header.trans_tab_offset. */ 548 fwrite (trans_tab, nstrings * sizeof (struct string_desc), 1, output_file); 556 /* Here output_file is at position header.hash_tab_offset. */ 589 fwrite (hash_tab, hash_tab_size * sizeof (nls_uint32), 1, output_file); 601 /* Here output_file is at position header.sysdep_segments_offset. */ 623 output_file); 792 FILE *output_file; local [all...] |
| write-qt.c | 187 write_u8 (FILE *output_file, unsigned char value) 189 putc (value, output_file); 194 write_u16 (FILE *output_file, unsigned short value) 201 fwrite (data, 2, 1, output_file); 206 write_u32 (FILE *output_file, unsigned int value) 215 fwrite (data, 4, 1, output_file); 382 write_section (FILE *output_file, unsigned char tag, void *data, size_t size) 387 write_u8 (output_file, tag); 388 write_u32 (output_file, size); 389 fwrite (data, size, 1, output_file); 654 FILE *output_file; local [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| index.h | 46 char *output_file; /* Output file for output_line. */ member in struct:index_elt
|
| /src/external/bsd/tradcpp/dist/ |
| mode.h | 42 const char *output_file; member in struct:mode
|
| /src/external/mpl/dhcp/dist/keama/ |
| keama.c | 61 char *output_file = NULL; variable 114 output_file = argv[i]; 151 if (output_file) { 152 output = fopen(output_file, "w"); 154 usage("Cannot open '%s' for writing", output_file);
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| benchmark.cc | 354 std::ofstream output_file; local 373 output_file.open(fname); 374 if (!output_file.is_open()) { 383 file_reporter->SetOutputStream(&output_file); 384 file_reporter->SetErrorStream(&output_file);
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| benchmark.cc | 500 std::ofstream output_file; local 519 output_file.open(fname); 520 if (!output_file.is_open()) { 529 file_reporter->SetOutputStream(&output_file); 530 file_reporter->SetErrorStream(&output_file);
|
| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
| tut05-bf.c | 410 const char *output_file; local 416 fprintf (stderr, "%s: INPUT_FILE OUTPUT_FILE\n", argv[0]); 421 output_file = argv[2]; 426 output_file);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
| tut05-bf.c | 410 const char *output_file; local 416 fprintf (stderr, "%s: INPUT_FILE OUTPUT_FILE\n", argv[0]); 421 output_file = argv[2]; 426 output_file);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_com.c | 238 const char *output_file = device_find_string_property(me, "output-file"); local 239 com->output.file = fopen(output_file, "w"); 241 device_error(me, "Problem opening output file %s\n", output_file);
|
| hw_eeprom.c | 294 FILE *output_file = fopen(eeprom->output_file_name, "w"); local 295 if (output_file == NULL) { 301 if (fwrite(&eeprom->memory[i], 1, 1, output_file) != 1) 304 fclose(output_file);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_com.c | 238 const char *output_file = device_find_string_property(me, "output-file"); local 239 com->output.file = fopen(output_file, "w"); 241 device_error(me, "Problem opening output file %s\n", output_file);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| GCDAProfiling.c | 79 static FILE *output_file = NULL; variable 220 fseek(output_file, 0L, SEEK_END); 221 file_size = ftell(output_file); 295 output_file = fdopen(fd, mode); 362 if (!output_file) return; 383 if (!output_file) return; 435 if (!output_file) return; 483 if (output_file) { 487 fwrite(write_buffer, cur_pos, 1, output_file); 493 fclose(output_file); [all...] |