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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c353 int ttisstdcnt; local
359 ttisstdcnt = (int) detzcode(tzhp->tzh_ttisstdcnt);
368 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0))
375 ttisstdcnt * sizeof (char))
411 if (ttisstdcnt == 0)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1424 int ttisstdcnt; local
1497 ttisstdcnt = CVTZCODE(cp);
1513 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
1524 ttisstdcnt + /* ttisstds */
1630 if (ttisstdcnt == 0) {

Completed in 260 milliseconds