Home
last modified time | relevance | path

Searched refs:SECSPERMIN (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/tzcode/
Dtzfile.h127 #define SECSPERMIN 60 macro
133 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
Dlocaltime.c959 *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()
Dstrptime.c518 offs += (*bp++ - '0') * 10 * SECSPERMIN; in _strptime()
521 offs += (*bp++ - '0') * SECSPERMIN; in _strptime()
Dprivate.h941 SECSPERMIN = 60, enumerator
943 SECSPERHOUR = SECSPERMIN * MINSPERHOUR,
Dstrftime.c640 diff /= SECSPERMIN; in _fmt()