Home
last modified time | relevance | path

Searched refs:uio_iovcnt (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfputwc.c51 uio.uio_iovcnt = 1; in __fputwc_unlock()
/bionic/libc/stdio/
Dvfprintf.cpp124 if (++uio.uio_iovcnt >= NIOV) { \ in FUNCTION_NAME()
132 uio.uio_iovcnt = 0; \ in FUNCTION_NAME()
155 uio.uio_iovcnt = 0; in FUNCTION_NAME()
Dprintf_common.h676 uio->uio_iovcnt = 0; in sprint()
681 uio->uio_iovcnt = 0; in sprint()
753 uio.uio_iovcnt = 1; in xfputwc()
Dlocal.h249 int uio_iovcnt; member
Dvfwprintf.cpp144 uio.uio_iovcnt = 0; in FUNCTION_NAME()
Dstdio.cpp1164 __suio uio = { .uio_iov = &iov, .uio_iovcnt = 1, .uio_resid = n }; in fwrite_unlocked()