Searched refs:intmax_t (Results 1 – 4 of 4) sorted by relevance
52 + 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_t688 register intmax_t result; in delta_nonneg()[all …]
130 getenv ("TZ"), (intmax_t) t, in do_test()153 getenv ("TZ"), (intmax_t) t, in do_test()
300 typedef long long intmax_t; typedef307 typedef long intmax_t; typedef
75 typedef intmax_t lineno;633 intmax_t lo = min_time, hi = max_time; in timerange_option()
Completed in 18 milliseconds