Searched refs:vfprintf_filtered (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-sim.c | 241 vfprintf_filtered (gdb_stdout, format, args); in gdb_os_printf_filtered() 251 vfprintf_filtered (gdb_stdout, format, ap); in gdb_os_vprintf_filtered() 259 vfprintf_filtered (gdb_stderr, format, ap); in gdb_os_evprintf_filtered()
|
| H A D | cli-out.c | 279 vfprintf_filtered (data->stream, format, args); in cli_field_fmt() 363 vfprintf_filtered (data->stream, format, args); in out_field_fmt()
|
| H A D | utils.c | 1237 vfprintf_filtered (gdb_stdout, ctlstr, args); in query() 1338 vfprintf_filtered (gdb_stdout, ctlstr, args); in defaulted_query() 2211 vfprintf_filtered (struct ui_file *stream, const char *format, va_list args) in vfprintf_filtered() function 2245 vfprintf_filtered (stream, format, args); in fprintf_filtered() 2269 vfprintf_filtered (stream, format, args); in fprintfi_filtered() 2279 vfprintf_filtered (gdb_stdout, format, args); in printf_filtered() 2302 vfprintf_filtered (gdb_stdout, format, args); in printfi_filtered()
|
| H A D | proc-service.c | 166 vfprintf_filtered (gdb_stderr, fmt, args); in ps_plog()
|
| H A D | language.c | 891 vfprintf_filtered (gdb_stderr, string, args); in type_error() 917 vfprintf_filtered (gdb_stderr, string, args); in range_error()
|
| H A D | disasm.c | 321 vfprintf_filtered (stream, format, args); in fprintf_disasm()
|
| H A D | defs.h | 475 extern void vfprintf_filtered (struct ui_file *, const char *, va_list) ATTR_FORMAT (printf, 2, 0);
|
| H A D | sol-thread.c | 1147 vfprintf_filtered (gdb_stderr, fmt, args); in ps_plog()
|
| H A D | monitor.c | 166 vfprintf_filtered (gdb_stdlog, fmt, args); in monitor_debug()
|
| H A D | remote-mips.c | 486 vfprintf_filtered (gdb_stderr, string, args); in mips_error()
|
| H A D | ChangeLog-1992 | 478 * utils.c (vprintf_filtered): New func, like vfprintf_filtered, 479 but to stdout (calls vfprintf_filtered internally). 2225 (vfprintf_filtered): Eliminate static buffer; use auto buffer, 2282 defs.h, utils.c: Make vfprintf_filtered global.
|
| H A D | ChangeLog-1998 | 2383 (vfprintf_filtered): Ditto. 2510 defs.h (vfprintf_filtered): Change FILE to GDB_FILE in decl.
|
| H A D | ChangeLog-1995 | 2587 (vfprintf_filtered declaration): Likewise.
|
| H A D | ChangeLog-1999 | 8462 vfprintf_filtered, vfprintf_unfiltered and vprintf_unfiltered to return
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
| H A D | tui-out.c | 301 vfprintf_filtered (data->stream, format, args); in tui_field_fmt() 379 vfprintf_filtered (data->stream, format, args); in out_field_fmt()
|
| H A D | tui-hooks.c | 90 vfprintf_filtered (gdb_stdout, msg, argp); in tui_query_hook()
|