Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dperror.c49 v->iov_len = strlen(s); in perror()
52 v->iov_len = 2; in perror()
57 v->iov_len = strlen(v->iov_base); in perror()
60 v->iov_len = 1; in perror()
Dputs.c51 iov[0].iov_len = c; in puts()
53 iov[1].iov_len = 1; in puts()
Dfvwrite.h40 size_t iov_len; member
Dputw.c46 iov.iov_len = uio.uio_resid = sizeof(w); in putw()
Dfputs.c50 iov.iov_len = uio.uio_resid = strlen(s); in fputs()
Dfwrite.c72 uio.uio_resid = iov.iov_len = n; in fwrite()
Dfputwc.c70 uio.uio_resid = iov.iov_len = size; in __fputwc_unlock()
Dfvwrite.c70 len = iov->iov_len; in __sfvwrite()
76 len = iov->iov_len; \ in __sfvwrite()
Dvfwprintf.c152 iov.iov_len = len; in __xfputwc()
Dvfprintf.c357 iovp->iov_len = (len); \ in __vfprintf()
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dpsignal.c67 v->iov_len = strlen(s); in __weak_alias()
70 v->iov_len = 2; in __weak_alias()
74 v->iov_len = strlen(v->iov_base); in __weak_alias()
77 v->iov_len = 1; in __weak_alias()
/bionic/libc/dns/resolv/
Dherror.c105 v->iov_len = strlen(t); in herror()
109 v->iov_len = 2; in herror()
114 v->iov_len = strlen(v->iov_base); in herror()
118 v->iov_len = 1; in herror()
/bionic/libc/bionic/
Dlibc_logging.cpp438 vec[0].iov_len = strlen(tag); in __libc_write_stderr()
440 vec[1].iov_len = 2; in __libc_write_stderr()
442 vec[2].iov_len = strlen(msg); in __libc_write_stderr()
444 vec[3].iov_len = 1; in __libc_write_stderr()
502 vec[0].iov_len = sizeof(log_id); in __libc_write_log()
505 vec[1].iov_len = sizeof(tid); in __libc_write_log()
512 vec[2].iov_len = sizeof(realtime_ts); in __libc_write_log()
515 vec[3].iov_len = 1; in __libc_write_log()
517 vec[4].iov_len = strlen(tag) + 1; in __libc_write_log()
519 vec[5].iov_len = strlen(msg) + 1; in __libc_write_log()
[all …]
/bionic/libc/kernel/uapi/linux/
Duio.h26 __kernel_size_t iov_len; member
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c61 ret.iov_len = cnt; in evConsIovec()
222 str->ioTotal += iov[i].iov_len; in copyvec()
235 if (bytes < (size_t)str->iovCur->iov_len) { in consume()
236 str->iovCur->iov_len -= bytes; in consume()
242 bytes -= str->iovCur->iov_len; in consume()
243 str->ioDone += str->iovCur->iov_len; in consume()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dexec.c189 iov[0].iov_len = 8; in execvpe()
191 iov[1].iov_len = lp; in execvpe()
193 iov[2].iov_len = 16; in execvpe()
/bionic/tests/
Dfcntl_test.cpp183 v[0].iov_len = 6; in TEST()
185 v[1].iov_len = 6; in TEST()
187 ASSERT_EQ(v[0].iov_len + v[1].iov_len, static_cast<size_t>(bytes_written)); in TEST()
Dsys_socket_test.cpp149 io[i].iov_len = strlen(g_RecvMsgs[i]) + 1; in TestRecvMMsg()
192 io[i].iov_len = strlen(g_SendMsgs[i]) + 1; in SendMMsg()