Searched refs:SECSPERDAY (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10-stable/contrib/unbound/compat/
H A Dgmtime_r.c18 #define SECSPERDAY (24*60*60) macro
56 days = *timep / SECSPERDAY;
57 rem = *timep % SECSPERDAY;
60 rem += SECSPERDAY;
63 while (rem >= SECSPERDAY) {
64 rem -= SECSPERDAY;
/freebsd-10-stable/sys/boot/ia64/ski/
H A Dtime.c58 #define SECSPERDAY (24 * SECSPERHOUR) macro
131 UTime += (CumulativeDays[isleap(Year)][13] * SECSPERDAY);
139 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * SECSPERDAY);
146 UTime += (((ETime->Day > 0) ? ETime->Day-1:0) * SECSPERDAY);
/freebsd-10-stable/contrib/ntp/libparse/
H A Dgpstolfp.c53 lfp->l_ui = (uint32_t)(weeks * SECSPERWEEK + days * SECSPERDAY + seconds + GPSORIGIN); /* convert to NTP time */
/freebsd-10-stable/sys/boot/efi/libefi/
H A Dtime.c59 #define SECSPERDAY (24 * SECSPERHOUR) macro
121 UTime += (CumulativeDays[isleap(Year)][13] * SECSPERDAY);
129 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * SECSPERDAY);
136 UTime += (((ETime->Day > 0) ? ETime->Day-1:0) * SECSPERDAY);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dcalyearstart.c34 return (u_int32)(ndays * SECSPERDAY);
53 return (u_int32)(ndays * SECSPERDAY);
72 return (u_int32)(ndays * SECSPERDAY);
H A Dclocktime.c26 #define NEARTIME (182u * SECSPERDAY)
148 return days * SECSPERDAY;
H A Dmktime.c86 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY) macro
H A Dntp_calendar.c697 /* Manual floor division by SECSPERDAY. This uses the one's
703 Q = ~(uint32_t)(~ts->Q_s / SECSPERDAY);
705 Q = (uint32_t)(ts->Q_s / SECSPERDAY);
760 res.lo = ts->D_s.lo - Q * SECSPERDAY;
1107 res.q_s *= SECSPERDAY;
1923 retv *= SECSPERDAY;
1933 retv *= SECSPERDAY;
/freebsd-10-stable/contrib/tzcode/stdtime/
H A Dtzfile.h139 #define SECSPERDAY ((long) SECSPERHOUR * HOURSPERDAY) macro
H A Dlocaltime.c908 ** add SECSPERDAY times the day number-1 to the time of
911 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
913 value += SECSPERDAY;
919 ** Just add SECSPERDAY times the day number to the time of
922 value = janfirst + rulep->r_day * SECSPERDAY;
931 value += mon_lengths[leapyear][i] * SECSPERDAY;
964 value += d * SECSPERDAY;
1105 SECSPERDAY;
1657 tdays = *timep / SECSPERDAY;
1658 rem = *timep - tdays * SECSPERDAY;
[all...]
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_calendar.h90 #define SECSPERDAY (SECSPERHR * HRSPERDAY) macro
91 #define SECSPERWEEK (DAYSPERWEEK * SECSPERDAY)
92 #define SECSPERYEAR (365 * SECSPERDAY) /* regular year */
93 #define SECSPERLEAPYEAR (366 * SECSPERDAY) /* leap year */
H A Dntp_unixtime.h45 #define JAN_1970 ((u_int)NTP_TO_UNIX_DAYS * (u_int)SECSPERDAY)
/freebsd-10-stable/usr.bin/calendar/
H A Dday.c60 time1 = now - SECSPERDAY * before;
63 time2 = now + SECSPERDAY * after;
H A Dpom.c191 p1 = onday + (period / SECSPERDAY);
196 p2 = p1 + (2.0 / SECSPERDAY);
202 p1 += (period / SECSPERDAY);
204 p1 -= (period / SECSPERDAY);
H A Dsunpos.c238 dial = SECSPERDAY;
239 s = SECSPERDAY / 2;
277 dial = SECSPERDAY;
278 s = SECSPERDAY / 2;
H A Dcalendar.h35 #define SECSPERDAY (24 * 60 * 60) macro
/freebsd-10-stable/usr.bin/finger/
H A Dsprint.c127 #define SECSPERDAY 86400 macro
130 if (now - w->loginat < SECSPERDAY * (DAYSPERWEEK - 1)) {
137 if (now - w->loginat >= SECSPERDAY * DAYSPERNYEAR / 2) {
/freebsd-10-stable/contrib/tnftp/src/
H A Dprogressbar.c338 if (remaining > SECSPERDAY) {
341 days = remaining / SECSPERDAY;
342 remaining %= SECSPERDAY;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c159 gen->id_hi = (u_int32)(gen->id_lo + SECSPERDAY);
169 gen->id_hi = (u_int32)(gen->id_lo + 7 * SECSPERDAY);
195 gen->id_lo = current_time - (current_time % SECSPERDAY);
196 gen->id_hi = gen->id_lo + SECSPERDAY;
H A Drefclock_dumbclock.c281 asserted_time -= SECSPERDAY; /* local clock behind real time */
285 asserted_time += SECSPERDAY; /* local clock ahead of real time */
H A Drefclock_nmea.c1610 if (fcnt != 3 || wd->wt_week >= 1024 || secs >= 7*SECSPERDAY) {
1656 rec_qw = ntpcal_ntp_to_ntp(rec_ui - SECSPERDAY/2, NULL);
1660 SECSPERDAY);
1741 doff = (doff >= SECSPERDAY) - (doff < 0);
1829 while (gps_sec >= SECSPERDAY) {
1830 gps_sec -= SECSPERDAY;
1834 gps_sec += SECSPERDAY;
H A Drefclock_tsyncpci.c825 pSt->seconds += (pDt->doy - 1) * SECSPERDAY;
889 doys = (unsigned int)((secs / SECSPERDAY) + 1);
890 secs %= SECSPERDAY;
/freebsd-10-stable/usr.bin/find/
H A Dgetdate.y73 #define SECSPERDAY (24L * 60L * 60L)
610 Julian *= SECSPERDAY;
642 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
643 now += 7 * SECSPERDAY * (DayOrdinal <= 0 ? DayOrdinal : DayOrdinal - 1);
/freebsd-10-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y35 #define SECSPERDAY (24L * 60L * 60L)
597 Julian *= SECSPERDAY;
631 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
632 now += 7 * SECSPERDAY * (DayOrdinal <= 0 ? DayOrdinal : DayOrdinal - 1);
/freebsd-10-stable/contrib/sendmail/vacation/
H A Dvacation.c77 #define SECSPERDAY (60 * 60 * 24) macro
247 interval = atol(optarg) * SECSPERDAY;
843 next = SECSPERDAY * DAYSPERWEEK;

Completed in 293 milliseconds

12