3 #ifdef _FVWRITE_IN_STREAMIO
11 * Flush out all the vectors defined by the given uio,
12 * then reset it so that it can be reused.
15 __swprint_r (struct _reent
*ptr
,
17 register struct __suio
*uio
)
24 if (uio
->uio_resid
== 0) {
29 for (; uio
->uio_resid
!= 0;
30 uio
->uio_resid
-= len
, iov
++) {
31 p
= (wchar_t *) iov
->iov_base
;
33 for (i
= 0; i
< len
; i
++) {
34 if (_fputwc_r (ptr
, p
[i
], fp
) == WEOF
) {