Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dremote.c313 #define PBUFSIZ ((REGISTER_BYTES > MAXBUFBYTES (400)) \ macro
428 char *buf = alloca (PBUFSIZ); in check_binary_download()
472 unsigned char *buf = alloca (PBUFSIZ);
482 max_buf_size = min (remote_write_size, PBUFSIZ);
637 char *buf2 = alloca (PBUFSIZ);
638 char *junkbuf = alloca (PBUFSIZ);
806 if (c > 0 && c < 255 && bp + c - 1 < buf + PBUFSIZ - 1) in read_frame()
819 if (bp < buf + PBUFSIZ - 1) in read_frame()