Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dprivate.h875 # define TIME_T_MAX \
889 # define TIME_T_MAX TIME_T_MAX_NO_PADDING
892 /* Try to check the padding assumptions. Although TIME_T_MAX and the
898 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
852 # define TIME_T_MAX global() macro
866 # define TIME_T_MAX TIME_T_MAX_ global() macro
H A Ddate.c86 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
H A Dlocaltime.c586 sp->types[i] = at <= TIME_T_MAX; in tzloadbody()
659 if (tr <= TIME_T_MAX) { in tzloadbody()
2023 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...',
2028 : *tp <= TIME_T_MAX - j))
2189 hi = TIME_T_MAX; in time2sub()
2206 if (t == TIME_T_MAX) in time2sub()
H A Dzdump.c900 : 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()