HomeSort by relevance Sort by last modified time
    Searched refs:c_total (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/syscalls/ftruncate/
ftruncate01.c 158 int c, c_total = 0; /* bytes to be written to file */ local
180 while (c_total < FILE_SIZE) {
185 c_total += c;
  /external/ltp/testcases/kernel/syscalls/msync/
msync01.c 156 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ local
170 while (c_total < page_sz) {
175 c_total += nwrite;
msync02.c 111 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ local
127 while (c_total < page_sz) {
131 c_total += nwrite;
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate01.c 165 int c, c_total = 0; /* no. bytes to be written to file */ local
192 while (c_total < FILE_SIZE) {
198 c_total += c;

Completed in 1321 milliseconds