Searched refs:m_time (Results 1 – 1 of 1) sorted by relevance
1626 time_t m_time; local1647 m_time = mktime(tm);1648 NATIVE_TO_TIMET(m_time) /* NOP unless MSC 7.0 or Macintosh */1649 TTrace((stderr, " final m_time = %lu\n", (ulg)m_time));1696 m_time = time_make(tmx);1716 m_time = (time_t)(((unsigned long)days + dy) * 86400L +1721 TTrace((stderr, " m_time before timezone = %lu\n", (ulg)m_time));1733 m_time += 60*(tzinfo.Bias);1738 (m_time < (time_t)0x70000000L) )1739 m_time = U_TIME_T_MAX; /* saturate in case of (unsigned) overflow */[all …]