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.c458 } * attypes; variable
2418 qsort(attypes, timecnt, sizeof *attypes, atcomp); in writezone()
2429 && ((attypes[fromi].at in writezone()
2430 + utoffs[attypes[toi - 1].type]) in writezone()
2431 <= (attypes[toi - 1].at in writezone()
2433 : attypes[toi - 2].type]))) { in writezone()
2434 attypes[toi - 1].type = in writezone()
2435 attypes[fromi].type; in writezone()
2439 || attypes[fromi].dontmerge in writezone()
2440 || (utoffs[attypes[toi - 1].type] in writezone()
[all …]