Home
last modified time | relevance | path

Searched refs:__cookie (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dstdio.h594 FILE *funopen (const void *__cookie,
601 FILE *funopen ( const void *__cookie,
609 FILE *funopen (const void *__cookie,
610 int (*__readfn)(void *__cookie, char *__buf,
612 int (*__writefn)(void *__cookie, const char *__buf,
614 fpos_t (*__seekfn)(void *__cookie, fpos_t __off, int __whence),
615 int (*__closefn)(void *__cookie));
616 FILE *funopen ( const void *__cookie,
617 int (*__readfn)(void *__cookie, char *__buf,
619 int (*__writefn)(void *__cookie, const char *__buf,
[all …]
/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h366 # define fropen(__cookie, __fn) funopen(__cookie, __fn, NULL, NULL, NULL) argument
367 # define fwopen(__cookie, __fn) funopen(__cookie, NULL, __fn, NULL, NULL) argument