Lines Matching refs:vec
75 struct iovec vec[VEC_LEN];
84 vec[0].iov_base = iovBuf1;
85 vec[0].iov_len = BUF1_LEN;
86 vec[1].iov_base = iovBuf2;
87 vec[1].iov_len = BUF2_LEN;
93 ret = writev(fd, vec, VEC_LEN);
121 struct iovec vec[VEC_LEN];
130 vec[0].iov_base = iovBuf1;
131 vec[0].iov_len = BUF1_LEN;
132 vec[1].iov_base = iovBuf2;
133 vec[1].iov_len = BUF2_LEN;
138 ret = writev(pipefd[1], vec, VEC_LEN);
166 struct iovec vec[VEC_LEN];
175 vec[0].iov_base = iovBuf1;
176 vec[0].iov_len = BUF1_LEN;
177 vec[1].iov_base = iovBuf2;
178 vec[1].iov_len = BUF2_LEN;
185 ret = writev(fd, vec, newVecLen);
205 struct iovec vec[VEC_LEN];
213 vec[0].iov_base = iovBuf1;
214 vec[0].iov_len = BUF1_LEN;
215 vec[1].iov_base = iovBuf2;
216 vec[1].iov_len = BUF2_LEN;
220 ret = writev(fd, vec, VEC_LEN);
239 struct iovec vec[VEC_LEN];
247 vec[0].iov_base = iovBuf1;
248 vec[0].iov_len = BUF1_LEN;
249 vec[1].iov_base = iovBuf2;
250 vec[1].iov_len = BUF2_LEN;
255 ret = writev(fd, vec, VEC_LEN);
263 ret = writev(fd, vec, VEC_LEN);