Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dt_fmemopen.c137 fp = fmemopen(&buf[0], sizeof(buf), *p); in ATF_TC_BODY()
169 fp = fmemopen(NULL, BUFSIZ, *p); in ATF_TC_BODY()
196 fp = fmemopen(&buf[0], sizeof(buf), *p); in ATF_TC_BODY()
249 fp = fmemopen(&buf[0], sizeof(buf), *p); in ATF_TC_BODY()
290 fp = fmemopen(&buf[0], sizeof(buf), *p); in ATF_TC_BODY()
334 fp = fmemopen(NULL, (size_t)0, *p); in ATF_TC_BODY()
339 fp = fmemopen((void *)&buf[0], 0, *p); in ATF_TC_BODY()
361 fp = fmemopen(NULL, 1, *p); in ATF_TC_BODY()
391 fp = fmemopen(NULL, 1, *p); in ATF_TC_BODY()
420 fp = fmemopen(NULL, SIZE_MAX, *p); in ATF_TC_BODY()
[all …]
/picolibc-latest/newlib/libc/tinystdio/
Dfmemopen.c138 fmemopen(void *buf, size_t size, const char *mode) in fmemopen() function
DCMakeLists.txt68 fmemopen.c
Dmeson.build70 'fmemopen.c',
Dstdio.h338 FILE *fmemopen(void *buf, size_t size, const char *mode) __malloc_like_with_free(fclose, 1);
/picolibc-latest/newlib/libc/stdio/
Dfmemopen.c267 fmemopen ( in fmemopen() function
Dstdio.tex58 * Function fmemopen:: Open a stream around a fixed-length buffer
166 @include stdio/fmemopen.def
Dmeson.build182 'fmemopen.c',
Dstdio.h530 FILE * fmemopen (void *__restrict, size_t, const char *__restrict);
/picolibc-latest/
DREADME.md289 * Fix a bunch of fmemopen bugs and add some tests. Thanks to Alex
650 8. Add fmemopen and freopen.
DCOPYING.picolibc566 newlib/libc/tinystdio/fmemopen.c
3541 Files: newlib/libc/stdio/fmemopen.c
/picolibc-latest/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.