Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dfmemopen.c115 fmemopen(void *buf, size_t size, const char *mode) in fmemopen() function
DCMakeLists.txt65 fmemopen.c
Dstdio.h290 FILE *fmemopen(void *buf, size_t size, const char *mode) __malloc_like_with_free(fclose, 1);
Dmeson.build63 'fmemopen.c',
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dfmemopen.c267 fmemopen ( in fmemopen() function
Dstdio.tex58 * fmemopen:: Open a stream around a fixed-length buffer
166 @include stdio/fmemopen.def
Dmeson.build170 'fmemopen.c',
Dstdio.h532 FILE * fmemopen (void *__restrict, size_t, const char *__restrict);
/picolibc-3.5.0-3.4.0/
DREADME.md341 8. Add fmemopen and freopen.
DCOPYING.picolibc600 newlib/libc/tinystdio/fmemopen.c
3320 Files: newlib/libc/stdio/fmemopen.c
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20152387 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.