OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wr_iovec
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/tests/
writev.c
20
struct iovec
wr_iovec
[MAX_IOVEC] = {
variable in typeref:struct:iovec
56
if (writev(fd,
wr_iovec
, 2) < 0) {
68
if (writev(fd,
wr_iovec
, -1) < 0) {
76
if (readv(fd,
wr_iovec
, -1) < 0) {
Completed in 441 milliseconds