Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dstdio-bufio.h69 ssize_t (*write_ptr)(void *ptr, const void *buf, size_t count); member
119 .write_ptr = _write, \
Dstdio_private.h168 return (bf->write_ptr)((void *) bf->ptr, buf, count); in bufio_write()