Searched refs:TIME_T_MAX (Results 1 – 4 of 4) sorted by relevance
235 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()
72 #define TIME_T_MAX (time_t)((UINTMAX_C(1) << ((sizeof(time_t) << 3) - 1)) - 1) macro
280 … if (v / 1000000U > TIME_T_MAX) /* Make sure this fits in a timespec structure */ in pattern_match()
607 uintmax_t x = TIME_T_MAX; in intro()