Lines Matching refs:tm_isdst
1520 (tp)->tm_isdst = dst; \
1573 tmp.tm_isdst = (tm->tm_isdst > 0 ? 0 : 1); in tz_next_time()
1580 if (tm->tm_isdst != tmp.tm_isdst && in tz_next_time()
1583 zone_start = get_switching_time(tmp.tm_isdst, t); in tz_next_time()
1611 hr, min, tm->tm_isdst); in tz_next_time()
1616 if (daylight && tmp.tm_isdst != tmp1.tm_isdst) { in tz_next_time()
1631 tmp2.tm_isdst = tmp1.tm_isdst; in tz_next_time()
1635 if (tmp1.tm_isdst == tmp2.tm_isdst && in tz_next_time()
1651 if (tmp1.tm_isdst != tmp2.tm_isdst) { in tz_next_time()
1652 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1656 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1683 if ((tm->tm_isdst == 0) && (tmp.tm_isdst > 0)) in tz_next_time()
1794 int dst = tmp2.tm_isdst; in tz_next_time()
1797 tmp2.tm_isdst = (dst > 0 ? 0 : 1); in tz_next_time()
1877 zone_start = get_switching_time(tmp2.tm_isdst, in tz_next_time()
1897 if ((tm->tm_isdst == 0) && (tmp.tm_isdst > 0)) in tz_next_time()
1953 if (tmp1.tm_isdst == to_dst) { in get_switching_time()
1956 if (tmp1.tm_isdst != to_dst) { in get_switching_time()
1970 if (tmp.tm_isdst == to_dst) in get_switching_time()