Home
last modified time | relevance | path

Searched refs:setbuffer (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dsetbuffer.c39 setbuffer(FILE *stream, char *buf, size_t size) in setbuffer() function
DCMakeLists.txt109 setbuffer.c
Dmeson.build112 'setbuffer.c',
Dstdio.h350 void setbuffer(FILE *stream, char *buf, size_t size);
/picolibc-latest/newlib/libc/stdio/
Dsetbuffer.c68 setbuffer (FILE * fp, in setbuffer() function
Dstdio.tex98 * Function setbuffer:: Specify full buffering for a file or stream with size
286 @include stdio/setbuffer.def
Dmeson.build91 'setbuffer.c',
Dstdio.h502 void setbuffer (FILE *, char *, int);
/picolibc-latest/
DREADME.md648 correctly. This adds setbuf, setbuffer, setlinebuf, setvbuf.
DCOPYING.picolibc986 newlib/libc/tinystdio/setbuffer.c
4505 newlib/libc/stdio/setbuffer.c
/picolibc-latest/newlib/
DChangeLog-201513392 * 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.