Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dmktime.c81 #define HOURSPERDAY 24 macro
86 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY)
200 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY); in time2()
/freebsd/usr.bin/calendar/
H A Dsunpos.c312 for (h = 0; h < 4 * HOURSPERDAY; h++) { in fequinoxsolstice()
342 for (h = 0; h < 4 * HOURSPERDAY; h++) { in fequinoxsolstice()
386 for (h = 0; h < 4 * HOURSPERDAY; h++) { in calculatesunlongitude30()
H A Dcalendar.h39 #define HOURSPERDAY (24) macro
/freebsd/contrib/tzcode/
H A Dprivate.h1101 HOURSPERDAY = 24, enumerator
1109 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dstrftime.c360 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
H A Dlocaltime.c1426 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs()
2638 mday += hour / HOURSPERDAY; in time2sub()
2639 yourtm.tm_hour = hour % HOURSPERDAY; in time2sub()
2641 yourtm.tm_hour += HOURSPERDAY; in time2sub()
H A Dzic.c2114 if (noise && (hh > HOURSPERDAY || in gethms()
2115 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
3194 if (offset >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
H A Dzdump.c772 result *= HOURSPERDAY; in delta_nonneg()
/freebsd/lib/libc/stdtime/
H A Dstrftime.c284 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()