Searched refs:TIME_T_MIN (Results 1 – 5 of 5) sorted by relevance
263 # undef TIME_T_MIN269 # define TIME_T_MIN LONG_MIN macro273 # define TIME_T_MIN LLONG_MIN macro277 # define TIME_T_MIN INTMAX_MIN macro1107 = ((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()[all …]
81 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
979 # define TIME_T_MIN \ macro997 # define TIME_T_MIN TIME_T_MIN_NO_PADDING macro
90 || MKTIME_FITS_IN(TIME_T_MIN, TIME_T_MAX));
176 #if defined(TIME_T_MIN) in get_time_t_min()177 return TIME_T_MIN; in get_time_t_min()