Searched refs:stdio_file (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-file.c26 : stdio_file (stream)
63 stdio_file::flush ();
H A Dtui-file.h26 class tui_file : public stdio_file
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-file.h26 class tui_file : public stdio_file
30 : stdio_file (stream),
H A Dtui-file.c46 stdio_file::flush ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-file.c150 stdio_file::stdio_file (FILE *file, bool close_p)
156 stdio_file::stdio_file ()
162 stdio_file::~stdio_file ()
169 stdio_file::set_stream (FILE *file)
176 stdio_file::open (const char *name, const char *mode)
197 stdio_file::flush ()
203 stdio_file
146 stdio_file::stdio_file (FILE *file, bool close_p) function in class:stdio_file
152 stdio_file::stdio_file () function in class:stdio_file
[all...]
H A Dui-file.h161 A stdio_file can either own its underlying file, or not. If it
162 owns the file, then destroying the stdio_file closes the underlying
165 class stdio_file : public ui_file class in inherits:ui_file
170 stdio_file is destroyed. */
171 explicit stdio_file (FILE *file, bool close_p = false);
173 /* Create an stdio_file that is not managing any file yet. Call
175 stdio_file ();
177 ~stdio_file () override;
180 on success, false otherwise. If the stdio_file previously owned
207 stdio_file
[all...]
H A Dreggroups.c299 stdio_file file;
H A Ddummy-frame.c426 stdio_file file;
H A Dregcache-dump.c223 stdio_file file;
H A Devent-top.c1232 gdb_stdout = new stdio_file (ui->outstream);
H A Dserial.c258 stdio_file_up file (new stdio_file ());
H A Dsymmisc.c468 stdio_file arg_outfile;
738 stdio_file arg_outfile;
H A Dtop.c294 m_gdb_stdout (new stdio_file (outstream)),
295 m_gdb_stdin (new stdio_file (instream)),
H A Dmaint.c449 stdio_file file;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-file.c241 stdio_file::stdio_file (FILE *file, bool close_p)
247 stdio_file::stdio_file ()
253 stdio_file::~stdio_file ()
260 stdio_file::set_stream (FILE *file)
267 stdio_file::open (const char *name, const char *mode)
288 stdio_file::flush ()
294 stdio_file
237 stdio_file::stdio_file (FILE *file, bool close_p) function in class:stdio_file
243 stdio_file::stdio_file () function in class:stdio_file
[all...]
H A Dui-file.h231 A stdio_file can either own its underlying file, or not. If it
232 owns the file, then destroying the stdio_file closes the underlying
235 class stdio_file : public ui_file class in inherits:ui_file
240 stdio_file is destroyed. */
241 explicit stdio_file (FILE *file, bool close_p = false);
243 /* Create an stdio_file that is not managing any file yet. Call
245 stdio_file ();
247 ~stdio_file () override;
250 on success, false otherwise. If the stdio_file previously owned
281 stdio_file
[all...]
H A Dreggroups.c234 stdio_file file;
H A Dregcache-dump.c218 stdio_file file;
H A Ddummy-frame.c421 stdio_file file;
H A Dserial.c253 stdio_file_up file (new stdio_file ());
H A Dsymmisc.c430 stdio_file arg_outfile;
693 stdio_file arg_outfile;
H A Dtop.c305 m_gdb_stdout (new pager_file (new stdio_file (outstream))),
306 m_gdb_stdin (new stdio_file (instream)),
H A Dmaint.c531 stdio_file file;
H A Dpsymtab.c1441 stdio_file arg_outfile;
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dd_c99_bool_strict_syshdr.c301 typedef struct stdio_file { struct

Completed in 174 milliseconds

12