Searched defs:CVTZCODE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c135 * a long time. The primatives supporting the CVTZCODE macro are
194 #define CVTZCODE(p) (int)(\ macro
1497 ttisstdcnt = CVTZCODE(cp);
1499 ttisgmtcnt = CVTZCODE(cp);
1501 sp->leapcnt = CVTZCODE(cp);
1503 sp->timecnt = CVTZCODE(cp);
1505 sp->typecnt = CVTZCODE(cp);
1507 sp->charcnt = CVTZCODE(cp);
1533 sp->ats[i] = CVTZCODE(cp);
1548 ttisp->tt_gmtoff = CVTZCODE(cp
[all...]

Completed in 69 milliseconds