Home
last modified time | relevance | path

Searched refs:HOURSPERDAY (Results 1 – 10 of 10) 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/sys/compat/linuxkpi/common/src/
H A Dlinux_timesub.c18 HOURSPERDAY = 24, enumerator
58 #define SECSPERDAY (SECSPERHOUR * HOURSPERDAY)
/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.h1123 HOURSPERDAY = 24, enumerator
1131 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dstrftime.c360 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
H A Dlocaltime.c1420 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs()
2583 mday += hour / HOURSPERDAY; in time2sub()
2584 yourtm.tm_hour = hour % HOURSPERDAY; in time2sub()
2586 yourtm.tm_hour += HOURSPERDAY; in time2sub()
H A Dzdump.c726 result *= HOURSPERDAY; in delta_nonneg()
H A Dzic.c2135 if (noise && (hh > HOURSPERDAY || in gethms()
2136 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
3201 if (offset >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
/freebsd/lib/libc/stdtime/
H A Dstrftime.c284 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()