Searched refs:fputstrn_unfiltered (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-console.c | 104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw); in mi_console_raw_packet() 109 fputstrn_unfiltered (buf, length_buf, 0, mi_console->raw); in mi_console_raw_packet()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | defs.h | 503 extern void fputstrn_unfiltered (const char *str, int n, int quotr, struct ui_file * stream);
|
H A D | utils.c | 1618 fputstrn_unfiltered (const char *str, int n, int quoter, in fputstrn_unfiltered() function
|
H A D | remote.c | 3929 fputstrn_unfiltered (buf2, p - buf2, 0, gdb_stdlog); in putpkt_binary()
|
H A D | ChangeLog-1999 | 5356 * defs.h, utils.c (fputstrn_filtered, fputstrn_unfiltered, 5362 (getpkt): Use fputstrn_unfiltered to dump packet received.
|