Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c411 #define NIOV 8 in VFWPRINTF() macro
413 struct __siov iov[NIOV];/* ... and individual io vectors */ in VFWPRINTF()
462 if (++uio.uio_iovcnt >= NIOV) { \ in VFWPRINTF()
Dvfprintf.c440 #define NIOV 8 in VFPRINTF() macro
442 struct __siov iov[NIOV];/* ... and individual io vectors */ in VFPRINTF()
476 if (++uio.uio_iovcnt >= NIOV) { \ in VFPRINTF()