Home
last modified time | relevance | path

Searched refs:day (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/NextBSD/usr.bin/calendar/calendars/
HDcalendar.judaic523 04/05* Omer 2nd day
526 04/06* Omer 3rd day
529 04/07* Omer 4th day
532 04/08* Omer 5th day
535 04/09* Omer 6th day
537 04/10* Omer 7th day
538 04/10* Pesach (Last Day of Passover; 8th day of Pesach; sabbatical)
540 04/11* Omer 8th day
541 04/12* Omer 9th day
542 04/13* Omer 10th day
[all …]
HDcalendar.christian11 01/05 Last (twelfth) day of Christmastide
13 Easter-47 Shrove Tuesday / Mardi Gras (day before Ash Wednesday)
14 Easter-46 Ash Wednesday (First day of Lent)
33 12/25 Christmastide begins: First day of Christmas
34 12/26 Second day of Christmas (Boxing Day)
/NextBSD/contrib/ntp/ntpd/
HDntp_util.c544 u_long day; in record_peer_stats() local
551 day = now.l_ui / 86400 + MJD_1900; in record_peer_stats()
555 "%lu %s %s %x %.9f %.9f %.9f %.9f\n", day, in record_peer_stats()
585 u_long day; in record_loop_stats() local
592 day = now.l_ui / 86400 + MJD_1900; in record_loop_stats()
596 day, ulfptoa(&now, 3), offset, freq * 1e6, jitter, in record_loop_stats()
619 u_long day; in record_clock_stats() local
626 day = now.l_ui / 86400 + MJD_1900; in record_clock_stats()
629 fprintf(clockstats.fp, "%lu %s %s %s\n", day, in record_clock_stats()
690 u_long day; in record_raw_stats() local
[all …]
HDrefclock_hpgps.c262 int month, day, lastday; in hpgps_receive() local
416 &pp->year, &month, &day, &pp->hour, &pp->minute, &pp->second, in hpgps_receive()
463 if (month < 1 || month > 12 || day < 1) { in hpgps_receive()
470 if (day > day1tab[month - 1]) { in hpgps_receive()
474 for (i = 0; i < month - 1; i++) day += day1tab[i]; in hpgps_receive()
478 if (day > day2tab[month - 1]) { in hpgps_receive()
482 for (i = 0; i < month - 1; i++) day += day2tab[i]; in hpgps_receive()
505 day--; in hpgps_receive()
506 if (day < 1) { in hpgps_receive()
509 day = 366; in hpgps_receive()
[all …]
HDrefclock_heath.c278 int month, day; in heath_receive() local
304 &pp->minute, &pp->second, &dsec, a, &month, &day, in heath_receive()
332 day = tm_time_p->tm_mday; in heath_receive()
358 if (month < 1 || month > 12 || day < 1) { in heath_receive()
363 if (day > day1tab[month - 1]) { in heath_receive()
368 day += day1tab[i]; in heath_receive()
370 if (day > day2tab[month - 1]) { in heath_receive()
375 day += day2tab[i]; in heath_receive()
377 pp->day = day; in heath_receive()
HDrefclock_hopfser.c220 int day, month; /* ddd conversion */ in hopfserial_receive() local
252 &day, in hopfserial_receive()
264 (day < 1) || (day > 31) || in hopfserial_receive()
274 pp->day = ymd2yd(pp->year,month,day); in hopfserial_receive()
290 day, in hopfserial_receive()
HDrefclock_chronolog.c63 int day; /* day-of-month */ member
219 if (sscanf(pp->a_lastcode, "Y %d/%d/%d", &up->year,&up->month,&up->day)) in chronolog_receive()
247 local.tm_mday = up->day; in chronolog_receive()
261 pp->day = ymd2yd (adjyear, adjmon, gmtp->tm_mday); in chronolog_receive()
276 pp->day = ymd2yd(year+1900,month,day); in chronolog_receive()
HDrefclock_bancomm.c122 unsigned short day; member
371 tptr->day, in vme_poll()
380 pp->day = tptr->day; in vme_poll()
389 pp->day, pp->hour, pp->minute, pp->second, in vme_poll()
474 time_vme->day = (unsigned short)atoi(cbuf); in get_datumtime()
521 time_vme->day = maj.tm_yday+1; in tvme_fill()
537 time_vme->day = stfp->tm.tm_yday+1; in stfp_time2tvme()
HDrefclock_neoclock4x.c450 int day; in neoclock4x_receive() local
554 neol_atoi_len(&pp->a_lastcode[NEOCLOCK4X_OFFSET_DAY], &day, 2); in neoclock4x_receive()
580 (day < 1) || (day > 31) || in neoclock4x_receive()
604 calc_utc = neol_mktime(pp->year, month, day, pp->hour, pp->minute, pp->second); in neoclock4x_receive()
609 neol_localtime(calc_utc, &pp->year, &month, &day, &pp->hour, &pp->minute, &pp->second); in neoclock4x_receive()
614 pp->day = ymd2yd(pp->year, month, day); in neoclock4x_receive()
621 pp->year, month, day, in neoclock4x_receive()
633 up->utc_day = day; in neoclock4x_receive()
833 int day, in neol_mktime() argument
843 (unsigned long)(year/4 - year/100 + year/400 + 367*mon/12 + day) + in neol_mktime()
[all …]
HDrefclock_msfees.c267 u_short day; /* day of year from last code */ member
654 register int day; in ees_receive() local
818 day = bcdunpack(cp[EESM_DAY]); /* day of month */ in ees_receive()
825 case 12: day += NOV; /*FALLSTHROUGH*/ in ees_receive()
826 case 11: day += OCT; /*FALLSTHROUGH*/ in ees_receive()
827 case 10: day += SEP; /*FALLSTHROUGH*/ in ees_receive()
828 case 9: day += AUG; /*FALLSTHROUGH*/ in ees_receive()
829 case 8: day += JUL; /*FALLSTHROUGH*/ in ees_receive()
830 case 7: day += JUN; /*FALLSTHROUGH*/ in ees_receive()
831 case 6: day += MAY; /*FALLSTHROUGH*/ in ees_receive()
[all …]
HDrefclock_acts.c732 int day; /* day of the month */ in acts_timecode() local
779 &mjd, &pp->year, &month, &day, &pp->hour, in acts_timecode()
785 pp->day = ymd2yd(pp->year, month, day); in acts_timecode()
803 &mjd, &pp->day, &pp->hour, &pp->minute, in acts_timecode()
825 &pp->second, &pp->year, &month, &day, &pp->hour, in acts_timecode()
838 pp->day = ymd2yd(pp->year, month, day); in acts_timecode()
849 &synchar, &pp->day, &pp->hour, &pp->minute, in acts_timecode()
866 &synchar, &qualchar, &pp->year, &pp->day, in acts_timecode()
/NextBSD/contrib/ntp/util/
HDtg.c263 int minute, hour, day, year; in main() local
311 sscanf(optarg, "%2d%3d%2d%2d", &year, &day, in main()
356 day = tm->tm_yday + 1; in main()
376 year, day, hour, minute, second, tone); in main()
378 year / 10, day, hour, minute, year % 10); in main()
393 0, year, day, hour, minute, second); in main()
418 day++; in main()
424 if (day >= (year & 0x3 ? 366 : 367)) { in main()
430 day = 1; in main()
436 day, hour, minute, year % 10); in main()
[all …]
/NextBSD/usr.sbin/notifyd/
HDtimer.c125 if (t->day > 0) in timer_next()
127 if (t->day < 100) in timer_next()
134 tmp.tm_mday = t->day; in timer_next()
143 wd = t->day - 100; in timer_next()
167 if (t->day > -100) in timer_next()
181 d = tmp.tm_mday + t->day; in timer_next()
185 d = mlen[m] + t->day; in timer_next()
222 dd = -1 * (t->day + 100); in timer_next()
380 timer_calendar(time_t first, time_t freq_mth, time_t end, int day, dispatch_queue_t queue) in timer_calendar() argument
395 t->day = day; in timer_calendar()
[all …]
/NextBSD/usr.bin/calendar/
HDevents.c41 event_add(int year, int month, int day, char *date, int var, char *txt, in event_add() argument
57 e->day = day; in event_add()
68 addtodate(e, year, month, day); in event_add()
108 month, day); in event_print_all()
/NextBSD/usr.bin/chpass/
HDutil.c88 int day, month, year; in atot() local
115 day = atoi(t); in atot()
119 if (day < 1 || day > 31 || month < 1 || month > 12) in atot()
130 lt->tm_mday = day; in atot()
/NextBSD/contrib/ntp/scripts/stats/
HDREADME.timecodes13 T time of day
14 D day of year or month/day
40 ddd = day of year
61 ddd = day of year
62 hh:mm:ss.fff = hours, minutes, seconds, milliseconds of day
101 dd/mm = day, month
106 a day.
119 d = features indicator (@ = month/day display enabled)
132 hh:mm:ss.fff = hours, minutes, seconds, milliseconds of day
136 dd/mm/ddd = day of month, month of year, day of year
/NextBSD/usr.sbin/rtadvd/
HDtimer_subr.c64 uint32_t day; in sec2str() local
76 day = hour / 24; in sec2str()
80 if (day > 0) in sec2str()
81 p += sprintf(p, "%" PRIu32 "d", day); in sec2str()
/NextBSD/sys/kern/
HDsubr_fattime.c220 unsigned day; in fattime2timespec() local
230 day = (dd & 0x1f) - 1; in fattime2timespec()
233 day += LYC * ((dd >> 11) & 0x1f); in fattime2timespec()
236 day += daytab[(dd >> 5) & 0x3f]; in fattime2timespec()
242 if (day >= ((2100 - 1980) / 4 * LYC + FEB)) in fattime2timespec()
243 day--; in fattime2timespec()
246 day += T1980; in fattime2timespec()
248 tsp->tv_sec += DAY * day; in fattime2timespec()
HDsubr_clock.c129 ct->year, ct->mon, ct->day, in print_ct()
147 if (ct->mon < 1 || ct->mon > 12 || ct->day < 1 || in clock_ct_to_ts()
148 ct->day > days_in_month(year, ct->mon) || in clock_ct_to_ts()
167 days += (ct->day - 1); in clock_ct_to_ts()
202 ct->day = days + 1; in clock_ts_to_ct()
/NextBSD/contrib/ntp/conf/
HDmalarky.conf15 filegen peerstats file peerstats type day enable
16 filegen loopstats file loopstats type day enable
17 filegen clockstats file clockstats type day enable
HDbeauregard.conf14 filegen peerstats file peerstats type day enable
15 filegen loopstats file loopstats type day enable
16 filegen clockstats file clockstats type day enable
/NextBSD/usr.sbin/ac/
HDac.c409 int day, rfound; in ac() local
411 day = -1; in ac()
430 if (day >= 0 && day != ltm->tm_yday) { in ac()
431 day = ltm->tm_yday; in ac()
442 day = ltm->tm_yday; in ac()
485 if (day >= 0 && day != ltm->tm_yday) { in ac()
/NextBSD/contrib/ntp/parseutil/
HDtestdcf.c57 long day; member
247 clock_time->day = ext_bf(buffer, DCF_D10); in convert_rawdcf()
248 clock_time->day = TIMES10(clock_time->day) + ext_bf(buffer, DCF_D1); in convert_rawdcf()
419 clock_time.day = 0; in main()
460 clock_time.day = 0; in main()
492 … (int)clock_time.hour, (int)clock_time.minute, (int)i, (int)clock_time.day, (int)clock_time.month, in main()
/NextBSD/contrib/wpa/src/utils/
HDos_win32.c62 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
69 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || in os_mktime()
77 tm.tm_mday = day; in os_mktime()
113 tm->day = tm2->tm_mday; in os_gmtime()
/NextBSD/contrib/ntp/clockstuff/
HDchutest.c548 int day, hour, minute, second; in chufilter() local
597 day = *code++; in chufilter()
598 day = MULBY10(day) + *code++; in chufilter()
599 day = MULBY10(day) + *code++; in chufilter()
612 if (day < 1 || day > 366 in chufilter()
616 day, hour, minute, second); in chufilter()
623 tmp = (u_long)(MULBY24((day-1)) + hour); /* hours */ in chufilter()

12345678910>>...12