Searched refs:iov_len (Results 1 – 4 of 4) sorted by relevance
29 size_t iov_len; /* Length of data. */ member
110 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()
76 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()
245 v->iov_len = bufsize - msgoff; in __vsyslog_internal()251 v->iov_len = 1; in __vsyslog_internal()
Completed in 13 milliseconds