Searched refs:day (Results 1 - 25 of 152) sorted by relevance

1234567

/freebsd-10.0-release/contrib/ntp/conf/
H A 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
H A 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
H A Dpogo.conf43 filegen loopstats file loopstats type day enable
44 filegen cryptostats file cryptostats type day enable
H A Drackety.conf53 filegen peerstats file peerstats type day enable
54 filegen loopstats file loopstats type day enable
55 filegen clockstats file clockstats type day enable
H A Dgrundoon.conf36 filegen loopstats file loopstats type day enable
/freebsd-10.0-release/contrib/ntp/scripts/stats/
H A Densemble.S1 ensemble <- scan(file1, list(day=0, sec=0, gps=0, gpsw=0, loran=0, loranw=0, ensemble=0, std=0))
5 plot(ensemble$sec, ensemble$ensemble, type="l", xlab=paste("MJD", ensemble$day, "Time (s)"), ylab="Ensemble Offset (ns)", ylim=c(-400, 400))
H A Ditf.S1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (ns)", ylim=c(-400, 400))
H A Dtdata.S1 tdata <- scan(file1, list(day=0, sec=0, m=0, w=0, x=0, y=0, z=0))
5 plot(tdata$sec, tdata$m, type="l", xlab=paste("MJD", tdata$day, "Time (s)"), ylab="LORAN-M SNR (dB)")
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
7 plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us)", ylim=c(-400, 400))
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (ns)", ylim=c(-400, 400))
/freebsd-10.0-release/usr.sbin/rtadvd/
H A Dtimer_subr.c64 uint32_t day; local
76 day = hour / 24;
80 if (day > 0)
81 p += sprintf(p, "%" PRIu32 "d", day);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_heath.c43 * transition. The timecode includes both the day of year and time of
44 * day. The GC-1001 II has a true bipolar output and a complement of
46 * day.
79 * dd/mm/yr = day, month, year
84 * then lost again for about a day.
276 int month, day; local
302 &pp->minute, &pp->second, &dsec, a, &month, &day,
330 day = tm_time_p->tm_mday;
345 * We determine the day of the year from the DIPswitches. This
351 * months of that year, add one to the day
[all...]
H A Dntp_util.c161 * to simply set the time of day to the current time of day, but
430 * day (mjd)
450 u_long day; local
457 day = now.l_ui / 86400 + MJD_1900;
462 day, ulfptoa(&now, 3), stoa(addr), status, offset,
472 * day (mjd)
488 u_long day; local
495 day = now.l_ui / 86400 + MJD_1900;
499 day, ulfpto
521 u_long day; local
558 u_long day; local
597 u_long day; local
637 u_long day; local
674 u_long day; local
[all...]
H A Drefclock_hpgps.c42 * than 10 usec. per day.
107 * Tables to compute the day of year from yyyymmdd timecode.
262 int month, day, lastday; local
416 &pp->year, &month, &day, &pp->hour, &pp->minute, &pp->second,
461 * Compute the day of year from the yyyymmdd format.
463 if (month < 1 || month > 12 || day < 1) {
470 if (day > day1tab[month - 1]) {
474 for (i = 0; i < month - 1; i++) day += day1tab[i];
478 if (day > day2tab[month - 1]) {
482 for (i = 0; i < month - 1; i++) day
[all...]
H A Drefclock_jjy.c172 int year, month, day, hour, minute, second, msecond ; member in struct:jjyunit
517 pp->day = ymd2yd ( up->year, up->month, up->day ) ;
529 pp->day -- ;
530 if ( pp->day < 1 ) {
532 pp->day = ymd2yd ( pp->year, 12, 31 ) ;
538 up->year, up->month, up->day, up->hour, up->minute, up->second, up->msecond/100 ) ;
540 pp->year, pp->day, pp->hour, pp->minute, pp->second, (int)(pp->nsec/100000000) ) ;
550 up->year, up->month, up->day, up->hour, up->minute, up->second, up->msecond/100 ) ;
607 rc = sscanf ( pBuf, "%4d/%2d/%2d", &up->year, &up->month, &up->day ) ;
[all...]
H A Drefclock_bancomm.c92 unsigned short day; member in struct:vmedate
329 tptr->day,
338 pp->day = tptr->day;
347 pp->day, pp->hour, pp->minute, pp->second,
407 /* Get day */
410 time_vme->day = (unsigned short)atoi(cbuf);
455 time_vme->day = maj.tm_yday+1;
H A Drefclock_hopfser.c230 int day, month; /* ddd conversion */ local
261 &day,
273 (day < 1) || (day > 31) ||
283 pp->day = ymd2yd(pp->year,month,day);
299 day,
H A Drefclock_nmea.c414 int month, day; local
604 day = dp[0] - '0';
605 day = (day * 10) + dp[1] - '0';
615 day = t->tm_mday;
620 if (month < 1 || month > 12 || day < 1) {
629 if (day > day1tab[month - 1]) {
634 day += day1tab[i];
636 if (day > day2tab[month - 1]) {
641 day
[all...]
/freebsd-10.0-release/usr.bin/calendar/
H A Devents.c41 event_add(int year, int month, int day, char *date, int var, char *txt, argument
49 * - Copy the machine readable day and month
57 e->day = day;
68 addtodate(e, year, month, day);
107 fprintf(stderr, "event_print_allmonth: %d, day: %d\n",
108 month, day);
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.christian10 01/05 Last (twelfth) day of Christmastide
12 Easter-47 Shrove Tuesday / Mardi Gras (day before Ash Wednesday)
13 Easter-46 Ash Wednesday (First day of Lent)
29 12/25 Christmastide begins: First day of Christmas
30 12/26 Second day of Christmas (Boxing Day)
/freebsd-10.0-release/usr.bin/chpass/
H A Dutil.c88 int day, month, year; local
115 day = atoi(t);
119 if (day < 1 || day > 31 || month < 1 || month > 12)
130 lt->tm_mday = day;
/freebsd-10.0-release/sys/sys/
H A Dclock.h61 * Structure to hold the values typically reported by time-of-day clocks.
68 int day; /* day (1 - 31) */ member in struct:clocktime
72 int dow; /* day of week (0 - 6; 0 = Sunday) */
/freebsd-10.0-release/contrib/ntp/util/
H A Dtg.c31 * string yydddhhmmss, where yy is the year of century, ddd the day of
32 * year, hh the hour of day and mm the minute of hour. For instance,
159 {COEF, 1}, /* 30 1 day units */
164 {COEF, 1}, /* 35 10 day tens */
169 {COEF, 1}, /* 40 100 day hundreds */
263 int minute, hour, day, year; local
311 sscanf(optarg, "%2d%3d%2d%2d", &year, &day,
356 day = tm->tm_yday + 1;
375 printf("year %d day %d time %02d:%02d:%02d tone %d\n",
376 year, day, hou
[all...]
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dos_win32.c50 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
57 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
65 tm.tm_mday = day;
101 tm->day = tm2->tm_mday;
/freebsd-10.0-release/sys/kern/
H A Dsubr_clock.c83 * (seconds since 1/1/1970) and yr/mo/day/hr/min/sec
128 ct->year, ct->mon, ct->day,
147 if (ct->mon < 1 || ct->mon > 12 || ct->day < 1 ||
148 ct->day > days_in_month(year, ct->mon) ||
167 days += (ct->day - 1);
203 ct->day = days + 1;

Completed in 120 milliseconds

1234567