Home
last modified time | relevance | path

Searched refs:_IOLBF (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dsetlinebuf.c41 setvbuf(stream, NULL, _IOLBF, 0); in setlinebuf()
Dbufio.c254 case _IOLBF: in __bufio_setvbuf()
Dstdio.h161 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
/picolibc-latest/newlib/libc/stdio/
Dsetlinebuf.c61 return (setvbuf (fp, (char *) NULL, _IOLBF, (size_t) 0)); in setlinebuf()
Dsetvbuf.c108 if ((mode != _IOFBF && mode != _IOLBF) || (int)(_POINTER_INT) size < 0) in setvbuf()
194 if (mode == _IOLBF) in setvbuf()
Dstdio.h264 #define _IOLBF 1 /* setvbuf should set line buffered */ macro