Searched refs:uio_resid (Results 1 – 8 of 8) sorted by relevance
79 if ((len = uio->uio_resid) == 0) in __sfvwrite()113 } while ((uio->uio_resid -= w) > 0); in __sfvwrite()114 uio->uio_resid = 0; // Just in case it went negative such as when NL is expanded to CR NL in __sfvwrite()178 } while ((uio->uio_resid -= w) != 0); in __sfvwrite()222 } while ((uio->uio_resid -= w) != 0); in __sfvwrite()
80 uio.uio_resid = (int)(iov.iov_len = n); in fwrite()91 count = ((n - uio.uio_resid) / size); in fwrite()
47 int uio_resid; member
78 uio.uio_resid = (int)(c + 1); in puts()
77 uio.uio_resid = (int)(iov.iov_len = strlen(s)); in fputs()
89 uio.uio_resid = (int)(iov.iov_len = size); in __fputwc_unlock()
218 uio.uio_resid = (int)len; in __xfputwc()241 if (uio->uio_resid == 0) { in __sprint()246 uio->uio_resid = 0; in __sprint()715 uio.uio_resid += (len); \ in WDECL()724 if (uio.uio_resid && __sprint(fp, &uio)) \ in WDECL()849 uio.uio_resid = 0; in WDECL()
84 size_t uio_resid; /* residual i/o count */ member