Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/gdb/
H A Dremote.c312 #define PBUFSIZ ((REGISTER_BYTES > MAXBUFBYTES (400)) \ macro
427 char *buf = alloca (PBUFSIZ); in check_binary_download()
471 unsigned char *buf = alloca (PBUFSIZ);
481 max_buf_size = min (remote_write_size, PBUFSIZ);
636 char *buf2 = alloca (PBUFSIZ);
637 char *junkbuf = alloca (PBUFSIZ);
805 if (c > 0 && c < 255 && bp + c - 1 < buf + PBUFSIZ - 1) in read_frame()
818 if (bp < buf + PBUFSIZ - 1) in read_frame()