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

  /bionic/libc/stdio/
fvwrite.h 45 int uio_resid; member in struct:__suio
fwrite.c 50 uio.uio_resid = iov.iov_len = n = count * size;
61 return ((n - uio.uio_resid) / size);
fputs.c 49 iov.iov_len = uio.uio_resid = strlen(s);
putw.c 44 iov.iov_len = uio.uio_resid = sizeof(w);
puts.c 52 uio.uio_resid = c + 1;
fvwrite.c 57 if ((len = uio->uio_resid) == 0)
94 } while ((uio->uio_resid -= w) != 0);
157 } while ((uio->uio_resid -= w) != 0);
201 } while ((uio->uio_resid -= w) != 0);
vfprintf.c 67 if (uio->uio_resid == 0) {
72 uio->uio_resid = 0;
217 uio.uio_resid += (len); \
235 if (uio.uio_resid && __sprint(fp, &uio)) \
315 uio.uio_resid = 0;

Completed in 16 milliseconds