Lines Matching refs:c
14 size_t c; in do_test() local
30 for (c = 0; c < sizeof (buf); ++c) in do_test()
31 buf[c] = '0' + (c % 10); in do_test()
33 for (c = 0; c < (ps * 4) / sizeof (buf); ++c) in do_test()
40 assert (ps + 1000 < c * sizeof (buf)); in do_test()
167 for (c = ps; c < ps + 1000; ++c) in do_test()
168 if (ptr[c - ps] != '0' + (c % 10)) in do_test()
170 printf ("wrong data mapped at offset %zd\n", c); in do_test()
187 for (c = ps; c < ps + 1000; ++c) in do_test()
188 if (ptr[c - ps] != '0' + (c % 10)) in do_test()
190 printf ("wrong data mapped at offset %zd\n", c); in do_test()