HomeSort by: relevance | last modified time | path
    Searched refs:TIME_T_MIN (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
localtime.c 102 # undef TIME_T_MIN
108 # define TIME_T_MIN LONG_MIN
112 # define TIME_T_MIN LLONG_MIN
116 # define TIME_T_MIN INTMAX_MIN
733 But pretend the last transition before TIME_T_MIN
734 occurred at TIME_T_MIN. */
742 = ((TYPE_SIGNED(time_t) ? at < TIME_T_MIN : at < 0)
743 ? TIME_T_MIN : (time_t)at);
1263 __time_t atlo = TIME_T_MIN, leaplo = TIME_T_MIN;
    [all...]
private.h 933 # define TIME_T_MIN \
951 # define TIME_T_MIN TIME_T_MIN_NO_PADDING
strftime.c 119 || MKTIME_FITS_IN(TIME_T_MIN, TIME_T_MAX));

Completed in 16 milliseconds