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

123456789

/netbsd-6-1-5-RELEASE/share/zoneinfo/
H A Dleapseconds.awk58 day = 31
61 day = 30
63 printf "Leap\t%s\t%s\t%s\t%s\tS\n", year, month, day, sign
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D950628-1.c3 char hours, day, month; member in struct:__anon5552
12 now.day = 2;
28 if (f ().hours != 1 || f ().day != 2 || f ().month != 3 || f ().year != 4)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D950628-1.c3 char hours, day, month; member in struct:__anon3807
12 now.day = 2;
28 if (f ().hours != 1 || f ().day != 2 || f ().month != 3 || f ().year != 4)
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/sboot/
H A Dclock.c105 int sec, min, hour, day, mon, year; local
111 day = cl->cl_mday;
115 return chiptotime(sec, min, hour, day, mon, year);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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))
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Ddates.lex9 char month[20],dow[20],day[20],year[20];
15 mon (mon(day)?)
19 fri (fri(day)?)
21 sun (sun(day)?)
54 /* the default is month-day-year */
59 /* handle the form: day-month-year */
61 <LONG>{nday}{day_ext} strcpy(day,yytext); BEGIN(DAY_FIRST);
63 <DAY>{nday}{day_ext} strcpy(day,yytext); BEGIN(LONG);
68 printf(" Day : %s \n",day);
72 strcpy(day,"");
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/libsa/
H A Dclock.c32 chiptotime(int sec, int min, int hour, int day, int mon, int year) argument
39 day = FROMBCD(day);
46 if (year < 70 || mon < 1 || mon > 12 || day < 1 || day > 31)
51 days += dayyr[mon - 1] + day - 1;
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/libsa/
H A Dchiptotime.c31 chiptotime(int sec, int min, int hour, int day, int mon, int year) argument
38 day = FROMBCD(day);
45 if (year < 70 || mon < 1 || mon > 12 || day < 1 || day > 31)
50 days += dayyr[mon - 1] + day - 1;
H A Dclock.c31 chiptotime(int sec, int min, int hour, int day, int mon, int year) argument
38 day = FROMBCD(day);
45 if (year < 70 || mon < 1 || mon > 12 || day < 1 || day > 31)
50 days += dayyr[mon - 1] + day - 1;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dholiday.c38 * day.month.year optional comment (different day every year) or
39 * day.month optional comment (same day every year)
53 int day; member in struct:holiday
76 int day, month, year; local
94 ret = sscanf(buffer, "%d.%d.%d", &day, &month, &year);
98 ret = sscanf(buffer, "%d.%d", &day, &month);
115 DBGL(DL_MSG, (logit(LL_DBG, "init_holidays: add %d.%d.%d", day, month, year)));
119 DBGL(DL_MSG, (logit(LL_DBG, "init_holidays: add %d.%d", day, mont
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dclock.c49 int sec, min, hour, day, mon, year; local
56 day = (val & 0x000000ff);
64 if (mon < 1 || mon > 12 || day < 1 || day > 31)
72 days += yday[mon - 1] + day - 1;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_heath.c45 * transition. The timecode includes both the day of year and time of
46 * day. The GC-1001 II has a true bipolar output and a complement of
48 * day.
81 * dd/mm/yr = day, month, year
86 * then lost again for about a day.
280 int month, day; local
306 &pp->minute, &pp->second, &dsec, a, &month, &day,
334 day = tm_time_p->tm_mday;
349 * We determine the day of the year from the DIPswitches. This
355 * months of that year, add one to the day
[all...]
H A Drefclock_hpgps.c44 * than 10 usec. per day.
109 * Tables to compute the day of year from yyyymmdd timecode.
263 int month, day, lastday; local
417 &pp->year, &month, &day, &pp->hour, &pp->minute, &pp->second,
462 * Compute the day of year from the yyyymmdd format.
464 if (month < 1 || month > 12 || day < 1) {
471 if (day > day1tab[month - 1]) {
475 for (i = 0; i < month - 1; i++) day += day1tab[i];
479 if (day > day2tab[month - 1]) {
483 for (i = 0; i < month - 1; i++) day
[all...]
H A Dntp_util.c46 #define L_DAY 86400UL /* seconds per day */
221 * to simply set the time of day to the current time of day, but
583 * day (MJD)
603 u_long day; local
610 day = now.l_ui / 86400 + MJD_1900;
614 "%lu %s %s %x %.9f %.9f %.9f %.9f\n", day,
626 * day (MJD)
644 u_long day; local
651 day
678 u_long day; local
716 u_long day; local
757 u_long day; local
794 u_long day; local
828 u_long day; local
866 u_long day; local
[all...]
H A Drefclock_jjy.c191 int year, month, day, hour, minute, second, msecond ; member in struct:jjyunit
600 pp->day = ymd2yd ( up->year, up->month, up->day ) ;
612 pp->day -- ;
613 if ( pp->day < 1 ) {
615 pp->day = ymd2yd ( pp->year, 12, 31 ) ;
621 up->year, up->month, up->day, up->hour,
624 pp->year, pp->day, pp->hour, pp->minute,
636 up->year, up->month, up->day,
698 &up->month, &up->day ) ;
[all...]
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dpdisk.r44 VERSION, $$year, $$month, $$day,
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dpram.c61 long year,month,day,hour,minute,seconds,i,dayperyear; local
65 day=1;
103 day++;
124 sprintf(s,"%s %ld, %ld %ld:%ld:%ld",monstr[month],day,year,hour,minute,seconds);
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dclock.c98 int year, month, day, hour, min, sec; local
109 day = bbc_to_decimal(8, 7);
116 range_test(day, 1, 31);
129 tmp += (day - 1);

Completed in 307 milliseconds

123456789