Home
last modified time | relevance | path

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

/trueos/contrib/tzcode/stdtime/
HDtzfile.h134 #define HOURSPERDAY 24 macro
139 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY)
HDlocaltime.c777 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
1885 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
/trueos/contrib/tzcode/zic/
HDzdump.c71 #ifndef HOURSPERDAY
72 #define HOURSPERDAY 24 macro
98 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY)
348 t += SECSPERHOUR * HOURSPERDAY;
382 t -= SECSPERHOUR * HOURSPERDAY;
384 t += SECSPERHOUR * HOURSPERDAY;
542 result *= HOURSPERDAY;
HDzic.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) {
/trueos/contrib/ntp/libntp/
HDmktime.c76 #define HOURSPERDAY 24 macro
81 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY)
195 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY); in time2()
/trueos/usr.bin/calendar/
HDsunpos.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()
HDcalendar.h39 #define HOURSPERDAY (24) macro
/trueos/lib/libc/stdtime/
HDstrftime.c302 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ?