Lines Matching full:tries
42 TRIES,
59 .tries = TEST_TRIES_DEFAULT,
109 { KEYWORD, "tries", NONE, t_tries },
136 { TRIES, "", NONE, t_test_opts },
206 if (res.tries * res.interval.tv_sec > res.maxwait.tv_sec) {
207 fprintf(stderr, "tries %u by interval %lld > maxwait %lld",
208 res.tries, res.interval.tv_sec, res.maxwait.tv_sec);
319 case TRIES:
326 " for \"tries\"\n", word, errstr);
330 res.tries = num;
442 case TRIES:
443 fprintf(stderr, " <tries (%u-%u)>\n",