Searched refs:TIMELIB_ULONG_FMT (Results 1 – 2 of 2) sorted by relevance
522 printf("UTC/Local count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit64.ttisgmtcnt); in timelib_dump_tzinfo()523 printf("Std/Wall count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit64.ttisstdcnt); in timelib_dump_tzinfo()524 printf("Leap.sec. count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit64.leapcnt); in timelib_dump_tzinfo()525 printf("Trans. count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit64.timecnt); in timelib_dump_tzinfo()526 printf("Local types count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit64.typecnt); in timelib_dump_tzinfo()527 printf("Zone Abbr. count: " TIMELIB_ULONG_FMT "\n", (timelib_ulong) tz->bit64.charcnt); in timelib_dump_tzinfo()
119 # define TIMELIB_ULONG_FMT "%" PRIu64 macro127 # define TIMELIB_ULONG_FMT "%" PRIu32 macro
Completed in 19 milliseconds