Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.c201 #define NIOV 8 in __vfprintf() macro
203 struct __siov iov[NIOV];/* ... and individual io vectors */ in __vfprintf()
230 if (++uio.uio_iovcnt >= NIOV) { \ in __vfprintf()