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

/haiku/src/bin/unzip/
H A Dtimezone.h41 int typecnt; member in struct:state
H A Dtimezone.c443 sp->typecnt = 2; /* standard time and DST */
454 sp->typecnt = 1; /* only standard time */
489 daylight = statism.typecnt > 1;
565 timetype = statism.ttis[0].tt_isdst && statism.typecnt > 1 &&
592 if (statism.typecnt <= 1) return FALSE;
603 timetype = statism.ttis[0].tt_isdst && statism.typecnt > 1 &&

Completed in 18 milliseconds