Searched refs:tt_isdst (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c122 int tt_isdst; /* used to set tm_isdst */ member in struct:ttinfo
324 tzname[ttisp->tt_isdst] =
327 if (ttisp->tt_isdst)
329 if (!ttisp->tt_isdst)
333 if (ttisp->tt_isdst)
504 ttisp->tt_isdst = (unsigned char) *p++;
505 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
669 ap->tt_isdst == bp->tt_isdst
[all...]

Completed in 53 milliseconds