Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-9-stable/usr.bin/calendar/calendars/
Dcalendar.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 …]
Dcalendar.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)
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_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 …]
Drefclock_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 …]
Drefclock_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()
Drefclock_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()
Drefclock_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()
Drefclock_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()
Drefclock_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 …]
Drefclock_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 …]
Drefclock_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()
/freebsd-9-stable/contrib/ntp/util/
Dtg.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 …]
/freebsd-9-stable/usr.bin/calendar/
Devents.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()
/freebsd-9-stable/usr.bin/chpass/
Dutil.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()
/freebsd-9-stable/contrib/ntp/scripts/stats/
DREADME.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
/freebsd-9-stable/sys/kern/
Dsubr_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()
Dsubr_clock.c129 ct->year, ct->mon, ct->day, in print_ct()
148 if (ct->mon < 1 || ct->mon > 12 || ct->day < 1 || in clock_ct_to_ts()
149 ct->day > days_in_month(year, ct->mon) || in clock_ct_to_ts()
168 days += (ct->day - 1); in clock_ct_to_ts()
204 ct->day = days + 1; in clock_ts_to_ct()
/freebsd-9-stable/contrib/tzdata/
Dleapseconds.awk64 day = 31
67 day = 30
69 printf "Leap\t%s\t%s\t%s\t%s\tS\n", year, month, day, sign
/freebsd-9-stable/contrib/ntp/conf/
Dmalarky.conf15 filegen peerstats file peerstats type day enable
16 filegen loopstats file loopstats type day enable
17 filegen clockstats file clockstats type day enable
Dbeauregard.conf14 filegen peerstats file peerstats type day enable
15 filegen loopstats file loopstats type day enable
16 filegen clockstats file clockstats type day enable
/freebsd-9-stable/usr.sbin/rtadvd/
Dtimer_subr.c99 uint32_t day; in sec2str() local
111 day = hour / 24; in sec2str()
115 if (day > 0) in sec2str()
116 p += sprintf(p, "%" PRIu32 "d", day); in sec2str()
/freebsd-9-stable/usr.sbin/ac/
Dac.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()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dtime.c135 int year, month, day, hour, minute, second; in dns_time64_fromtext() local
157 &year, &month, &day, &hour, &minute, &second) != 6) in dns_time64_fromtext()
163 ((month == 2 && is_leap(year)) ? 1 : 0), day); in dns_time64_fromtext()
169 RANGE(1, 31, day); in dns_time64_fromtext()
180 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400); in dns_time64_fromtext()
/freebsd-9-stable/contrib/ntp/parseutil/
Dtestdcf.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()
/freebsd-9-stable/contrib/ntp/clockstuff/
Dchutest.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>>...13