Searched refs:SECSPERMIN (Results 1 – 5 of 5) sorted by relevance
12 #define SECSPERMIN 60L macro15 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)100 res->tm_min = (int) (rem / SECSPERMIN);101 res->tm_sec = (int) (rem % SECSPERMIN);
117 #define SECSPERMIN 60 macro123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
734 *secsp += num * SECSPERMIN; in getsecs()738 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()1527 tmp->tm_min = (int) (rem / SECSPERMIN); in timesub()1532 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()1689 SECSPERMIN)) in time2sub()1733 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()1747 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
115 #ifndef SECSPERMIN116 #define SECSPERMIN 60 macro124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)794 result *= SECSPERMIN; in delta()
1100 ss < 0 || ss > SECSPERMIN) { in gethms()1114 sign * (mm * SECSPERMIN + ss)); in gethms()2002 seconds = offset % SECSPERMIN; in stringoffset()2003 offset /= SECSPERMIN; in stringoffset()2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()2191 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone()