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

  /src/tests/usr.bin/xlint/lint1/
d_c99_bool_strict_syshdr.c 299 typedef struct stdio_file { struct
  /src/external/gpl3/gdb/dist/gdb/
ui-file.c 240 stdio_file::stdio_file (FILE *file, bool close_p)
246 stdio_file::stdio_file ()
252 stdio_file::~stdio_file ()
259 stdio_file::set_stream (FILE *file)
266 stdio_file::open (const char *name, const char *mode)
287 stdio_file::flush ()
293 stdio_file::read (char *buf, long length_buf
236 stdio_file::stdio_file (FILE *file, bool close_p) function in class:stdio_file
242 stdio_file::stdio_file () function in class:stdio_file
    [all...]
ui-file.h 235 A stdio_file can either own its underlying file, or not. If it
236 owns the file, then destroying the stdio_file closes the underlying
239 class stdio_file : public ui_file class in inherits:ui_file
244 stdio_file is destroyed. */
245 explicit stdio_file (FILE *file, bool close_p = false);
247 /* Create an stdio_file that is not managing any file yet. Call
249 stdio_file ();
251 ~stdio_file () override;
254 on success, false otherwise. If the stdio_file previously owned
285 stdio_file::write_async_safe's benefit, in case fileno isn'
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ui-file.c 240 stdio_file::stdio_file (FILE *file, bool close_p)
246 stdio_file::stdio_file ()
252 stdio_file::~stdio_file ()
259 stdio_file::set_stream (FILE *file)
266 stdio_file::open (const char *name, const char *mode)
287 stdio_file::flush ()
293 stdio_file::read (char *buf, long length_buf
236 stdio_file::stdio_file (FILE *file, bool close_p) function in class:stdio_file
242 stdio_file::stdio_file () function in class:stdio_file
    [all...]
ui-file.h 235 A stdio_file can either own its underlying file, or not. If it
236 owns the file, then destroying the stdio_file closes the underlying
239 class stdio_file : public ui_file class in inherits:ui_file
244 stdio_file is destroyed. */
245 explicit stdio_file (FILE *file, bool close_p = false);
247 /* Create an stdio_file that is not managing any file yet. Call
249 stdio_file ();
251 ~stdio_file () override;
254 on success, false otherwise. If the stdio_file previously owned
285 stdio_file::write_async_safe's benefit, in case fileno isn'
    [all...]

Completed in 28 milliseconds