Searched refs:tzh_typecnt (Results 1 - 5 of 5) sorted by path

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d2014 auto tzh_typecnt = readVal!int(tzFile);
2015 _enforceValidTZFile(tzh_typecnt != 0);
2032 auto tempTTInfos = new TempTTInfo[](tzh_typecnt);
2104 tzh_typecnt = readVal!int(tzFile);
2105 _enforceValidTZFile(tzh_typecnt != 0);
2122 tempTTInfos = new TempTTInfo[](tzh_typecnt);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d2140 auto tzh_typecnt = readVal!int(tzFile);
2141 _enforceValidTZFile(tzh_typecnt != 0);
2158 auto tempTTInfos = new TempTTInfo[](tzh_typecnt);
2230 tzh_typecnt = readVal!int(tzFile);
2231 _enforceValidTZFile(tzh_typecnt != 0);
2248 tempTTInfos = new TempTTInfo[](tzh_typecnt);
/netbsd-current/include/
H A Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member in struct:tzhead
61 ** tzh_typecnt repetitions of
/netbsd-current/lib/libc/time/
H A Dlocaltime.c542 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt);
H A Dzic.c2663 convert(thistypecnt, tzh.tzh_typecnt);
2672 DO(tzh_typecnt);

Completed in 352 milliseconds