Searched refs:fmemopen (Results 1 – 11 of 11) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | fmemopen.c | 115 fmemopen(void *buf, size_t size, const char *mode) in fmemopen() function
|
D | CMakeLists.txt | 65 fmemopen.c
|
D | stdio.h | 290 FILE *fmemopen(void *buf, size_t size, const char *mode) __malloc_like_with_free(fclose, 1);
|
D | meson.build | 63 'fmemopen.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | fmemopen.c | 267 fmemopen ( in fmemopen() function
|
D | stdio.tex | 58 * fmemopen:: Open a stream around a fixed-length buffer 166 @include stdio/fmemopen.def
|
D | meson.build | 170 'fmemopen.c',
|
D | stdio.h | 532 FILE * fmemopen (void *__restrict, size_t, const char *__restrict);
|
/picolibc-3.5.0-3.4.0/ |
D | README.md | 341 8. Add fmemopen and freopen.
|
D | COPYING.picolibc | 600 newlib/libc/tinystdio/fmemopen.c 3320 Files: newlib/libc/stdio/fmemopen.c
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2387 libc/stdio/fmemopen.c, libc/stdio/fopen.c, 2494 * libc/stdio/fmemopen.c (fmemreader): Align to above change. 4325 * libc/stdio/fmemopen.c (fmemopen): Fix EINVAL condition. Avoid SEGV 9729 Implement fmemopen and open_memstream. 9730 * libc/stdio/fmemopen.c (_fmemopen_r, fmemopen): New file. 9736 (fmemopen, open_memstream): Declare new functions. 9739 fmemopen and open_memstream.
|