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

  /src/lib/libc/time/
private.h 994 # define TIME_T_MAX \
1008 # define TIME_T_MAX TIME_T_MAX_NO_PADDING
1011 /* Try to check the padding assumptions. Although TIME_T_MAX and the
1017 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
localtime.c 349 # undef TIME_T_MAX
355 # define TIME_T_MAX LONG_MAX
359 # define TIME_T_MAX LLONG_MAX
363 # define TIME_T_MAX INTMAX_MAX
1193 sp->types[i] = at <= TIME_T_MAX;
1266 if (tr <= TIME_T_MAX) {
2645 : TIME_T_MAX - j < *tp)
2660 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...',
2665 : *tp <= TIME_T_MAX - j))
2824 hi = TIME_T_MAX;
    [all...]
strftime.c 87 This macro is usable in #if, and so does not use TIME_T_MAX or sizeof.
118 || MKTIME_FITS_IN(TIME_T_MIN, TIME_T_MAX));
zdump.c 880 : hi + (hi < TIME_T_MAX));

Completed in 42 milliseconds