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

/ast/src/lib/libast/tm/
H A Dtminit.c125 * isdst will point to non-zero if DST is in effect
130 tzwest(time_t* clock, int* isdst) argument
168 *isdst = tp->tm_isdst;
214 int isdst; local
263 n = tzwest(&now, &isdst);
273 if ((m = tzwest(&now, &isdst)) != n)
275 if (!isdst)
277 isdst = n;
279 m = isdst;

Completed in 9 milliseconds