Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dtzfile.h117 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
Dlocaltime.c826 *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()
Dstrftime.c602 diff /= SECSPERMIN; in _fmt()
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c467 diff /= SECSPERMIN; in _fmt()