Searched refs:setbuffer (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | setbuffer.c | 39 setbuffer(FILE *stream, char *buf, size_t size) in setbuffer() function
|
D | CMakeLists.txt | 109 setbuffer.c
|
D | meson.build | 112 'setbuffer.c',
|
D | stdio.h | 350 void setbuffer(FILE *stream, char *buf, size_t size);
|
/picolibc-latest/newlib/libc/stdio/ |
D | setbuffer.c | 68 setbuffer (FILE * fp, in setbuffer() function
|
D | stdio.tex | 98 * Function setbuffer:: Specify full buffering for a file or stream with size 286 @include stdio/setbuffer.def
|
D | meson.build | 91 'setbuffer.c',
|
D | stdio.h | 502 void setbuffer (FILE *, char *, int);
|
/picolibc-latest/ |
D | README.md | 648 correctly. This adds setbuf, setbuffer, setlinebuf, setvbuf.
|
D | COPYING.picolibc | 986 newlib/libc/tinystdio/setbuffer.c 4505 newlib/libc/stdio/setbuffer.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 13392 * libc/stdio/setbuffer.c: Removed setlinebuf documentation. 14000 libc/stdio/scanf.c libc/stdio/setbuf.c libc/stdio/setbuffer.c, 18040 * libc/stdio/Makefile.am: Modify to add setbuffer.c and setlinebuf.c. 18042 * libc/stdio/setbuffer.c: New file.
|