Searched defs:ttis (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c115 struct ttinfo *ttis; member in struct:state
221 sp->ttis =
224 if (sp->ttis == NULL) {
246 if (sp->ttis) {
247 free((char *)sp->ttis);
248 sp->ttis = 0;
275 register const struct ttinfo * const ttisp = &sp->ttis[i];
291 &sp->ttis[sp->types[i]];
392 ttisp = &sp->ttis[i];
410 ttisp = &sp->ttis[
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c288 ttinfo_t ttis[TZ_MAX_TYPES]; /* Zone types */ member in struct:state
1147 ttisp = &lclzonep->ttis[lclzonep->types[tidx]];
1537 * Skip over types[] for now and load ttis[] so that when
1546 ttisp = &sp->ttis[i];
1565 * Since ttis were loaded ahead of types, it is possible to
1584 ttisp = &sp->ttis[sp->types[i]];
1609 * had read types[] and ttis[] in the same order they
1629 ttisp = &sp->ttis[i];
1643 ttisp = &sp->ttis[i];
1660 sp->default_timezone = -sp->ttis[
[all...]

Completed in 103 milliseconds