Searched refs:writefn (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | funopen.c | 102 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()
|
D | fopencookie.c | 95 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/ |
D | funopen.c | 43 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()
|
D | stdio.h | 362 _ssize_t (*writefn)(void *cookie, const void *buf,
|