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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1563 int tz_max_times; local
1581 tz_max_times = MAX_TIMES(vers);
1585 sp->timecnt < 0 || sp->timecnt > tz_max_times ||
2359 int i, year, tz_max_times; local
2407 tz_max_times = (sp->vers == V1) ? TZ_MAX_TIMES_V1 : TZ_MAX_TIMES;
2415 (sp->timecnt + 2) <= tz_max_times &&

Completed in 26 milliseconds