Searched refs:HOURSPERDAY (Results 1 – 9 of 9) sorted by relevance
81 #define HOURSPERDAY 24 macro86 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY)200 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY); in time2()
312 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()
39 #define HOURSPERDAY (24) macro
988 HOURSPERDAY = 24,996 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)965 HOURSPERDAY = 24, global() enumerator
303 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
891 ** 'HOURSPERDAY * DAYSPERWEEK - 1' allows quasi-POSIX rules like896 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getqzname() 2122 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in tmcomp()
1859 if (noise && (hh > HOURSPERDAY || in gethms() 1860 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms() 2941 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
786 result *= HOURSPERDAY; in delta_nonneg()
282 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()