Searched refs:write_buf (Results 1 – 3 of 3) sorted by relevance
43 static char write_buf[512]; variable52 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()
38 static char write_buf[BUFSIZ]; variable40 static struct __file_bufio __stdout = FDEV_SETUP_POSIX(1, write_buf, BUFSIZ, __SWR, __BLBF);
42 static char write_buf[__PICOLIBC_STDERR_BUFSIZ]; variable44 static struct __file_bufio __stderr = FDEV_SETUP_POSIX(2, write_buf, __PICOLIBC_STDERR_BUFSIZ, __SW…