Searched refs:_IONBF (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | setbuf.c | 41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
D | setbuffer.c | 41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
D | bufio.c | 250 case _IONBF: in __bufio_setvbuf()
|
D | stdio.h | 162 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
|
/picolibc-latest/newlib/libc/stdio/ |
D | setbuf.c | 71 (void) setvbuf (fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
D | setbuffer.c | 72 (void) setvbuf (fp, buf, buf ? _IOFBF : _IONBF, (size_t) size); in setbuffer()
|
D | setvbuf.c | 107 if (mode != _IONBF) in setvbuf() 127 if (mode == _IONBF) in setvbuf()
|
D | stdio.h | 265 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 21539 * libc/stdio/setvbuf.c: Always clean up when _IONBF or possible
|