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

/illumos-gate/usr/src/cmd/zic/
H A Dprivate.h75 #ifndef TYPE_SIGNED
76 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
77 #endif /* !defined TYPE_SIGNED */
H A Dzic.c683 if (TYPE_SIGNED(zic_t)) {
1189 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
2221 if (dayoff < 0 && !TYPE_SIGNED(zic_t))

Completed in 80 milliseconds