Lines Matching refs:TIME_T_MIN
263 # undef TIME_T_MIN
269 # define TIME_T_MIN LONG_MIN macro
273 # define TIME_T_MIN LLONG_MIN macro
277 # define TIME_T_MIN INTMAX_MIN macro
1107 = ((TYPE_SIGNED(time_t) ? at < TIME_T_MIN : at < 0) in tzloadbody()
1108 ? TIME_T_MIN : at); in tzloadbody()
1633 time_t atlo = TIME_T_MIN, leaplo = TIME_T_MIN; in tzparse()
2513 ? (TYPE_SIGNED(time_t) ? *tp < TIME_T_MIN - j : *tp <= -1 - j) in increment_overflow_time_iinntt()
2528 ? (TYPE_SIGNED(time_t) ? *tp < TIME_T_MIN - j : *tp <= -1 - j) in increment_overflow_time_64()
2548 ? (TYPE_SIGNED(time_t) ? TIME_T_MIN - j <= *tp : -1 - j < *tp) in increment_overflow_time()
2710 lo = TIME_T_MIN; in time2sub()
2733 if (t == TIME_T_MIN) in time2sub()
3044 : (TYPE_SIGNED(time_t) ? TIME_T_MIN + j <= *tp : j <= *tp))) in decrement_overflow_time()