Searched refs:length_buf (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-file.c47 tui_file::write (const char *buf, long length_buf) argument
49 tui_write (buf, length_buf);
H A Dtui-file.h31 void write (const char *buf, long length_buf) override;
H A Dtui-regs.c52 void write (const char *buf, long length_buf) override;
60 tab_expansion_file::write (const char *buf, long length_buf) argument
62 for (long i = 0; i < length_buf; ++i)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-console.c40 mi_console_file::write (const char *buf, long length_buf) argument
44 m_buffer.write (buf, length_buf);
62 mi_console_file::write_async_safe (const char *buf, long length_buf) argument
68 fputstrn_unfiltered (buf, length_buf, m_quote, do_fputc_async_safe,
73 fputstrn_unfiltered (buf, length_buf, 0, do_fputc_async_safe, m_raw);
87 size_t length_buf = str.size (); local
94 fputstrn_unfiltered (buf, length_buf, m_quote, fputc_unfiltered,
101 fputstrn_unfiltered (buf, length_buf, 0, fputc_unfiltered, m_raw);
H A Dmi-console.h40 void write (const char *buf, long length_buf) override;
42 void write_async_safe (const char *buf, long length_buf) override;
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-console.c40 mi_console_file::write (const char *buf, long length_buf) argument
44 m_buffer.write (buf, length_buf);
52 mi_console_file::write_async_safe (const char *buf, long length_buf) argument
58 m_raw->putstrn (buf, length_buf, m_quote, true);
62 m_raw->putstrn (buf, length_buf, 0, true);
76 size_t length_buf = str.size (); local
83 m_raw->putstrn (buf, length_buf, m_quote);
89 m_raw->putstrn (buf, length_buf, 0);
H A Dmi-console.h40 void write (const char *buf, long length_buf) override;
42 void write_async_safe (const char *buf, long length_buf) override;
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-file.c34 tui_file::write (const char *buf, long length_buf) argument
36 tui_write (buf, length_buf);
H A Dtui-file.h34 void write (const char *buf, long length_buf) override;
H A Dtui-regs.c52 void write (const char *buf, long length_buf) override;
60 tab_expansion_file::write (const char *buf, long length_buf) argument
62 for (long i = 0; i < length_buf; ++i)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-file.h51 virtual void write (const char *buf, long length_buf) = 0;
59 virtual void write_async_safe (const char *buf, long length_buf) argument
67 virtual long read (char *buf, long length_buf) argument
95 void write (const char *buf, long length_buf) override;
122 void write (const char *buf, long length_buf) override;
124 long read (char *buf, long length_buf) override
186 void write (const char *buf, long length_buf) override;
188 void write_async_safe (const char *buf, long length_buf) override;
192 long read (char *buf, long length_buf) override;
249 void write (const char *buf, long length_buf) overrid
[all...]
H A Dui-file.c126 string_file::write (const char *buf, long length_buf)
128 m_string.append (buf, length_buf);
203 stdio_file::read (char *buf, long length_buf)
216 return ::read (m_fd, buf, length_buf); argument
220 stdio_file::write (const char *buf, long length_buf)
223 if (fwrite (buf, length_buf, 1, m_file))
230 stdio_file::write_async_safe (const char *buf, long length_buf)
235 if (::write (m_fd, buf, length_buf))
280 stderr_file::write (const char *buf, long length_buf)
283 stdio_file::write (buf, length_buf);
123 write(const char *buf, long length_buf) argument
199 read(char *buf, long length_buf) argument
226 write_async_safe(const char *buf, long length_buf) argument
275 write(const char *buf, long length_buf) argument
314 write(const char *buf, long length_buf) argument
321 write_async_safe(const char *buf, long length_buf) argument
361 write(const char *buf, long length_buf) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpager.h43 void write (const char *buf, long length_buf) override;
47 void write_async_safe (const char *buf, long length_buf) override
49 m_stream->write_async_safe (buf, length_buf);
H A Dui-file.c217 string_file::write (const char *buf, long length_buf)
219 m_string.append (buf, length_buf);
294 stdio_file::read (char *buf, long length_buf)
307 return ::read (m_fd, buf, length_buf); argument
311 stdio_file::write (const char *buf, long length_buf)
314 if (fwrite (buf, length_buf, 1, m_file))
321 stdio_file::write_async_safe (const char *buf, long length_buf)
326 if (::write (m_fd, buf, length_buf))
370 stderr_file::write (const char *buf, long length_buf)
373 stdio_file::write (buf, length_buf);
214 write(const char *buf, long length_buf) argument
290 read(char *buf, long length_buf) argument
317 write_async_safe(const char *buf, long length_buf) argument
365 write(const char *buf, long length_buf) argument
404 write(const char *buf, long length_buf) argument
411 write_async_safe(const char *buf, long length_buf) argument
450 write(const char *buf, long length_buf) argument
[all...]
H A Dui-file.h61 virtual void write (const char *buf, long length_buf) = 0;
69 virtual void write_async_safe (const char *buf, long length_buf) argument
77 virtual long read (char *buf, long length_buf) argument
155 void write (const char *buf, long length_buf) override;
182 void write (const char *buf, long length_buf) override;
184 long read (char *buf, long length_buf) override
256 void write (const char *buf, long length_buf) override;
258 void write_async_safe (const char *buf, long length_buf) override;
262 long read (char *buf, long length_buf) override;
323 void write (const char *buf, long length_buf) overrid
[all...]
H A Dutils.c1751 pager_file::write (const char *buf, long length_buf)
1755 std::string str (buf, length_buf);
1744 write(const char *buf, long length_buf) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-ports.c54 void write (const char *buf, long length_buf) override;
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-ports.c54 void write (const char *buf, long length_buf) override;

Completed in 294 milliseconds