Home
last modified time | relevance | path

Searched refs:iov_len (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dputs.c78 iov[0].iov_len = c; in puts()
80 iov[1].iov_len = 1; in puts()
Dsswprint.c21 if ((len = iov->iov_len) > 0) { in __sswprint()
Dfvwrite.h26 size_t iov_len; member
Dssprint.c22 if ((len = iov->iov_len) > 0) { in __ssprint()
Dswprint.c32 len = iov->iov_len; in __swprint()
Dfputs.c99 iov.iov_len = uio.uio_resid = strlen (s); in fputs()
Dfwrite.c123 if (!(uio.uio_resid = iov.iov_len = n = count * size)) in fwrite()
Dfputws.c119 iov.iov_len = uio.uio_resid = nbytes; in fputws()
Dnano-vfprintf.c265 len = iov->iov_len; in _ssprint()
368 len = iov->iov_len / sizeof (wchar_t); in _sprint()
Dfvwrite.c36 len = iov->iov_len; \
Dvfwprintf.c459 iovp->iov_len = (len); \ in VFWPRINTF()
460 uio.uio_resid += iovp->iov_len; \ in VFWPRINTF()
Dvfprintf.c473 iovp->iov_len = (len); \ in VFPRINTF()
/picolibc-latest/newlib/libc/machine/spu/sys/
Duio.h17 size_t iov_len; member
/picolibc-latest/newlib/libc/machine/spu/include/
Dea.h77 size_ea_t iov_len; /* Number of bytes */ member