Lines Matching refs:lo_time
901 static zic_t lo_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE); variable
934 lo_time = max(lo, min_time); in timerange_option()
1147 if (redundant_time < lo_time) in main()
1148 redundant_time = lo_time; in main()
2542 range64 = limitrange(rangeall, lo_time, in writezone()
2616 locut = thismin < lo_time && lo_time <= thismax; in writezone()
2627 && ! (thistimecnt && ats[thistimei] == lo_time)) { in writezone()
2642 if (pass == 1 && lo_time <= thismin) in writezone()
2786 lo = pass == 1 && lo_time < ZIC32_MIN ? ZIC32_MIN : lo_time; in writezone()
3299 if (min_time < lo_time || hi_time < max_time) in outzone()
3621 if (rolling && (lo_time != min_time || hi_time != max_time)) { in leapadd()