Home
last modified time | relevance | path

Searched refs:writefn (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfunopen.c102 funwrite writefn; member
130 if ((result = c->writefn (c->cookie, buf, n)) < 0 && errno) in funwriter()
197 funwrite writefn, in funopen() argument
204 if (!readfn && !writefn) in funopen()
230 if (writefn) in funopen()
233 c->writefn = writefn; in funopen()
239 c->writefn = NULL; in funopen()
246 c->writefn = writefn; in funopen()
Dfopencookie.c95 cookie_write_function_t *writefn; member
131 if ((result = c->writefn (c->cookie, buf, n)) < 0 && errno) in fcwriter()
234 c->writefn = functions.write; in fopencookie()
/picolibc-latest/newlib/libc/tinystdio/
Dfunopen.c43 ssize_t (*writefn)(void *cookie, const void *buf, size_t n), in funopen()
53 if (writefn) in funopen()
65 … FDEV_SETUP_BUFIO_PTR(cookie, buf, BUFSIZ, readfn, writefn, seekfn, closefn, open_flags, __BFALL); in funopen()
Dstdio.h362 _ssize_t (*writefn)(void *cookie, const void *buf,