Searched refs:HOURSPERDAY (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dtzfile.h134 #define HOURSPERDAY 24 macro
139 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY)
H A Dlocaltime.c772 ** `HOURSPERDAY * DAYSPERWEEK - 1' allows quasi-Posix rules like
777 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
1885 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
/freebsd-9.3-release/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);
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzdump.c71 #ifndef HOURSPERDAY
72 #define HOURSPERDAY 24 macro
73 #endif /* !defined HOURSPERDAY */
98 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY)
339 t += SECSPERHOUR * HOURSPERDAY;
373 t -= SECSPERHOUR * HOURSPERDAY;
375 t += SECSPERHOUR * HOURSPERDAY;
533 result *= HOURSPERDAY;
H A Dzic.c925 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0)
927 if (noise && (hh > HOURSPERDAY ||
928 (hh == HOURSPERDAY && (mm != 0 || ss != 0))))
1820 if (hours >= HOURSPERDAY) {
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.h39 #define HOURSPERDAY (24) macro
H A Dsunpos.c312 for (h = 0; h < 4 * HOURSPERDAY; h++) {
342 for (h = 0; h < 4 * HOURSPERDAY; h++) {
386 for (h = 0; h < 4 * HOURSPERDAY; h++) {
/freebsd-9.3-release/lib/libc/stdtime/
H A Dstrftime.c296 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ?

Completed in 79 milliseconds