Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c339 } attypes[TZ_MAX_TIMES]; variable
1482 (void) qsort((void *)attypes, (size_t)timecnt,
1483 (size_t)sizeof (*attypes), atcomp);
1493 while (fromi < timecnt && attypes[fromi].at < min_time)
1496 while (fromi < timecnt && attypes[fromi].type == 0)
1499 if (toi != 0 && ((attypes[fromi].at +
1500 gmtoffs[attypes[toi - 1].type]) <=
1501 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1502 : attypes[toi - 2].type]))) {
1503 attypes[toi - 1].type =
[all …]