Searched refs:SECSPERMIN (Results 1 – 5 of 5) sorted by relevance
127 #define SECSPERMIN 60 macro133 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
959 *secsp += num * SECSPERMIN; in getsecs()963 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()1797 time_t secs_since_posleap = SECSPERMIN; in timesub()1879 tmp->tm_min = rem / SECSPERMIN; in timesub()1880 tmp->tm_sec = rem % SECSPERMIN; in timesub()2052 SECSPERMIN)) in time2sub()2101 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()2112 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()2115 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
518 offs += (*bp++ - '0') * 10 * SECSPERMIN; in _strptime()521 offs += (*bp++ - '0') * SECSPERMIN; in _strptime()
941 SECSPERMIN = 60, enumerator943 SECSPERHOUR = SECSPERMIN * MINSPERHOUR,
640 diff /= SECSPERMIN; in _fmt()