Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dtime-util.c235 u / USEC_PER_SEC >= TIME_T_MAX) { in timespec_store()
251 n / NSEC_PER_SEC >= TIME_T_MAX) { in timespec_store_nsec()
281 u / USEC_PER_SEC > TIME_T_MAX) { in timeval_store()
1570 .it_value.tv_sec = TIME_T_MAX, in time_change_fd()
1575 assert_cc(sizeof(time_t) == sizeof(TIME_T_MAX)); in time_change_fd()
Dtime-util.h72 #define TIME_T_MAX (time_t)((UINTMAX_C(1) << ((sizeof(time_t) << 3) - 1)) - 1) macro
/systemd-251/src/sysupdate/
Dsysupdate-pattern.c280 … if (v / 1000000U > TIME_T_MAX) /* Make sure this fits in a timespec structure */ in pattern_match()
/systemd-251/src/test/
Dtest-time-util.c607 uintmax_t x = TIME_T_MAX; in intro()