Lines Matching defs:period
233 int period; /* test period */
1702 "perftcpdns [-huvX0] [-4|-6] [-r<rate>] [-t<report>] [-p<test-period>]\n"
1754 "-p<test-period>: Send requests for the given test period, which is\n"
1920 period = atoi(optarg);
1921 if (period <= 0) {
1923 "test-period must be a positive integer\n");
2099 if (period != 0)
2100 printf(" test-period=%d", period);
2285 if ((period != 0) &&
2286 ((boot.tv_sec + period < now.tv_sec) ||
2287 ((boot.tv_sec + period == now.tv_sec) &&
2290 printf("reached test-period\n");