Home
last modified time | relevance | path

Searched refs:c_total (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate01.c159 int c, c_total = 0; /* bytes to be written to file */ in setup() local
177 while (c_total < FILE_SIZE) { in setup()
182 c_total += c; in setup()
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync02.c109 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ in setup() local
125 while (c_total < page_sz) { in setup()
129 c_total += nwrite; in setup()
Dmsync01.c156 int c_total = 0, nwrite = 0; /* no. of bytes to be written */ in setup() local
170 while (c_total < page_sz) { in setup()
175 c_total += nwrite; in setup()
/external/ltp/testcases/kernel/syscalls/truncate/
Dtruncate01.c166 int c, c_total = 0; /* no. bytes to be written to file */ in setup() local
193 while (c_total < FILE_SIZE) { in setup()
199 c_total += c; in setup()