IOVCNT
struct iovec iov[IOVCNT], *v;
msghdr.msg_iovlen = IOVCNT;
if (writev(f->f_file, iov, IOVCNT) == -1) {
struct iovec localiov[IOVCNT];
int iovcnt = IOVCNT;