Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 2 of 2) sorted by relevance

/stdio-common/
A Dtst-rndseek.c21 int rounds = 10000; in fp_test() local
31 printf ("%s: %d: fseek failed: %m\n", name, rounds); in fp_test()
41 name, rounds, idx, ch1, ch2); in fp_test()
51 name, rounds, idx + 1, ch1, ch2); in fp_test()
56 while (--rounds > 0); in fp_test()
A Dtstscanf.c151 size_t rounds = 0; in main() local
158 if (rounds++ >= array_length (ok)) in main()
170 if (count != ok[rounds-1].count || quant != ok[rounds-1].quant in main()
171 || strcmp (item, ok[rounds-1].item) in main()
172 || strcmp (units, ok[rounds-1].units)) in main()

Completed in 3 milliseconds