HomeSort by relevance Sort by last modified time
    Searched full:buf_list (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/memcheck/tests/
writev1.c 17 static char *buf_list[NBUFS], f_name[]="writev_data_file"; variable
29 /* Fill the buf_list[0] and buf_list[1] with 0 zeros */
30 buf_list[0] = buf1;
31 buf_list[1] = buf2;
32 memset(buf_list[0], 0, K_1);
33 memset(buf_list[1], 0, K_1);
39 } else if ((nbytes = write(fd, buf_list[1], K_1)) != K_1) {
62 if ((nbytes = read(fd, buf_list[0], CHUNK)) != 0)

Completed in 112 milliseconds