Home
last modified time | relevance | path

Searched refs:_IONBF (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dsetbuf.c41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dsetbuffer.c41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
Dbufio.c250 case _IONBF: in __bufio_setvbuf()
Dstdio.h162 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
/picolibc-latest/newlib/libc/stdio/
Dsetbuf.c71 (void) setvbuf (fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dsetbuffer.c72 (void) setvbuf (fp, buf, buf ? _IOFBF : _IONBF, (size_t) size); in setbuffer()
Dsetvbuf.c107 if (mode != _IONBF) in setvbuf()
127 if (mode == _IONBF) in setvbuf()
Dstdio.h265 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
/picolibc-latest/newlib/
DChangeLog-201521539 * libc/stdio/setvbuf.c: Always clean up when _IONBF or possible