Searched refs:iov_base (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWarray-bounds-3.c11 void *iov_base; member in struct:iovec
31 iov[0].iov_base = (void *) "abc";
34 iov[1].iov_base = (void *) "def";
39 iov[2 + cnt].iov_base = (void *) (time->abday[cnt] ?: "");
40 iov[2 + cnt].iov_len = strlen (iov[2 + cnt].iov_base) + 1;
45 iov[2 + cnt].iov_base = (void *) (time->day[cnt - 7] ?: "");
46 iov[2 + cnt].iov_len = strlen (iov[2 + cnt].iov_base) + 1;
51 iov[2 + cnt].iov_base = (void *) (time->abmon[cnt - 14] ?: "");
52 iov[2 + cnt].iov_len = strlen (iov[2 + cnt].iov_base) + 1;
57 iov[2 + cnt].iov_base
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc89 void *iov_base;
136 POST_WRITE(iovec[i].iov_base, sz);
148 POST_READ(iovec[i].iov_base, sz);
162 POST_WRITE(msg->msg_iov[i].iov_base, msg->msg_iov[i].iov_len);
179 POST_WRITE(msg->msg_hdr.msg_iov[i].iov_base,
1329 PRE_READ(iovec[v].iov_base, iovec[v].iov_len);
1333 POST_WRITE(iovec[v].iov_base, iovec[v].iov_len);
2312 PRE_READ(iov->iov_base, iov->iov_len);
2334 POST_WRITE(iov->iov_base, iov->iov_len);
H A Dsanitizer_platform_limits_posix.h303 void *iov_base; member in struct:__sanitizer::__sanitizer_iovec
H A Dsanitizer_common_interceptors.inc329 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz);
339 COMMON_INTERCEPTOR_READ_RANGE(ctx, iovec[i].iov_base, sz);
2224 COMMON_INTERCEPTOR_READ_RANGE(ctx, iov->iov_base, iov->iov_len);
2248 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iov->iov_base, iov->iov_len);
H A Dsanitizer_platform_limits_posix.cc942 CHECK_SIZE_AND_OFFSET(iovec, iov_base);
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc146 __iov[1].iov_base = const_cast<char*>(__s2);
151 __iov[0].iov_base = const_cast<char*>(__s1);
/haiku-buildtools/gcc/libgcc/
H A Dgeneric-morestack.c299 iov[0].iov_base = const_cast.p;
303 iov[1].iov_base = print_int (err, buf, sizeof buf, &iov[1].iov_len);
305 iov[2].iov_base = const_cast.p;
/haiku-buildtools/binutils/gold/
H A Dfileread.cc87 struct iovec { void* iov_base; size_t iov_len; }; member in struct:iovec
658 iov[iov_index].iov_base = discard;
665 iov[iov_index].iov_base = i_entry.buffer;

Completed in 190 milliseconds