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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1987 int next_isdst; local
1990 next_isdst = zone->tt_isdst;
1992 sp->types[i] = next_isdst ? 0 : 1;
2012 if (next_isdst != 0)
2016 isdst = next_isdst;

Completed in 51 milliseconds