Home
last modified time | relevance | path

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

/misc/bits/types/
A Dstruct_iovec.h29 size_t iov_len; /* Length of data. */ member
/misc/
A Dtst-preadvwritev-common.c110 iov[0].iov_len = sizeof buf1; in do_test_with_offset()
112 iov[1].iov_len = sizeof buf2; in do_test_with_offset()
133 iov[0].iov_len = sizeof buf3; in do_test_with_offset()
135 iov[1].iov_len = sizeof buf4; in do_test_with_offset()
A Dtst-preadvwritev2-common.c76 iov.iov_len = (size_t)SSIZE_MAX + 1; in do_test_with_invalid_iov()
111 const struct iovec vec = { .iov_base = buf, .iov_len = sizeof (buf) }; in do_test_with_invalid_flags()
A Dsyslog.c245 v->iov_len = bufsize - msgoff; in __vsyslog_internal()
251 v->iov_len = 1; in __vsyslog_internal()

Completed in 13 milliseconds