Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
H A Dtzfile.h121 #define HOURSPERDAY 24 macro
126 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dstrftime.c279 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
H A Dlocaltime.c740 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs()
1773 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
/dragonfly/usr.sbin/zic/
H A Dzdump.c62 #ifndef HOURSPERDAY
63 #define HOURSPERDAY 24 macro
89 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
493 result *= HOURSPERDAY; in delta()
H A Dzic.c866 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0) in gethms()
868 if (noise && (hh > HOURSPERDAY || in gethms()
869 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
1735 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()