Home
last modified time | relevance | path

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

/picolibc-latest/newlib/testsuite/
Dstdio-bits.c73 static char read_buf[512]; variable
83 read_len = read(0, read_buf, sizeof (read_buf)); in ao_getc()
89 return (unsigned char) read_buf[read_off++]; in ao_getc()
/picolibc-latest/newlib/libc/tinystdio/
Dposixiob_stdin.c38 static char read_buf[BUFSIZ]; variable
40 static struct __file_bufio __stdin = FDEV_SETUP_POSIX(0, read_buf, BUFSIZ, __SRD, 0);