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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1142 ttinfo_t *ttisp, *std, *alt; local
1235 ttisp = &lclzonep->ttis[lclzonep->types[tidx]];
1238 if ((is_in_dst = ttisp->tt_isdst) == 0) { /* std. time */
1239 timezone = -ttisp->tt_gmtoff;
1240 newtzname[0] = &lclzonep->chars[ttisp->tt_abbrind];
1249 altzone = -ttisp->tt_gmtoff;
1250 newtzname[1] = &lclzonep->chars[ttisp->tt_abbrind];
1624 ttinfo_t *ttisp; local
1725 ttisp = &sp->ttis[i];
1727 ttisp
[all...]

Completed in 28 milliseconds