Searched refs:TIME_T_MIN (Results 1 – 2 of 2) sorted by relevance
548 = ((TYPE_SIGNED(time_t) ? at < TIME_T_MIN : at < 0) in tzloadbody()549 ? TIME_T_MIN : at); in tzloadbody()737 if (TIME_T_MIN + SECSPERREPEAT <= sp->ats[sp->timecnt - 1]) { in tzloadbody()1157 time_t atlo = TIME_T_MIN, leaplo = TIME_T_MIN; in tzparse()1962 ? (TYPE_SIGNED(time_t) ? TIME_T_MIN - j <= *tp : -1 - j < *tp) in increment_overflow_time()2123 lo = TIME_T_MIN; in time2sub()2146 if (t == TIME_T_MIN) in time2sub()
839 # define TIME_T_MIN \ macro857 # define TIME_T_MIN TIME_T_MIN_NO_PADDING macro