Searched refs:S_TIME_T_MAX (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dfileio.c1741 m_time = S_TIME_T_MAX; /* -> saturate at max signed time_t value */
1767 m_time = S_TIME_T_MAX; /* -> saturate at max signed time_t value */
1792 m_time = S_TIME_T_MAX; /* -> saturate at max signed time_t value */
H A Dunzpriv.h1199 #ifndef S_TIME_T_MAX /* max value of signed (>= 32-bit) time_t */
1200 # define S_TIME_T_MAX ((time_t)(ulg)0x7fffffffL) macro

Completed in 67 milliseconds