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

/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c364 } attypes[TZ_MAX_TIMES]; variable in typeref:struct:attype
1464 (void) qsort((void *) attypes, (size_t) timecnt,
1465 (size_t) sizeof *attypes, atcomp);
1475 while (fromi < timecnt && attypes[fromi].at < min_time)
1478 while (fromi < timecnt && attypes[fromi].type == 0)
1481 if (toi != 0 && ((attypes[fromi].at +
1482 gmtoffs[attypes[toi - 1].type]) <=
1483 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1484 : attypes[toi - 2].type]))) {
1485 attypes[to
[all...]

Completed in 108 milliseconds