Home
last modified time | relevance | path

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

/picolibc-latest/newlib/testsuite/
Dstdio-bits.c43 static char write_buf[512]; variable
52 int this = write(1, write_buf + off, write_len); in ao_flush()
67 write_buf[write_len++] = c; in ao_putc()
68 if (write_len < sizeof (write_buf)) in ao_putc()
/picolibc-latest/newlib/libc/tinystdio/
Dposixiob_stdout.c38 static char write_buf[BUFSIZ]; variable
40 static struct __file_bufio __stdout = FDEV_SETUP_POSIX(1, write_buf, BUFSIZ, __SWR, __BLBF);
Dposixiob_stderr.c42 static char write_buf[__PICOLIBC_STDERR_BUFSIZ]; variable
44 static struct __file_bufio __stderr = FDEV_SETUP_POSIX(2, write_buf, __PICOLIBC_STDERR_BUFSIZ, __SW…