HomeSort by relevance Sort by last modified time
    Searched refs:uio_iovcnt (Results 1 - 6 of 6) sorted by null

  /bionic/libc/stdio/
fvwrite.h 44 int uio_iovcnt; member in struct:__suio
fputs.c 51 uio.uio_iovcnt = 1;
putw.c 46 uio.uio_iovcnt = 1;
fwrite.c 52 uio.uio_iovcnt = 1;
puts.c 54 uio.uio_iovcnt = 2;
vfprintf.c 68 uio->uio_iovcnt = 0;
73 uio->uio_iovcnt = 0;
219 if (++uio.uio_iovcnt >= NIOV) { \
237 uio.uio_iovcnt = 0; \
316 uio.uio_iovcnt = 0;

Completed in 61 milliseconds