Home
last modified time | relevance | path

Searched refs:putstrn (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-console.c57 m_raw->putstrn (buf, length_buf, m_quote, true); in write_async_safe()
61 m_raw->putstrn (buf, length_buf, 0, true); in write_async_safe()
82 m_raw->putstrn (buf, length_buf, m_quote); in flush()
88 m_raw->putstrn (buf, length_buf, 0); in flush()
/netbsd/src/sys/arch/macppc/stand/bootxx/
Dbootxx.c303 putstrn(const char *s, size_t n) in putstrn() function
308 #define putstr(x) putstrn((x),sizeof(x)-1)
309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0)
349 putstrn(bootpath, i); in startup()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dui-file.h54 void putstrn (const char *str, int n, int quoter, bool async_safe = false);
Dui-file.c56 ui_file::putstrn (const char *str, int n, int quoter, bool async_safe) in putstrn() function
Dremote.c9984 stb.putstrn (buf, n, '\\'); in escape_buffer()
DChangeLog-201813403 * ui-file.c (ui_file::putstrn): Adjust call to
DChangeLog-201717375 (ui_file::putstrn): New.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git149776 Implement putstr and putstrn in ui_file