Searched refs:sizeof_buf (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | ui-file.c | 113 long sizeof_buf) in null_file_write() argument 130 for (i = 0; i < sizeof_buf; i++) in null_file_write() 142 long sizeof_buf) in null_file_read() argument 165 long sizeof_buf) in null_file_write_async_safe() argument
|
H A D | remote.h | 32 extern void getpkt (char **buf, long *sizeof_buf, int forever);
|
H A D | remote.c | 92 static int getpkt_sane (char **buf, long *sizeof_buf, int forever); 93 static int getpkt_or_notif_sane (char **buf, long *sizeof_buf, 153 static long read_frame (char **buf_p, long *sizeof_buf); 443 long *sizeof_buf) in remote_get_noisy_reply() argument 450 getpkt (buf_p, sizeof_buf, 0); in remote_get_noisy_reply() 482 xsnprintf (buf, *sizeof_buf, "qRelocInsn:%x", adjusted_size); in remote_get_noisy_reply() 7087 long *sizeof_buf) in remote_send() argument 7090 getpkt (buf, sizeof_buf, 0); in remote_send() 7380 long *sizeof_buf) in read_frame() argument 7472 if (bc + repeat - 1 >= *sizeof_buf - 1) in read_frame() [all …]
|