Home
last modified time | relevance | path

Searched refs:setvbuf (Results 1 – 19 of 19) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dsetvbuf.c39 setvbuf(FILE *stream, char *buf, int mode, size_t size) in setvbuf() function
42 if ((stream->flags & __SEXT) && xf->setvbuf) in setvbuf()
43 return (xf->setvbuf)(stream, buf, mode, size); in setvbuf()
Dsetlinebuf.c41 setvbuf(stream, NULL, _IOLBF, 0); in setlinebuf()
Dsetbuf.c41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dsetbuffer.c41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
Dstdio.h116 int (*setvbuf)(struct __file *, char *buf, int mode, size_t size); member
123 .setvbuf = (_setvbuf), \
352 int setvbuf(FILE *stream, char *buf, int mode, size_t size);
DCMakeLists.txt111 setvbuf.c
Dmeson.build114 'setvbuf.c',
/picolibc-latest/newlib/libc/stdio/
Dsetlinebuf.c61 return (setvbuf (fp, (char *) NULL, _IOLBF, (size_t) 0)); in setlinebuf()
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.c91 setvbuf (register FILE * fp, in setvbuf() function
Dstdio.tex100 * Function setvbuf:: Specify buffering for a file or stream
292 @include stdio/setvbuf.def
Dmeson.build93 'setvbuf.c',
Dstdio.h345 int setvbuf (FILE *__restrict, char *__restrict, int, size_t);
/picolibc-latest/newlib/libc/machine/spu/
Dsetvbuf.c54 setvbuf (FILE * fp, in setvbuf() function
/picolibc-latest/newlib/
DREADME319 with functions like `setbuf' or `setvbuf'. The buffering mechanism
DChangeLog-20152978 * libc/stdio/setvbuf.c (setvbuf): Likewise.
9775 * libc/stdio/setvbuf.c (setvbuf): Likewise.
10292 * libc/machine/spu/setvbuf.c: Ditto.
10653 * libc/machine/spu/setvbuf.c: Ditto.
10976 * libc/machine/spu/setvbuf.c: Ditto.
11287 * libc/stdio/setvbuf.c: Ditto.
13004 * libc/stdio/setvbuf.c (setvbuf): Ditto.
14001 libc/stdio/setlinebuf.c libc/stdio/setvbuf.c,
14896 * libc/stdio/setvbuf.c: Ditto.
18285 * libc/stdio/setvbuf.c: Likewise.
[all …]
/picolibc-latest/
DREADME.md648 correctly. This adds setbuf, setbuffer, setlinebuf, setvbuf.
DCOPYING.picolibc750 newlib/libc/tinystdio/setvbuf.c
2155 newlib/libc/machine/spu/setvbuf.c
4507 newlib/libc/stdio/setvbuf.c