Lines Matching defs:ts
93 tsd_t *ts = (tsd_t *)tsd;
97 if (ts->ts_once++ == 0) {
98 ts->ts_fds = (int *)malloc(lm_optB * sizeof (int));
99 if (ts->ts_fds == NULL) {
103 ts->ts_fds[i] = -1;
113 tsd_t *ts = (tsd_t *)tsd;
117 ts->ts_fds[i] = open(optf, O_RDONLY);
118 if (ts->ts_fds[i] < 0) {
130 tsd_t *ts = (tsd_t *)tsd;
134 (void) close(ts->ts_fds[i]);