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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcorefile.c215 struct ui_file *tmp_stream = mem_fileopen ();
216 make_cleanup_ui_file_delete (tmp_stream);
222 fprintf_unfiltered (tmp_stream, "Cannot access memory at address ");
223 print_address_numeric (memaddr, 1, tmp_stream);
227 fprintf_filtered (tmp_stream, "Error accessing memory address ");
228 print_address_numeric (memaddr, 1, tmp_stream);
229 fprintf_filtered (tmp_stream, ": %s.",
233 error_stream (tmp_stream);
211 struct ui_file *tmp_stream = mem_fileopen (); local
H A Dutils.c622 struct ui_file *tmp_stream = mem_fileopen ();
623 make_cleanup_ui_file_delete (tmp_stream);
624 vfprintf_unfiltered (tmp_stream, string, args);
625 error_stream (tmp_stream);
649 struct ui_file *tmp_stream = mem_fileopen ();
651 make_cleanup_ui_file_delete (tmp_stream);
652 vfprintf_unfiltered (tmp_stream, string, args);
655 ui_file_put (tmp_stream, do_write, gdb_lasterr);
620 struct ui_file *tmp_stream = mem_fileopen (); local
647 struct ui_file *tmp_stream = mem_fileopen (); local
H A Dada-valprint.c307 struct ui_file *tmp_stream = mem_fileopen ();
308 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_stream);
310 print_floating (valaddr, type, tmp_stream);
311 ui_file_put (tmp_stream, ui_memcpy, buffer);
306 struct ui_file *tmp_stream = mem_fileopen (); local
H A Dlinespec.c147 struct ui_file *tmp_stream; local
148 tmp_stream = mem_fileopen ();
149 make_cleanup_ui_file_delete (tmp_stream);
154 vfprintf_unfiltered (tmp_stream, fmt, args);
160 fprintf_unfiltered (tmp_stream,
164 error_stream (tmp_stream);
/haiku-fatelf/src/bin/coreutils/src/
H A Dtac.c513 FILE *tmp_stream; local
515 return (copy_to_temp (&tmp_stream, &tmp_file, input_fd, file)
516 && tac_seekable (fileno (tmp_stream), tmp_file));

Completed in 61 milliseconds