Home
last modified time | relevance | path

Searched refs:_IOFBF (Results 1 – 8 of 8) 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.c257 case _IOFBF: in __bufio_setvbuf()
Dstdio.h160 #define _IOFBF 0 /* setvbuf should set fully buffered */ 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.c108 if ((mode != _IOFBF && mode != _IOLBF) || (int)(_POINTER_INT) size < 0) in setvbuf()
Dstdio.h263 #define _IOFBF 0 /* setvbuf should set fully buffered */ macro