Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tzcode/stdtime/
H A Dlocaltime.c194 static int normalize_overflow(int * tensptr, int * unitsptr,
1781 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function
1842 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub()
1846 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub()
1848 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()