Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dprivate.h73 #ifndef TYPE_SIGNED
74 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
H A Dzic.c685 if (TYPE_SIGNED(zic_t)) { in setboundaries()
1191 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
2223 if (dayoff < 0 && !TYPE_SIGNED(zic_t))