Searched refs:setvbuf (Results 1 – 19 of 19) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | setvbuf.c | 39 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()
|
D | setlinebuf.c | 41 setvbuf(stream, NULL, _IOLBF, 0); in setlinebuf()
|
D | setbuf.c | 41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
D | setbuffer.c | 41 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
D | stdio.h | 116 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);
|
D | CMakeLists.txt | 111 setvbuf.c
|
D | meson.build | 114 'setvbuf.c',
|
/picolibc-latest/newlib/libc/stdio/ |
D | setlinebuf.c | 61 return (setvbuf (fp, (char *) NULL, _IOLBF, (size_t) 0)); in setlinebuf()
|
D | setbuf.c | 71 (void) setvbuf (fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
D | setbuffer.c | 72 (void) setvbuf (fp, buf, buf ? _IOFBF : _IONBF, (size_t) size); in setbuffer()
|
D | setvbuf.c | 91 setvbuf (register FILE * fp, in setvbuf() function
|
D | stdio.tex | 100 * Function setvbuf:: Specify buffering for a file or stream 292 @include stdio/setvbuf.def
|
D | meson.build | 93 'setvbuf.c',
|
D | stdio.h | 345 int setvbuf (FILE *__restrict, char *__restrict, int, size_t);
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | setvbuf.c | 54 setvbuf (FILE * fp, in setvbuf() function
|
/picolibc-latest/newlib/ |
D | README | 319 with functions like `setbuf' or `setvbuf'. The buffering mechanism
|
D | ChangeLog-2015 | 2978 * 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/ |
D | README.md | 648 correctly. This adds setbuf, setbuffer, setlinebuf, setvbuf.
|
D | COPYING.picolibc | 750 newlib/libc/tinystdio/setvbuf.c 2155 newlib/libc/machine/spu/setvbuf.c 4507 newlib/libc/stdio/setvbuf.c
|