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

  /src/external/gpl2/xcvs/dist/lib/
mktime.c 103 #ifndef TIME_T_MAX
104 # define TIME_T_MAX TYPE_MAXIMUM (time_t)
106 #define TIME_T_MIDPOINT (SHR (TIME_T_MIN + TIME_T_MAX, 1) + 1)
174 INT_MAX <= LONG_MAX / 2 || TIME_T_MAX <= UINT_MAX);
214 if ((t1 < *t) == (TYPE_SIGNED (time_t) ? d < 0 : TIME_T_MAX / 2 < d))
224 : TIME_T_MAX - (*t == TIME_T_MAX));
342 if (TIME_T_MAX / INT_MAX / 366 / 24 / 60 / 60 < 3)
346 has overflowed, it is off by a multiple of TIME_T_MAX -
380 time_t time_t_max = TIME_T_MAX local
    [all...]
  /src/lib/libc/time/
private.h 1006 # define TIME_T_MAX \
1020 # define TIME_T_MAX TIME_T_MAX_NO_PADDING
1023 /* Try to check the padding assumptions. Although TIME_T_MAX and the
1029 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
localtime.c 307 # undef TIME_T_MAX
313 # define TIME_T_MAX LONG_MAX
317 # define TIME_T_MAX LLONG_MAX
321 # define TIME_T_MAX INTMAX_MAX
1212 sp->types[i] = at <= TIME_T_MAX;
1292 if (tr <= TIME_T_MAX) {
2637 : TIME_T_MAX - j < *tp)
2652 : TIME_T_MAX - j < *tp)
2667 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...',
2672 : *tp <= TIME_T_MAX - j)
    [all...]
strftime.c 88 This macro is usable in #if, and so does not use TIME_T_MAX or sizeof.
119 || MKTIME_FITS_IN(TIME_T_MIN, TIME_T_MAX));
zdump.c 880 : hi + (hi < TIME_T_MAX));
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_mtree.c 144 * There's no standard for TIME_T_MAX/TIME_T_MIN. So we compute them
151 #if defined(TIME_T_MAX)
152 return TIME_T_MAX;

Completed in 54 milliseconds