Searched refs:TIME_T_MIN (Results 1 – 3 of 3) sorted by relevance
510 = ((TYPE_SIGNED(time_t) ? at < TIME_T_MIN : at < 0) in tzloadbody()511 ? TIME_T_MIN : at); in tzloadbody()699 if (TIME_T_MIN + SECSPERREPEAT <= sp->ats[sp->timecnt - 1]) { in tzloadbody()1119 time_t atlo = TIME_T_MIN, leaplo = TIME_T_MIN; in tzparse()1896 ? (TYPE_SIGNED(time_t) ? TIME_T_MIN - j <= *tp : -1 - j < *tp) in increment_overflow_time()2033 lo = TIME_T_MIN; in time2sub()2056 if (t == TIME_T_MIN) in time2sub()
655 # define TIME_T_MIN \ macro668 # define TIME_T_MIN TIME_T_MIN_NO_PADDING macro
98 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()