Lines Matching refs:opts
40 static int opts = 100;
61 opts);
76 opts = sizetoll(optarg);
96 ts->ts_a = malloc(opts + 1);
97 ts->ts_b = malloc(opts + 1 + unaligned);
100 for (i = 0; i < opts; i++) {
103 ts->ts_a[opts] = 0;
104 ts->ts_b[opts] = 0;
145 (void) sprintf(result, "%8d", opts);
147 (void) sprintf(result, "%8d <unaligned>", opts);