Home
last modified time | relevance | path

Searched refs:uio_resid (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwrite.c72 uio.uio_resid = iov.iov_len = n; in fwrite()
87 return ((n - uio.uio_resid) / size); in fwrite()
Dfvwrite.h45 int uio_resid; member
Dfvwrite.c57 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()
Dputw.c46 iov.iov_len = uio.uio_resid = sizeof(w); in putw()
Dfputs.c50 iov.iov_len = uio.uio_resid = strlen(s); in fputs()
Dputs.c54 uio.uio_resid = c + 1; in puts()
Dfputwc.c70 uio.uio_resid = iov.iov_len = size; in __fputwc_unlock()
Dvfprintf.c103 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()
Dvfwprintf.c149 uio.uio_resid = len; in __xfputwc()