Searched refs:SECSPERMIN (Results 1 – 4 of 4) sorted by relevance
124 #define SECSPERMIN 60 macro130 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
148 tmp->tm_min = (int) (rem / SECSPERMIN); in timesub()153 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()266 SECSPERMIN)) in time2sub()306 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()317 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()320 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
218 *secsp += num * SECSPERMIN; in getsecs()222 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()
25 #define SECSPERMIN (60) macro137 GmTime->tm_sec = (int) (DayRemainder % SECSPERMIN); in gmtime()138 GmTime->tm_min = (int) ((DayRemainder % SECSPERHOUR) / SECSPERMIN); in gmtime()