Searched refs:funopen (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | stdio.h | 597 FILE *funopen (const void *__cookie, 604 FILE *funopen ( const void *__cookie, 612 FILE *funopen (const void *__cookie, 619 FILE *funopen ( const void *__cookie, 628 # define fropen(__cookie, __fn) funopen(__cookie, __fn, NULL, NULL, NULL) 629 # define fwopen(__cookie, __fn) funopen(__cookie, NULL, __fn, NULL, NULL)
|
D | funopen.c | 194 funopen ( in funopen() function
|
D | stdio.tex | 72 * funopen:: Open a stream with custom callbacks 208 @include stdio/funopen.def
|
D | meson.build | 181 'funopen.c',
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2467 * libc/include/stdio.h [!__LARGE64_FILES] (funopen): Fix typo 2472 * libc/include/stdio.h (funopen): Change prototype of 2476 (funopen): Ditto. 2498 * libc/stdio/funopen.c (funread): Ditto. 9946 Implement funopen, fopencookie. 9949 * libc/include/stdio.h (funopen): Fix declaration. 9976 * libc/stdio/funopen.c (_funopen_r, funopen): New file.
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 3322 newlib/libc/stdio/funopen.c
|