Searched refs:FDEV_SETUP_POSIX (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | posixiob_stdin.c | 40 static struct __file_bufio __stdin = FDEV_SETUP_POSIX(0, read_buf, BUFSIZ, __SRD, 0);
|
D | posixiob_stdout.c | 40 static struct __file_bufio __stdout = FDEV_SETUP_POSIX(1, write_buf, BUFSIZ, __SWR, __BLBF);
|
D | posixiob_stderr.c | 44 static struct __file_bufio __stderr = FDEV_SETUP_POSIX(2, write_buf, __PICOLIBC_STDERR_BUFSIZ, __SW…
|
D | fdopen.c | 60 FDEV_SETUP_POSIX(fd, buf, BUFSIZ, stdio_flags, __BFALL); in fdopen()
|
D | stdio_private.h | 204 #define FDEV_SETUP_POSIX(fd, buf, size, rwflags, bflags) \ macro
|