Searched refs:setbuffer (Results 1 – 11 of 11) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | setbuffer.c | 39 setbuffer(FILE *stream, char *buf, size_t size) in setbuffer() function
|
D | CMakeLists.txt | 105 setbuffer.c
|
D | meson.build | 105 'setbuffer.c',
|
D | stdio.h | 319 void setbuffer(FILE *stream, char *buf, size_t size);
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | setbuffer.c | 69 setbuffer (FILE * fp, in setbuffer() function
|
D | stdio.tex | 98 * setbuffer:: Specify full buffering for a file or stream with size 286 @include stdio/setbuffer.def
|
D | meson.build | 88 'setbuffer.c',
|
D | stdio.h | 504 void setbuffer (FILE *, char *, int);
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 520 correctly. This adds setbuf, setbuffer, setlinebuf, setvbuf.
|
D | COPYING.picolibc | 1016 newlib/libc/tinystdio/setbuffer.c 4411 newlib/libc/stdio/setbuffer.c
|
/picolibc-3.7.0-3.6.0/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.
|