Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c915 static zic_t redundant_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE); variable
957 redundant_time = max(redundant_time, redundant); in redundant_time_option()
1122 if (hi_time + (hi_time < ZIC_MAX) < redundant_time) { in main()
1126 if (redundant_time < lo_time) in main()
1127 redundant_time = lo_time; in main()
2485 redundant_time - (ZIC_MIN < redundant_time)), in writezone()
3217 max_year = max(max_year, (redundant_time / (SECSPERDAY * DAYSPERNYEAR) in outzone()
3447 keep_at_max = max(TZstarttime, redundant_time); in outzone()