TIMELIB_ULONG_FMT 270 ext/date/lib/parse_tz.c printf("UTC/Local count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.ttisgmtcnt); TIMELIB_ULONG_FMT 271 ext/date/lib/parse_tz.c printf("Std/Wall count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.ttisstdcnt); TIMELIB_ULONG_FMT 272 ext/date/lib/parse_tz.c printf("Leap.sec. count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.leapcnt); TIMELIB_ULONG_FMT 273 ext/date/lib/parse_tz.c printf("Trans. count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.timecnt); TIMELIB_ULONG_FMT 274 ext/date/lib/parse_tz.c printf("Local types count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.typecnt); TIMELIB_ULONG_FMT 275 ext/date/lib/parse_tz.c printf("Zone Abbr. count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit32.charcnt);