Searched refs:monitor_printable_string (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | monitor.c | 69 static void monitor_printable_string (char *newstr, char *oldstr, int len); 177 monitor_printable_string (char *newstr, char *oldstr, int len) in monitor_printable_string() function 244 monitor_printable_string (safe_string, string, real_len); in monitor_error() 353 monitor_printable_string (safe_string, sndbuf, 0); in monitor_printf_noecho() 381 monitor_printable_string (safe_string, sndbuf, 0); in monitor_printf() 528 monitor_printable_string (safe_string, string, 0); in monitor_expect()
|
H A D | ChangeLog-1999 | 2084 * monitor.c (monitor_printable_string): Add length argument. Don't 2087 (monitor_error): Pass real_len to monitor_printable_string.
|
H A D | ChangeLog-1998 | 3473 * monitor.c (monitor_printable_string): New function to convert a
|