Home
last modified time | relevance | path

Searched refs:intmax_t (Results 1 – 4 of 4) sorted by relevance

/timezone/
A Dzdump.c52 + SECSPERLYEAR * (intmax_t) (100 - 3))
103 static time_t yeartot(intmax_t) ATTRIBUTE_PURE;
457 intmax_t lo; in main()
458 intmax_t hi; in main()
601 yeartot(intmax_t y) in yeartot()
603 register intmax_t myy, seconds, years; in yeartot()
610 intmax_t diff400 = (y - myy) / 400; in yeartot()
626 intmax_t diff400 = (myy - y) / 400; in yeartot()
685 static intmax_t
688 register intmax_t result; in delta_nonneg()
[all …]
A Dtst-timezone.c130 getenv ("TZ"), (intmax_t) t, in do_test()
153 getenv ("TZ"), (intmax_t) t, in do_test()
A Dprivate.h300 typedef long long intmax_t; typedef
307 typedef long intmax_t; typedef
A Dzic.c75 typedef intmax_t lineno;
633 intmax_t lo = min_time, hi = max_time; in timerange_option()

Completed in 18 milliseconds