Lines Matching defs:opts
39 static int opts = 100;
60 opts);
75 opts = sizetoll(optarg);
94 ts->ts_a = malloc(opts + 1);
95 ts->ts_b = malloc(opts + 1 + unaligned);
98 for (i = 0; i < opts; i++) {
101 ts->ts_a[opts] = 0;
102 ts->ts_b[opts] = 0;
142 (void) sprintf(result, "%8d", opts);
144 (void) sprintf(result, "%8d <unaligned>", opts);