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 938 # define TIME_T_MAX \
952 # define TIME_T_MAX TIME_T_MAX_NO_PADDING
955 /* Try to check the padding assumptions. Although TIME_T_MAX and the
961 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
localtime.c 103 # undef TIME_T_MAX
109 # define TIME_T_MAX LONG_MAX
113 # define TIME_T_MAX LLONG_MAX
117 # define TIME_T_MAX INTMAX_MAX
739 sp->types[i] = at <= TIME_T_MAX;
812 if (tr <= TIME_T_MAX) {
2086 : TIME_T_MAX - j < *tp)
2101 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...',
2106 : *tp <= TIME_T_MAX - j))
2264 hi = TIME_T_MAX;
    [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 887 : hi + (hi < TIME_T_MAX));

Completed in 182 milliseconds