Home
last modified time | relevance | path

Searched refs:TIME_T_MAX (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c99 # undef TIME_T_MAX
105 # define TIME_T_MAX LONG_MAX macro
109 # define TIME_T_MAX LLONG_MAX macro
113 # define TIME_T_MAX INTMAX_MAX macro
787 sp->types[i] = at <= TIME_T_MAX; in tzloadbody()
860 if (tr <= TIME_T_MAX) { in tzloadbody()
2231 : TIME_T_MAX - j < *tp) in increment_overflow_time_iinntt()
2246 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...', in increment_overflow_time()
2251 : *tp <= TIME_T_MAX - j)) in increment_overflow_time()
2404 hi = TIME_T_MAX; in time2sub()
[all...]
H A Dprivate.h920 # define TIME_T_MAX \ macro
934 # define TIME_T_MAX TIME_T_MAX_NO_PADDING macro
943 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
H A Ddate.c86 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
H A Dstrftime.c89 || MKTIME_FITS_IN(TIME_T_MIN, TIME_T_MAX));
H A Dzdump.c892 : hi + (hi < TIME_T_MAX)); in showextrema()
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.hh43 #define TIME_T_MAX (std::numeric_limits<time_t>::max()) macro
H A Dmkdir.cc126 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
H A Drename.cc137 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
H A Dcreate.cc303 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
H A Dlookup.cc356 struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0}; in TEST_F()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c150 #if defined(TIME_T_MAX) in get_time_t_max()
151 return TIME_T_MAX; in get_time_t_max()