Searched refs:iovcnt (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A D__stdio_write.c10 int iovcnt = 2; local
13 cnt = writev(f->fd, iov, iovcnt);
22 return iovcnt == 2 ? 0 : len - iov[0].iov_len;
28 iovcnt--;

Completed in 20 milliseconds