Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 3 of 3) sorted by relevance

/coreutils/gl/tests/
Dtest-rand-isaac.c568 int iterations; in main() local
584 for (iterations = argc <= 1 ? 0 : strtol (argv[1], nullptr, 10); in main()
585 iterations != 0; in main()
586 iterations += (iterations < 0 ? 1 : -1)) in main()
587 if (0 <= iterations) in main()
/coreutils/doc/
Dcoreutils.texi3168 iterations for which the file has not changed, then
3239 Change the number of seconds to wait between iterations (the default is 1.0).
10623 @itemx --iterations=@var{number}
10625 @opindex --iterations=@var{number}
10626 @cindex iterations, selecting the number of
10697 by the @option{--iterations} option.
/coreutils/
DNEWS5310 to a busy wait, rather than sleeping between iterations.