Searched refs:putstrn (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-console.c | 57 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/ |
| D | bootxx.c | 303 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/ |
| D | ui-file.h | 54 void putstrn (const char *str, int n, int quoter, bool async_safe = false);
|
| D | ui-file.c | 56 ui_file::putstrn (const char *str, int n, int quoter, bool async_safe) in putstrn() function
|
| D | remote.c | 9984 stb.putstrn (buf, n, '\\'); in escape_buffer()
|
| D | ChangeLog-2018 | 13403 * ui-file.c (ui_file::putstrn): Adjust call to
|
| D | ChangeLog-2017 | 17375 (ui_file::putstrn): New.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 149776 Implement putstr and putstrn in ui_file
|