Searched refs:uio_resid (Results 1 – 9 of 9) sorted by relevance
72 uio.uio_resid = iov.iov_len = n; in fwrite()87 return ((n - uio.uio_resid) / size); in fwrite()
45 int uio_resid; member
57 if ((len = uio->uio_resid) == 0) in __sfvwrite()90 } while ((uio->uio_resid -= w) != 0); in __sfvwrite()153 } while ((uio->uio_resid -= w) != 0); in __sfvwrite()197 } while ((uio->uio_resid -= w) != 0); in __sfvwrite()
46 iov.iov_len = uio.uio_resid = sizeof(w); in putw()
50 iov.iov_len = uio.uio_resid = strlen(s); in fputs()
54 uio.uio_resid = c + 1; in puts()
70 uio.uio_resid = iov.iov_len = size; in __fputwc_unlock()
103 if (uio->uio_resid == 0) { in __sprint()108 uio->uio_resid = 0; in __sprint()358 uio.uio_resid += (len); \ in __vfprintf()384 if (uio.uio_resid && __sprint(fp, &uio)) \ in __vfprintf()476 uio.uio_resid = 0; in __vfprintf()
149 uio.uio_resid = len; in __xfputwc()