Lines Matching defs:report
20 * and report results when finished
226 int report; /* delay between two reports */
1628 dreport.tv_sec += report;
1702 "perftcpdns [-huvX0] [-4|-6] [-r<rate>] [-t<report>] [-p<test-period>]\n"
1725 " report is generated showing the number of exchanges which were not\n"
1727 " continues until interrupted, at which point a final report is\n"
1730 "-t<report>: Delay in seconds between two periodic reports.\n"
1751 "-n<num-request>: Initiate <num-request> transactions. No report is\n"
1753 " after which a report is generated and the program terminates.\n"
1860 report = atoi(optarg);
1861 if (report <= 0) {
1862 fprintf(stderr, "report must be a positive integer\n");
2065 report = 1;
2077 if (report != 0)
2078 printf(" report=%d", report);
2229 if (report != 0) {
2230 dreport.tv_sec = boot.tv_sec + report;
2293 if ((report != 0) &&