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 in typeref:struct:attype
1480 (void) qsort((void *)attypes, (size_t)timecnt,
1481 (size_t)sizeof (*attypes), atcomp);
1491 while (fromi < timecnt && attypes[fromi].at < min_time)
1494 while (fromi < timecnt && attypes[fromi].type == 0)
1497 if (toi != 0 && ((attypes[fromi].at +
1498 gmtoffs[attypes[toi - 1].type]) <=
1499 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1500 : attypes[toi - 2].type]))) {
1501 attypes[to
[all...]

Completed in 47 milliseconds