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

  /src/lib/libc/time/
private.h 933 # define TIME_T_MIN \
951 # define TIME_T_MIN TIME_T_MIN_NO_PADDING
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...]

Completed in 13 milliseconds