Home
last modified time | relevance | path

Searched refs:isdst (Results 1 – 2 of 2) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dctime.c748 int isdst; local
801 isdst = FALSE; /* we start in standard time */
815 (isdst && !ttisp->tt_ttisstd) ?
817 isdst = ttisp->tt_isdst;
/original-bsd/share/zoneinfo/
H A Dzic.c97 __P((long gmtoff, const char * abbr, int isdst,
1468 addtype(gmtoff, abbr, isdst, ttisstd) in addtype() argument
1471 const int isdst;
1481 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] &&
1495 isdsts[i] = isdst;