Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfvwrite.h44 int uio_iovcnt; member
Dputw.c48 uio.uio_iovcnt = 1; in putw()
Dfputs.c52 uio.uio_iovcnt = 1; in fputs()
Dputs.c56 uio.uio_iovcnt = 2; in puts()
Dfwrite.c74 uio.uio_iovcnt = 1; in fwrite()
Dfputwc.c52 uio.uio_iovcnt = 1; in __fputwc_unlock()
Dvfprintf.c104 uio->uio_iovcnt = 0; in __sprint()
109 uio->uio_iovcnt = 0; in __sprint()
360 if (++uio.uio_iovcnt >= NIOV) { \ in __vfprintf()
386 uio.uio_iovcnt = 0; \ in __vfprintf()
477 uio.uio_iovcnt = 0; in __vfprintf()
Dvfwprintf.c150 uio.uio_iovcnt = 1; in __xfputwc()