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
vfprintf.c 68 uio->uio_iovcnt = 0;
73 uio->uio_iovcnt = 0;
230 if (++uio.uio_iovcnt >= NIOV) { \
248 uio.uio_iovcnt = 0; \
327 uio.uio_iovcnt = 0;
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
putw.c 55 uio.uio_iovcnt = 1;
fputs.c 60 uio.uio_iovcnt = 1;
puts.c 64 uio.uio_iovcnt = 2;
fwrite.c 83 uio.uio_iovcnt = 1;

Completed in 1144 milliseconds