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

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtminit.c124 * isdst will point to non-zero if DST is in effect
129 tzwest(time_t* clock, int* isdst) argument
167 *isdst = tp->tm_isdst;
213 int isdst; local
262 n = tzwest(&now, &isdst);
272 if ((m = tzwest(&now, &isdst)) != n)
274 if (!isdst)
276 isdst = n;
278 m = isdst;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c843 int isdst; local
906 isdst = FALSE; /* we start in standard time */
920 (isdst && !ttisp->tt_ttisstd) ?
922 isdst = ttisp->tt_isdst;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1957 int isdst; local
1983 isdst = 0;
2007 if (isdst != 0 && zone->tt_ttisstd == 0)
2016 isdst = next_isdst;

Completed in 79 milliseconds