HomeSort by: relevance | last modified time | path
    Searched defs:outstream (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ui.h 58 ui (FILE *instream, FILE *outstream, FILE *errstream);
122 FILE *outstream; member in struct:ui
debuginfod-support.c 157 ui_file *outstream = get_unbuffered (gdb_stdout); local
158 gdb_printf (outstream, _("Cancelling download of %s %s...\n"),
293 ui_file *outstream = get_unbuffered (gdb_stdout); local
294 gdb_printf (outstream,
  /src/external/gpl3/gdb.old/dist/gdb/
ui.h 57 ui (FILE *instream, FILE *outstream, FILE *errstream);
121 FILE *outstream; member in struct:ui
debuginfod-support.c 157 ui_file *outstream = get_unbuffered (gdb_stdout); local
158 gdb_printf (outstream, _("Cancelling download of %s %s...\n"),
293 ui_file *outstream = get_unbuffered (gdb_stdout); local
294 gdb_printf (outstream,

Completed in 25 milliseconds