Searched refs:SECSPERMIN (Results 1 – 4 of 4) sorted by relevance
117 #define SECSPERMIN 60 macro123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
826 *secsp += num * SECSPERMIN; in getsecs()830 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()1689 tmp->tm_min = (int) (rem / SECSPERMIN); in timesub()1694 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()1856 SECSPERMIN)) in time2sub()1900 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()1911 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()1914 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
602 diff /= SECSPERMIN; in _fmt()
467 diff /= SECSPERMIN; in _fmt()