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

/haiku/src/bin/unzip/
H A Dfileio.c1739 m_time = U_TIME_T_MAX; /* saturate in case of (unsigned) overflow */
1765 m_time = U_TIME_T_MAX; /* saturate in case of (unsigned) overflow */
1790 m_time = U_TIME_T_MAX; /* saturate in case of (unsigned) overflow */
H A Dunzpriv.h1202 #ifndef U_TIME_T_MAX /* max value of unsigned (>= 32-bit) time_t */
1203 # define U_TIME_T_MAX ((time_t)(ulg)0xffffffffL) macro

Completed in 125 milliseconds